ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions
itk::RawImageIOFactory< TPixel, VImageDimension > Class Template Reference

#include <itkRawImageIO.h>

Inheritance diagram for itk::RawImageIOFactory< TPixel, VImageDimension >:
Collaboration diagram for itk::RawImageIOFactory< TPixel, VImageDimension >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
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 myProductTypem_MyProduct

Private Member Functions

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

Detailed Description

template<class TPixel, unsigned int VImageDimension>
class itk::RawImageIOFactory< TPixel, VImageDimension >

Definition at line 159 of file itkRawImageIO.h.


Member Typedef Documentation

template<class TPixel , unsigned int VImageDimension>
typedef SmartPointer< const Self > itk::RawImageIOFactory< TPixel, VImageDimension >::ConstPointer

Reimplemented from itk::ObjectFactoryBase.

Definition at line 166 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
typedef RawImageIO< TPixel, VImageDimension > itk::RawImageIOFactory< TPixel, VImageDimension >::myProductType [protected]

Definition at line 194 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
typedef SmartPointer< Self > itk::RawImageIOFactory< TPixel, VImageDimension >::Pointer

Reimplemented from itk::ObjectFactoryBase.

Definition at line 165 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
typedef RawImageIOFactory< TPixel, VImageDimension > itk::RawImageIOFactory< TPixel, VImageDimension >::Self

Standard class typedefs.

Reimplemented from itk::ObjectFactoryBase.

Definition at line 163 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
typedef ObjectFactoryBase itk::RawImageIOFactory< TPixel, VImageDimension >::Superclass

Reimplemented from itk::ObjectFactoryBase.

Definition at line 164 of file itkRawImageIO.h.


Constructor & Destructor Documentation

template<class TPixel , unsigned int VImageDimension>
itk::RawImageIOFactory< TPixel, VImageDimension >::RawImageIOFactory ( ) [inline, protected]

Definition at line 192 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
itk::RawImageIOFactory< TPixel, VImageDimension >::~RawImageIOFactory ( ) [inline, protected]

Definition at line 193 of file itkRawImageIO.h.

template<class TPixel , unsigned int VImageDimension>
itk::RawImageIOFactory< TPixel, VImageDimension >::RawImageIOFactory ( const Self ) [private]

Member Function Documentation

template<class TPixel , unsigned int VImageDimension>
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.

template<class TPixel , unsigned int VImageDimension>
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.

template<class TPixel , unsigned int VImageDimension>
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.

template<class TPixel , unsigned int VImageDimension>
virtual const char* itk::RawImageIOFactory< TPixel, VImageDimension >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

template<class TPixel , unsigned int VImageDimension>
static Pointer itk::RawImageIOFactory< TPixel, VImageDimension >::New ( void  ) [static]

Method for class instantiation.

Reimplemented from itk::Object.

template<class TPixel , unsigned int VImageDimension>
void itk::RawImageIOFactory< TPixel, VImageDimension >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::ObjectFactoryBase.

template<class TPixel , unsigned int VImageDimension>
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().


Member Data Documentation

template<class TPixel , unsigned int VImageDimension>
const myProductType* itk::RawImageIOFactory< TPixel, VImageDimension >::m_MyProduct [protected]

Definition at line 195 of file itkRawImageIO.h.


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