#include <vtkSLCReader.h>
Inheritance diagram for vtkSLCReader:
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 () |
Static Public Methods | |
vtkSLCReader * | New () |
int | IsTypeOf (const char *type) |
vtkSLCReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkSLCReader () | |
~vtkSLCReader () | |
void | Execute () |
void | ExecuteInformation () |
unsigned char * | Decode8BitData (unsigned char *in_ptr, int size) |
Protected Attributes | |
char * | FileName |
int | Error |
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 64 of file vtkSLCReader.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkStructuredPointsSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredPointsSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredPointsSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredPointsSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkStructuredPointsSource. |
|
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 vtkSource. |
|
Set/Get the name of the file to read. |
|
Set/Get the name of the file to read. |
|
Was there an error on the last read performed? |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented from vtkStructuredPointsSource. |
|
|
|
Definition at line 87 of file vtkSLCReader.h. |
|
Definition at line 100 of file vtkSLCReader.h. |