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