ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRawImageIO.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef RawImageIOFactory < TPixel, VImageDimension > | Self |
typedef ObjectFactoryBase | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const char * | GetDescription (void) const |
const char * | GetITKSourceVersion (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New (void) |
static void | RegisterOneFactory (void) |
Protected Types | |
typedef RawImageIO< TPixel, VImageDimension > | myProductType |
Protected Member Functions | |
RawImageIOFactory () | |
~RawImageIOFactory () | |
Protected Attributes | |
const myProductType * | m_MyProduct |
Private Member Functions | |
void | operator= (const Self &) |
RawImageIOFactory (const Self &) |
Definition at line 159 of file itkRawImageIO.h.
typedef SmartPointer< const Self > itk::RawImageIOFactory< TPixel, VImageDimension >::ConstPointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 166 of file itkRawImageIO.h.
typedef RawImageIO< TPixel, VImageDimension > itk::RawImageIOFactory< TPixel, VImageDimension >::myProductType [protected] |
Definition at line 194 of file itkRawImageIO.h.
typedef SmartPointer< Self > itk::RawImageIOFactory< TPixel, VImageDimension >::Pointer |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 165 of file itkRawImageIO.h.
typedef RawImageIOFactory< TPixel, VImageDimension > itk::RawImageIOFactory< TPixel, VImageDimension >::Self |
Standard class typedefs.
Reimplemented from itk::ObjectFactoryBase.
Definition at line 163 of file itkRawImageIO.h.
typedef ObjectFactoryBase itk::RawImageIOFactory< TPixel, VImageDimension >::Superclass |
Reimplemented from itk::ObjectFactoryBase.
Definition at line 164 of file itkRawImageIO.h.
itk::RawImageIOFactory< TPixel, VImageDimension >::RawImageIOFactory | ( | ) | [inline, protected] |
Definition at line 192 of file itkRawImageIO.h.
itk::RawImageIOFactory< TPixel, VImageDimension >::~RawImageIOFactory | ( | ) | [inline, protected] |
Definition at line 193 of file itkRawImageIO.h.
itk::RawImageIOFactory< TPixel, VImageDimension >::RawImageIOFactory | ( | const Self & | ) | [private] |
virtual ::itk::LightObject::Pointer itk::RawImageIOFactory< TPixel, VImageDimension >::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::Object.
const char* itk::RawImageIOFactory< TPixel, VImageDimension >::GetDescription | ( | void | ) | const [inline, virtual] |
Return a descriptive string describing the factory.
Implements itk::ObjectFactoryBase.
Definition at line 174 of file itkRawImageIO.h.
const char* itk::RawImageIOFactory< TPixel, VImageDimension >::GetITKSourceVersion | ( | void | ) | const [inline, virtual] |
Class methods used to interface with the registered factories.
Implements itk::ObjectFactoryBase.
Definition at line 169 of file itkRawImageIO.h.
References ITK_SOURCE_VERSION.
virtual const char* itk::RawImageIOFactory< TPixel, VImageDimension >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ObjectFactoryBase.
static Pointer itk::RawImageIOFactory< TPixel, VImageDimension >::New | ( | void | ) | [static] |
Method for class instantiation.
Reimplemented from itk::Object.
void itk::RawImageIOFactory< TPixel, VImageDimension >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ObjectFactoryBase.
static void itk::RawImageIOFactory< TPixel, VImageDimension >::RegisterOneFactory | ( | void | ) | [inline, static] |
Register one factory of this type
Definition at line 186 of file itkRawImageIO.h.
References itk::ObjectFactoryBase::RegisterFactory().
const myProductType* itk::RawImageIOFactory< TPixel, VImageDimension >::m_MyProduct [protected] |
Definition at line 195 of file itkRawImageIO.h.