ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::MINC2ImageIOFactory Class Reference

Create instances of MINC2ImageIO objects using an object factory. More...

#include <itkMINC2ImageIOFactory.h>

Inheritance diagram for itk::MINC2ImageIOFactory:
Collaboration diagram for itk::MINC2ImageIOFactory:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef MINC2ImageIOFactory Self
typedef ObjectFactoryBase Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetDescription (void) const
virtual const char * GetITKSourceVersion (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static MINC2ImageIOFactoryFactoryNew ()
static Pointer New (void)
static void RegisterOneFactory (void)

Protected Member Functions

 MINC2ImageIOFactory ()
 ~MINC2ImageIOFactory ()

Private Member Functions

 MINC2ImageIOFactory (const Self &)
void operator= (const Self &)

Detailed Description

Create instances of MINC2ImageIO objects using an object factory.

This code was contributed in the Insight Journal paper: "MINC2.0 IO Support for ITK" by Baghdadi L. http://hdl.handle.net/1926/191 http://www.insight-journal.org/browse/publication/88

Definition at line 37 of file itkMINC2ImageIOFactory.h.


Member Typedef Documentation

Reimplemented from itk::ObjectFactoryBase.

Definition at line 44 of file itkMINC2ImageIOFactory.h.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 43 of file itkMINC2ImageIOFactory.h.

Standard class typedefs.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 41 of file itkMINC2ImageIOFactory.h.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 42 of file itkMINC2ImageIOFactory.h.


Constructor & Destructor Documentation

itk::MINC2ImageIOFactory::MINC2ImageIOFactory ( ) [protected]
itk::MINC2ImageIOFactory::~MINC2ImageIOFactory ( ) [protected]
itk::MINC2ImageIOFactory::MINC2ImageIOFactory ( const Self ) [private]

Member Function Documentation

virtual ::itk::LightObject::Pointer itk::MINC2ImageIOFactory::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.

static MINC2ImageIOFactory* itk::MINC2ImageIOFactory::FactoryNew ( ) [inline, static]

Definition at line 53 of file itkMINC2ImageIOFactory.h.

virtual const char* itk::MINC2ImageIOFactory::GetDescription ( void  ) const [virtual]

Return a descriptive string describing the factory.

Implements itk::ObjectFactoryBase.

virtual const char* itk::MINC2ImageIOFactory::GetITKSourceVersion ( void  ) const [virtual]

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

virtual const char* itk::MINC2ImageIOFactory::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

static Pointer itk::MINC2ImageIOFactory::New ( void  ) [static]

Method for class instantiation.

Reimplemented from itk::Object.

Referenced by RegisterOneFactory().

void itk::MINC2ImageIOFactory::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::ObjectFactoryBase.

static void itk::MINC2ImageIOFactory::RegisterOneFactory ( void  ) [inline, static]

Register one factory of this type

Definition at line 59 of file itkMINC2ImageIOFactory.h.

References New(), and itk::ObjectFactoryBase::RegisterFactory().


The documentation for this class was generated from the following file: