16 #ifndef vtkGenericMovieWriter_h
17 #define vtkGenericMovieWriter_h
19 #include "vtkIOMovieModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
46 virtual void End() = 0;
68 ChangedResolutionError
an abstract movie writer class.
virtual void End()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
vtkGetFilePathMacro(FileName)
Specify file name of avi file.
vtkSetFilePathMacro(FileName)
Specify file name of avi file.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkGenericMovieWriter() override
static const char * GetStringFromErrorCode(unsigned long error)
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings.
virtual void Start()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation