12 #ifndef vtkSMAnimationSceneWriter_h 13 #define vtkSMAnimationSceneWriter_h 50 vtkSetStringMacro(FileName);
51 vtkGetStringMacro(FileName);
58 vtkSetMacro(StartFileCount,
int);
59 vtkGetMacro(StartFileCount,
int);
68 vtkSetVector2Macro(PlaybackTimeWindow,
double);
69 vtkGetVector2Macro(PlaybackTimeWindow,
double);
79 vtkSetMacro(Stride,
int);
80 vtkGetMacro(Stride,
int);
94 virtual bool SaveInitialize(
int countStart) = 0;
100 virtual bool SaveFrame(
double time) = 0;
106 virtual bool SaveFinalize() = 0;
108 void ExecuteEvent(
vtkObject* caller,
unsigned long eventid,
void* calldata);
115 double PlaybackTimeWindow[2];
superclass for any server manager classes that are related to a session
helper class used to write animations.
animation scene for ParaView.
vtkSMAnimationScene * AnimationScene
proxy for a VTK object(s) on a server
#define VTKREMOTINGANIMATION_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override