Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/ServerManager/vtkSMXMLPVAnimationWriterProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMXMLPVAnimationWriterProxy.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00022 #ifndef __vtkSMXMLPVAnimationWriterProxy_h
00023 #define __vtkSMXMLPVAnimationWriterProxy_h
00024 
00025 #include "vtkSMSourceProxy.h"
00026 class vtkSMXMLPVAnimationWriterProxyInternals;
00027 class vtkSMSummaryHelperProxy;
00028 
00029 class VTK_EXPORT vtkSMXMLPVAnimationWriterProxy : public vtkSMSourceProxy
00030 {
00031 public:
00032   static vtkSMXMLPVAnimationWriterProxy* New();
00033   vtkTypeRevisionMacro(vtkSMXMLPVAnimationWriterProxy, vtkSMSourceProxy);
00034   void PrintSelf(ostream& os, vtkIndent indent);
00035 
00037 
00039   void AddInput(vtkSMSourceProxy* input, 
00040                 const char* method, int ); 
00042 
00043   void WriteTime(double time);
00044 
00045   void Start();
00046   void Finish();
00047 
00048   vtkGetMacro(ErrorCode, int);
00049 protected:
00050   vtkSMXMLPVAnimationWriterProxy();
00051   ~vtkSMXMLPVAnimationWriterProxy();
00052   
00053   virtual void CreateVTKObjects(int numObjects);
00054   int ErrorCode;
00055 
00056   vtkSMSummaryHelperProxy* SummaryHelperProxy;
00057 //BTX
00058   friend class vtkSMXMLPVAnimationWriterProxyInternals;
00059   vtkSMXMLPVAnimationWriterProxyInternals* Internals;
00060 //ETX
00061 
00062 private:
00063   vtkSMXMLPVAnimationWriterProxy(const vtkSMXMLPVAnimationWriterProxy&); // Not implemented.
00064   void operator=(const vtkSMXMLPVAnimationWriterProxy&); // Not implemented.
00065 };
00066 
00067 #endif
00068 

Generated on Tue May 30 12:31:49 2006 for ParaView by doxygen 1.3.5