vtkSLCReader - read an SLC volume file.
Super Class: vtkStructuredPointsSource
Description:
vtkSLCReader reads an SLC file and creates a structured point dataset. The size of the volume and the data spacing is set from the SLC file header.
Methods:
void vtkSLCReader () | |
void vtkSLCReader () | |
static vtkSLCReader *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetFileName (char *) | |
char *GetFileName () | |
void Execute () | |
unsigned char *Decode8BitData (unsigned char * ,int ) |
Detailed Method Descriptions:
void SetFileName (char *) | |
char *GetFileName () |
void Execute () |
unsigned char *Decode8BitData (unsigned char * ,int ) |