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