28 #ifndef vtkGenericMovieWriter_h
29 #define vtkGenericMovieWriter_h
31 #include "vtkIOMovieModule.h"
46 vtkSetFilePathMacro(FileName);
47 vtkGetFilePathMacro(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 error);
79 ChangedResolutionError
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) override
Methods invoked by print to print information about the object including superclasses.