#include <vtkSLCReader.h>
Inheritance diagram for vtkSLCReader:
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.
Definition at line 53 of file vtkSLCReader.h.
Public Types | |
typedef vtkImageReader2 | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual int | GetError () |
int | CanReadFile (const char *fname) |
virtual const char * | GetFileExensions () |
virtual const char * | GetDescriptiveName () |
Static Public Methods | |
vtkSLCReader * | New () |
int | IsTypeOf (const char *type) |
vtkSLCReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkSLCReader () | |
~vtkSLCReader () | |
virtual void | ExecuteData (vtkDataObject *) |
void | ExecuteInformation () |
unsigned char * | Decode8BitData (unsigned char *in_ptr, int size) |
Protected Attributes | |
int | Error |
|
Reimplemented from vtkImageReader2. Definition at line 57 of file vtkSLCReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageReader2. |
|
Set/Get the name of the file to read. Reimplemented from vtkImageReader2. |
|
Set/Get the name of the file to read. Reimplemented from vtkImageReader2. |
|
Was there an error on the last read performed? |
|
Is the given file an SLC file? |
|
Is the given file an SLC file? Reimplemented from vtkImageReader2. Definition at line 76 of file vtkSLCReader.h. |
|
SLC Reimplemented from vtkImageReader2. Definition at line 84 of file vtkSLCReader.h. |
|
Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
|
|
Definition at line 105 of file vtkSLCReader.h. |