#include <vtkMedicalImageReader2.h>
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.
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 vtkMedicalImageProperties * | GetMedicalImageProperties () |
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 vtkMedicalImageReader2 * | New () |
static int | IsTypeOf (const char *type) |
static vtkMedicalImageReader2 * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMedicalImageReader2 () | |
~vtkMedicalImageReader2 () | |
Protected Attributes | |
vtkMedicalImageProperties * | MedicalImageProperties |
Reimplemented from vtkImageReader2.
Reimplemented in vtkGESignaReader.
Definition at line 36 of file vtkMedicalImageReader2.h.
vtkMedicalImageReader2::vtkMedicalImageReader2 | ( | ) | [protected] |
vtkMedicalImageReader2::~vtkMedicalImageReader2 | ( | ) | [protected] |
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] |
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageReader2.
Reimplemented in vtkGESignaReader.
static vtkMedicalImageReader2* vtkMedicalImageReader2::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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.
Medical Image properties
Definition at line 68 of file vtkMedicalImageReader2.h.