|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkSLCReader_h 
   26 #define vtkSLCReader_h 
   28 #include "vtkIOImageModule.h"  
   42   vtkGetMacro(Error, 
int);
 
   70   unsigned char* Decode8BitData(
unsigned char* in_ptr, 
int size);
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetFileExtensions() override
.slc
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageReader2 * New()
a simple class to control print indentation
Superclass of binary file readers.
const char * GetDescriptiveName() override
SLC.
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
general representation of visualization data