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