47 #ifndef vtkBMPReader_h
48 #define vtkBMPReader_h
50 #include "vtkIOImageModule.h"
66 vtkGetMacro(Depth,
int);
99 vtkGetMacro(Allow8BitBMP,
int);
109 vtkGetMacro(Colors,
unsigned char *);
126 void operator=(
const vtkBMPReader&) VTK_DELETE_FUNCTION;
static vtkBMPReader * New()
virtual void ExecuteInformation()
virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
virtual const char * GetDescriptiveName()
Return a descriptive name for the file format that might be useful in a GUI.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ComputeDataIncrements()
vtkLookupTable * LookupTable
virtual const char * GetFileExtensions()
Get the file extensions for this format.
virtual int CanReadFile(const char *fname)
Is the given file a BMP file?
general representation of visualization data
Superclass of transformable binary file readers.
a simple class to control print indentation
map scalar values into colors via a lookup table
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.