#include <vtkGESignaReader.h>
Inheritance diagram for vtkGESignaReader:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Methods | |
vtkGESignaReader * | New () |
int | IsTypeOf (const char *type) |
vtkGESignaReader * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkGESignaReader () | |
~vtkGESignaReader () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
vtkGESignaReader is a source object that reads some GE Signa ximg files It does support reading in pixel spacing, slice spacing and it computes an origin for the image in millimeters. It always produces greyscale unsigned short data and it supports reading in rectangular, packed, compressed, and packed&compressed. It does not read in slice orientation, or position right now. To use it you just need to specify a filename or a file prefix and pattern.
Definition at line 68 of file vtkGESignaReader.h.
|
Definition at line 75 of file vtkGESignaReader.h. |
|
Definition at line 76 of file vtkGESignaReader.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageReader2. |
|
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 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
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 vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |