VTK
|
read GE Signa ximg files More...
#include <vtkGESignaReader.h>
Public Types | |
typedef vtkMedicalImageReader2 | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkGESignaReader * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkGESignaReader () | |
~vtkGESignaReader () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteDataWithInformation (vtkDataObject *out, vtkInformation *outInfo) |
read GE Signa ximg files
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 40 of file vtkGESignaReader.h.
Reimplemented from vtkMedicalImageReader2.
Definition at line 44 of file vtkGESignaReader.h.
vtkGESignaReader::vtkGESignaReader | ( | ) | [inline, protected] |
Definition at line 67 of file vtkGESignaReader.h.
vtkGESignaReader::~vtkGESignaReader | ( | ) | [inline, protected] |
Definition at line 68 of file vtkGESignaReader.h.
static vtkGESignaReader* vtkGESignaReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMedicalImageReader2.
static int vtkGESignaReader::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkMedicalImageReader2.
virtual int vtkGESignaReader::IsA | ( | const char * | name | ) | [virtual] |
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 vtkMedicalImageReader2.
static vtkGESignaReader* vtkGESignaReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMedicalImageReader2.
virtual vtkObjectBase* vtkGESignaReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMedicalImageReader2.
vtkGESignaReader* vtkGESignaReader::NewInstance | ( | ) | const |
Reimplemented from vtkMedicalImageReader2.
virtual void vtkGESignaReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
virtual int vtkGESignaReader::CanReadFile | ( | const char * | fname | ) | [virtual] |
Is the given file a GESigna file?
virtual const char* vtkGESignaReader::GetFileExtensions | ( | ) | [inline, virtual] |
Valid extentsions
Reimplemented from vtkImageReader2.
Definition at line 52 of file vtkGESignaReader.h.
virtual const char* vtkGESignaReader::GetDescriptiveName | ( | ) | [inline, virtual] |
A descriptive name for this format
Reimplemented from vtkImageReader2.
Definition at line 60 of file vtkGESignaReader.h.
virtual void vtkGESignaReader::ExecuteInformation | ( | ) | [protected, virtual] |
Reimplemented from vtkImageReader2.
virtual void vtkGESignaReader::ExecuteDataWithInformation | ( | vtkDataObject * | output, |
vtkInformation * | outInfo | ||
) | [protected, virtual] |
This is a convenience method that is implemented in many subclasses instead of RequestData. It is called by RequestData.
Reimplemented from vtkImageReader2.