Documentation for vtkSLCReader

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:

Set/Get the name of the file to read.

void SetFileName (char *)
char *GetFileName ()

Reads the file name and builds a vtkStructuredPoints dataset.

void Execute ()

Decodes an array of eight bit run-length encoded data.

unsigned char *Decode8BitData (unsigned char * ,int )