vtkMedicalImageReader2 Class Reference

#include <vtkMedicalImageReader2.h>

Inheritance diagram for vtkMedicalImageReader2:

Inheritance graph
[legend]
Collaboration diagram for vtkMedicalImageReader2:

Collaboration graph
[legend]

List of all members.


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 32 of file vtkMedicalImageReader2.h.


Public Types

typedef vtkImageReader2 Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 vtkMedicalImageReader2 ()
 ~vtkMedicalImageReader2 ()

Protected Attributes

vtkMedicalImagePropertiesMedicalImageProperties

Member Typedef Documentation

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

Definition at line 36 of file vtkMedicalImageReader2.h.


Constructor & Destructor Documentation

vtkMedicalImageReader2::vtkMedicalImageReader2 (  )  [protected]

vtkMedicalImageReader2::~vtkMedicalImageReader2 (  )  [protected]


Member Function Documentation

static vtkMedicalImageReader2* vtkMedicalImageReader2::New (  )  [static]

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

Reimplemented from vtkImageReader2.

Reimplemented in vtkGESignaReader.

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

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.

static vtkMedicalImageReader2* vtkMedicalImageReader2::SafeDownCast ( vtkObject o  )  [static]

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.

virtual vtkMedicalImageProperties* vtkMedicalImageReader2::GetMedicalImageProperties (  )  [virtual]

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 68 of file vtkMedicalImageReader2.h.


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

Generated on Mon Sep 27 18:33:52 2010 for VTK by  doxygen 1.5.6