ParaView
vtkSMAnimationSceneGeometryWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMAnimationSceneGeometryWriter.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkSMAnimationSceneGeometryWriter_h
26 #define vtkSMAnimationSceneGeometryWriter_h
27 
28 #include "vtkPVAnimationModule.h" //needed for exports
30 
31 class vtkSMProxy;
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40  // Get/Set the View Module from which we are writing the
41  // geometry.
42  vtkGetObjectMacro(ViewModule, vtkSMProxy);
43  void SetViewModule(vtkSMProxy*);
44 
45 protected:
48 
52  virtual bool SaveInitialize(int startCount);
53 
57  virtual bool SaveFrame(double time);
58 
62  virtual bool SaveFinalize();
63 
66 
67 private:
69  void operator=(const vtkSMAnimationSceneGeometryWriter&) VTK_DELETE_FUNCTION;
70 };
71 
72 #endif
virtual bool SaveInitialize(int countStart)=0
Subclasses should override this method.
helper class to write animation geometry in a data file.
helper class used to write animations.
void PrintSelf(ostream &os, vtkIndent indent)
virtual bool SaveFrame(double time)=0
Subclasses should override this method.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
virtual bool SaveFinalize()=0
Subclasses should override this method.
static vtkSMSessionObject * New()