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::NiftiImageIOFactory Class Reference

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

#include <itkNiftiImageIOFactory.h>

Inheritance diagram for itk::NiftiImageIOFactory:
Collaboration diagram for itk::NiftiImageIOFactory:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef NiftiImageIOFactory 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 Pointer New (void)
static void RegisterOneFactory (void)

Protected Member Functions

 NiftiImageIOFactory ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
 ~NiftiImageIOFactory ()

Private Member Functions

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

Detailed Description

Create instances of NiftiImageIO objects using an object factory.

Definition at line 31 of file itkNiftiImageIOFactory.h.


Member Typedef Documentation

Reimplemented from itk::ObjectFactoryBase.

Definition at line 38 of file itkNiftiImageIOFactory.h.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 37 of file itkNiftiImageIOFactory.h.

Standard class typedefs.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 35 of file itkNiftiImageIOFactory.h.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 36 of file itkNiftiImageIOFactory.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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

Return a descriptive string describing the factory.

Implements itk::ObjectFactoryBase.

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

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

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

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

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

Method for class instantiation.

Reimplemented from itk::Object.

Referenced by ProcessArgumentsAndRegisterBuiltInFactories(), RegisterOneFactory(), and RegisterRequiredFactories().

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

Mutex lock to protect modification to the reference count

Reimplemented from itk::ObjectFactoryBase.

virtual void itk::NiftiImageIOFactory::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, 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 itk::ObjectFactoryBase.

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

Register one factory of this type

Definition at line 52 of file itkNiftiImageIOFactory.h.

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


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