ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkDicomImageIO.h>
Public Types | |
typedef SmartPointer< Self > | Pointer |
typedef DicomImageIO | Self |
typedef GDCMImageIO | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
DicomImageIO (const Self &) | |
void | operator= (const Self &) |
virtual const char * | GetNameOfClass () const |
DicomImageIO () |
Read DicomImage file format.
Definition at line 38 of file itkDicomImageIO.h.
typedef SmartPointer< Self > itk::DicomImageIO::Pointer |
Reimplemented from itk::GDCMImageIO.
Definition at line 44 of file itkDicomImageIO.h.
typedef DicomImageIO itk::DicomImageIO::Self |
Standard class typedefs.
Reimplemented from itk::GDCMImageIO.
Definition at line 42 of file itkDicomImageIO.h.
Reimplemented from itk::GDCMImageIO.
Definition at line 43 of file itkDicomImageIO.h.
itk::DicomImageIO::DicomImageIO | ( | ) | [inline, protected] |
Run-time type information (and related methods).
Definition at line 52 of file itkDicomImageIO.h.
itk::DicomImageIO::DicomImageIO | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::DicomImageIO::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::GDCMImageIO.
virtual const char* itk::DicomImageIO::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::GDCMImageIO.
static Pointer itk::DicomImageIO::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::GDCMImageIO.
void itk::DicomImageIO::operator= | ( | const Self & | ) | [private] |
This method causes the filter to generate its output.
Reimplemented from itk::GDCMImageIO.