vtkMedicalImageReader2 Class Reference
#include <vtkMedicalImageReader2.h>
Inheritance diagram for vtkMedicalImageReader2:
[legend]Collaboration diagram for vtkMedicalImageReader2:
[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
- Created by:
-
- CVS contributions (if > 5%):
- Hoffman, Bill (87%)
- Schroeder, Will (12%)
- CVS logs (CVSweb):
.cxx (/IO/vtkMedicalImageReader2
.cxx)
.h (/IO/vtkMedicalImageReader2
.h)
Definition at line 43 of file vtkMedicalImageReader2.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkMedicalImageReader2::vtkMedicalImageReader2 |
( |
|
) |
[protected] |
|
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. |
virtual const char* vtkMedicalImageReader2::GetClassName |
( |
|
) |
[virtual] |
|
int vtkMedicalImageReader2::IsTypeOf |
( |
const char * |
type |
) |
[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 * |
type |
) |
[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. |
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 void vtkMedicalImageReader2::SetPatientName |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetPatientName |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual void vtkMedicalImageReader2::SetPatientID |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetPatientID |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual void vtkMedicalImageReader2::SetDate |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetDate |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual void vtkMedicalImageReader2::SetSeries |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetSeries |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual void vtkMedicalImageReader2::SetStudy |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetStudy |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual void vtkMedicalImageReader2::SetImageNumber |
( |
const char * |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
virtual char* vtkMedicalImageReader2::GetImageNumber |
( |
|
) |
[virtual] |
|
|
Methods to set/get the patient information data. |
Member Data Documentation
The documentation for this class was generated from the following file: