28 #ifndef vtkGenericMovieWriter_h
29 #define vtkGenericMovieWriter_h
31 #include "vtkIOMovieModule.h"
46 vtkSetStringMacro(FileName);
55 virtual void Start() =0;
56 virtual void Write() =0;
57 virtual void End() =0;
64 vtkGetMacro(Error,
int);
70 static const char *GetStringFromErrorCode(
unsigned long event);
78 ChangedResolutionError
a simple class to control print indentation
topologically and geometrically regular array of data
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
an abstract movie writer class.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.