27 #ifndef vtkGenericMovieWriter_h
28 #define vtkGenericMovieWriter_h
43 vtkSetStringMacro(FileName);
44 vtkGetStringMacro(FileName);
50 virtual void Start() =0;
51 virtual void Write() =0;
52 virtual void End() =0;
57 vtkGetMacro(Error,
int);
61 static const char *GetStringFromErrorCode(
unsigned long event);
70 ChangedResolutionError
#define VTKIOMOVIE_EXPORT
a simple class to control print indentation
topologically and geometrically regular array of data
an abstract movie writer class.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)