VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkMedicalImageReader2 Class Reference

vtkImageReader2 with medical meta data. More...

#include <vtkMedicalImageReader2.h>

Inheritance diagram for vtkMedicalImageReader2:
Inheritance graph
[legend]
Collaboration diagram for vtkMedicalImageReader2:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkImageReader2 Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkMedicalImageReader2NewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkMedicalImagePropertiesGetMedicalImageProperties ()
virtual void SetPatientName (const char *)
virtual const char * GetPatientName ()
virtual void SetPatientID (const char *)
virtual const char * GetPatientID ()
virtual void SetDate (const char *)
virtual const char * GetDate ()
virtual void SetSeries (const char *)
virtual const char * GetSeries ()
virtual void SetStudy (const char *)
virtual const char * GetStudy ()
virtual void SetImageNumber (const char *)
virtual const char * GetImageNumber ()
virtual void SetModality (const char *)
virtual const char * GetModality ()

Static Public Member Functions

static vtkMedicalImageReader2New ()
static int IsTypeOf (const char *type)
static vtkMedicalImageReader2SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkMedicalImageReader2 ()
 ~vtkMedicalImageReader2 ()

Protected Attributes

vtkMedicalImagePropertiesMedicalImageProperties

Detailed Description

vtkImageReader2 with medical meta data.

vtkMedicalImageReader2 is a parent class for medical image readers. It provides a place to store patient information that may be stored in the image header.

See also:
vtkImageReader2 vtkGESignaReader vtkMedicalImageProperties

Definition at line 33 of file vtkMedicalImageReader2.h.


Member Typedef Documentation

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

Definition at line 37 of file vtkMedicalImageReader2.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

static int vtkMedicalImageReader2::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 vtkImageReader2.

Reimplemented in vtkGESignaReader.

virtual int vtkMedicalImageReader2::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 vtkImageReader2.

Reimplemented in vtkGESignaReader.

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

virtual vtkObjectBase* vtkMedicalImageReader2::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

void vtkMedicalImageReader2::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 vtkImageReader2.

Reimplemented in vtkGESignaReader.

Get the medical image properties object

virtual void vtkMedicalImageReader2::SetPatientName ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetPatientName ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetPatientID ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetPatientID ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetDate ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetDate ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetSeries ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetSeries ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetStudy ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetStudy ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetImageNumber ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetImageNumber ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void vtkMedicalImageReader2::SetModality ( const char *  ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual const char* vtkMedicalImageReader2::GetModality ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.


Member Data Documentation

Medical Image properties

Definition at line 69 of file vtkMedicalImageReader2.h.


The documentation for this class was generated from the following file: