#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 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. |
|
|
|
|
|
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. |
|
Get the medical image properties object |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
For backward compatibility, propagate calls to the MedicalImageProperties object. |
|
Medical Image properties Definition at line 68 of file vtkMedicalImageReader2.h. |