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.
static vtkSLCReader * 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...
int CanReadFile(const char *fname)
Is the given file an SLC file?
virtual const char * GetDescriptiveName()
SLC.
virtual const char * GetFileExtensions()
.slc
virtual void ExecuteDataWithInformation(vtkDataObject *, vtkInformation *)
This is a convenience method that is implemented in many subclasses instead of RequestData.
unsigned char * Decode8BitData(unsigned char *in_ptr, int size)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.