#include <vtkGESignaReader.h>
Inheritance diagram for vtkGESignaReader:
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 39 of file vtkGESignaReader.h.
Public Types | |
typedef vtkMedicalImageReader2 | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | CanReadFile (const char *fname) |
virtual const char * | GetFileExtensions () |
virtual const char * | GetDescriptiveName () |
Static Public Member Functions | |
static vtkGESignaReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkGESignaReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkGESignaReader () | |
~vtkGESignaReader () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
|
Reimplemented from vtkMedicalImageReader2. Definition at line 43 of file vtkGESignaReader.h. |
|
Definition at line 65 of file vtkGESignaReader.h. |
|
Definition at line 66 of file vtkGESignaReader.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkMedicalImageReader2. |
|
Reimplemented from vtkMedicalImageReader2. |
|
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 vtkMedicalImageReader2. |
|
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 vtkMedicalImageReader2. |
|
Reimplemented from vtkMedicalImageReader2. |
|
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 vtkMedicalImageReader2. |
|
|
|
Valid extentsions Reimplemented from vtkImageReader2. Definition at line 50 of file vtkGESignaReader.h. |
|
A descriptive name for this format Reimplemented from vtkImageReader2. Definition at line 58 of file vtkGESignaReader.h. |
|
Reimplemented from vtkImageReader2. |
|
This method is the old style execute method Reimplemented from vtkImageReader2. |