31 #ifndef vtkSLCReader_h
32 #define vtkSLCReader_h
34 #include "vtkIOImageModule.h"
48 vtkSetStringMacro(FileName);
56 vtkGetMacro(Error,
int);
91 unsigned char *Decode8BitData(
unsigned char *in_ptr,
int size );
static vtkImageReader2 * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
virtual const char * GetFileExtensions()
.slc
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
a simple class to control print indentation
virtual const char * GetDescriptiveName()
SLC.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass of binary file readers.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
general representation of visualization data