86#include "vtkIOImageModule.h"
88VTK_ABI_NAMESPACE_BEGIN
165 static bool ReadAndCheckHeader(
166 vtkResourceStream* stream,
bool quiet, vtkTypeInt32& offset, vtkTypeInt32& infoSize);
int CanReadFile(const char *fname) override
Return 1 if, after a quick check of file header, it looks like the provided file or stream can be rea...
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
const char * GetFileExtensions() override
Get the file extensions for this format.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
void ExecuteInformation() override
void ComputeDataIncrements() override
int CanReadFile(vtkResourceStream *stream) override
Return 1 if, after a quick check of file header, it looks like the provided file or stream can be rea...
static vtkBMPReader * New()
vtkLookupTable * LookupTable
general representation of visualization data
a simple class to control print indentation
map scalar values into colors via a lookup table
Abstract class used for custom streams.