27 #ifndef __vtkGenericMovieWriter_h
28 #define __vtkGenericMovieWriter_h
48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
55 virtual void Start() =0;
56 virtual void Write() =0;
57 virtual void End() =0;
62 vtkGetMacro(Error,
int);
66 static const char *GetStringFromErrorCode(
unsigned long event);
75 ChangedResolutionError
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
topologically and geometrically regular array of data
abstract class specifies interface for visualization filters
an abstract movie writer class.