Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkGESignaReader Class Reference

read GE Signa ximg files. More...

#include <vtkGESignaReader.h>

Inheritance diagram for vtkGESignaReader:

Inheritance graph
[legend]
Collaboration diagram for vtkGESignaReader:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

read GE Signa ximg files.

Date:
2001/11/09 21:49:01
Revision:
1.2

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.

See also:
vtkImageReader2
Tests:
vtkGESignaReader (Tests)

Definition at line 68 of file vtkGESignaReader.h.


Constructor & Destructor Documentation

vtkGESignaReader::vtkGESignaReader   [inline, protected]
 

Definition at line 75 of file vtkGESignaReader.h.

vtkGESignaReader::~vtkGESignaReader   [inline, protected]
 

Definition at line 76 of file vtkGESignaReader.h.


Member Function Documentation

vtkGESignaReader* vtkGESignaReader::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageReader2.

virtual const char* vtkGESignaReader::GetClassName   [virtual]
 

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.

int vtkGESignaReader::IsTypeOf const char *    type [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 vtkImageReader2.

virtual int vtkGESignaReader::IsA const char *    type [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 vtkImageReader2.

vtkGESignaReader* vtkGESignaReader::SafeDownCast vtkObject   o [static]
 

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.

virtual void vtkGESignaReader::ExecuteInformation   [protected, virtual]
 

Reimplemented from vtkImageReader2.

virtual void vtkGESignaReader::ExecuteData vtkDataObject   out [protected, virtual]
 

Reimplemented from vtkImageReader2.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:29:41 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001