20#include "vtkIOImageModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
Writes Windows BMP files.
 
void WriteFileHeader(ostream *, vtkImageData *, int wExt[6]) override
 
void MemoryWrite(int, vtkImageData *, int wExt[6], vtkInformation *inInfo) override
 
static vtkBMPWriter * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void WriteFile(ostream *file, vtkImageData *data, int ext[6], int wExt[6]) override
 
virtual void SetResult(vtkUnsignedCharArray *)
When writing to memory this is the result, it will be NULL until the data is written the first time.
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
dynamic, self-adjusting array of unsigned char
 
unsigned int vtkTypeUBool