44 #ifndef vtkBMPReader_h
45 #define vtkBMPReader_h
47 #include "vtkIOImageModule.h"
63 vtkGetMacro(Depth,
int);
100 vtkGetMacro(Colors,
unsigned char*);
virtual void ComputeDataIncrements()
map scalar values into colors via a lookup table
vtkLookupTable * LookupTable
static vtkImageReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
a simple class to control print indentation
Superclass of transformable binary file readers.
virtual void ExecuteInformation()
int CanReadFile(VTK_FILEPATH const char *) override
vtkImageReader itself can read raw binary files.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetFileExtensions() override
Get the file extensions for this format.
general representation of visualization data