#include <vtkMedicalImageReader2.h>
Inheritance diagram for vtkMedicalImageReader2:
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 36 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 void | SetPatientName (const char *) |
virtual char * | GetPatientName () |
virtual void | SetPatientID (const char *) |
virtual char * | GetPatientID () |
virtual void | SetDate (const char *) |
virtual char * | GetDate () |
virtual void | SetSeries (const char *) |
virtual char * | GetSeries () |
virtual void | SetStudy (const char *) |
virtual char * | GetStudy () |
virtual void | SetImageNumber (const char *) |
virtual char * | GetImageNumber () |
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 | |
char * | PatientName |
char * | PatientID |
char * | Date |
char * | ImageNumber |
char * | Study |
char * | Series |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkGESignaReader. Definition at line 40 of file vtkMedicalImageReader2.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2. Reimplemented in vtkGESignaReader. |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkGESignaReader. |
|
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. |
|
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. |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkGESignaReader. |
|
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. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Methods to set/get the patient information data. |
|
Definition at line 64 of file vtkMedicalImageReader2.h. |
|
Definition at line 65 of file vtkMedicalImageReader2.h. |
|
Definition at line 66 of file vtkMedicalImageReader2.h. |
|
Definition at line 67 of file vtkMedicalImageReader2.h. |
|
Definition at line 68 of file vtkMedicalImageReader2.h. |
|
Definition at line 69 of file vtkMedicalImageReader2.h. |