28#ifndef vtkGenericMovieWriter_h
29#define vtkGenericMovieWriter_h
31#include "vtkIOMovieModule.h"
57 virtual void End() = 0;
64 vtkGetMacro(Error,
int);
79 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
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...
static const char * GetStringFromErrorCode(unsigned long error)
Converts vtkErrorCodes and vtkGenericMovieWriter errors to strings.
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation