Go to the documentation of this file.
25 #ifndef vtkImageWriter_h
26 #define vtkImageWriter_h
102 int extent[6],
int wExtent[6]);
GLsizei GLsizei GLenum GLenum const GLvoid * data
virtual void WriteFileHeader(ofstream *, vtkImageData *, int[6])
#define vtkTypeMacro(thisClass, superclass)
virtual void WriteFile(ofstream *file, vtkImageData *data, int extent[6], int wExtent[6])
#define VTKIOIMAGE_EXPORT
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
virtual void RecursiveWrite(int dim, vtkImageData *region, vtkInformation *inInfo, ofstream *file)
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkImageWriter * New()
virtual void WriteFileTrailer(ofstream *, vtkImageData *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void RecursiveWrite(int dim, vtkImageData *cache, vtkImageData *data, vtkInformation *inInfo, ofstream *file)
vtkImageData * GetInput()