Go to the documentation of this file.
28 #ifndef vtkSLCReader_h
29 #define vtkSLCReader_h
31 #include "vtkIOImageModule.h"
45 vtkGetMacro(Error,
int);
static vtkSLCReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *, vtkInformation *) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
const char * GetFileExtensions() override
.slc
a simple class to control print indentation
Superclass of binary file readers.
const char * GetDescriptiveName() override
SLC.
int CanReadFile(const char *fname) override
Is the given file an SLC file?
general representation of visualization data
unsigned char * Decode8BitData(unsigned char *in_ptr, int size)