Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions

mitk::ItkImageFileIOFactory Class Reference
[IO Classes]

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

#include <mitkItkImageFileIOFactory.h>

List of all members.

Public Types

typedef ItkImageFileIOFactory Self
typedef itk::ObjectFactoryBase Superclass
typedef itk::SmartPointer< SelfPointer
typedef itk::SmartPointer
< const Self
ConstPointer

Public Member Functions

virtual const char * GetITKSourceVersion (void) const
virtual const char * GetDescription (void) const
 itkFactorylessNewMacro (Self)
virtual const char * GetClassName () const

Static Public Member Functions

static ItkImageFileIOFactoryFactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 ItkImageFileIOFactory ()
 ~ItkImageFileIOFactory ()

Detailed Description

Create instances of ItkImageFileReader objects using an object factory.

Definition at line 33 of file mitkItkImageFileIOFactory.h.


Member Typedef Documentation

typedef itk::SmartPointer<const Self> mitk::ItkImageFileIOFactory::ConstPointer

Definition at line 40 of file mitkItkImageFileIOFactory.h.

typedef itk::SmartPointer<Self> mitk::ItkImageFileIOFactory::Pointer

Definition at line 39 of file mitkItkImageFileIOFactory.h.

Standard class typedefs.

Definition at line 37 of file mitkItkImageFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::ItkImageFileIOFactory::Superclass

Definition at line 38 of file mitkItkImageFileIOFactory.h.


Constructor & Destructor Documentation

mitk::ItkImageFileIOFactory::ItkImageFileIOFactory (  ) [protected]

Definition at line 22 of file mitkItkImageFileIOFactory.cpp.

{
ItkImageFileIOFactory::ItkImageFileIOFactory()
{
  this->RegisterOverride("mitkIOAdapter",
mitk::ItkImageFileIOFactory::~ItkImageFileIOFactory (  ) [protected]

Definition at line 31 of file mitkItkImageFileIOFactory.cpp.


Member Function Documentation

static ItkImageFileIOFactory* mitk::ItkImageFileIOFactory::FactoryNew (  ) [inline, static]

Definition at line 48 of file mitkItkImageFileIOFactory.h.

{ return new ItkImageFileIOFactory;}
virtual const char* mitk::ItkImageFileIOFactory::GetClassName (  ) const [virtual]

Run-time type information (and related methods).

const char * mitk::ItkImageFileIOFactory::GetDescription ( void   ) const [virtual]

Definition at line 40 of file mitkItkImageFileIOFactory.cpp.

{
  return ITK_SOURCE_VERSION;
}
const char * mitk::ItkImageFileIOFactory::GetITKSourceVersion ( void   ) const [virtual]

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkItkImageFileIOFactory.cpp.

{
}
mitk::ItkImageFileIOFactory::itkFactorylessNewMacro ( Self   )

Method for class instantiation.

static void mitk::ItkImageFileIOFactory::RegisterOneFactory ( void   ) [inline, static]

Register one factory of this type

Definition at line 53 of file mitkItkImageFileIOFactory.h.

  {
    ItkImageFileIOFactory::Pointer ItkImageFileIOFactory = ItkImageFileIOFactory::New();
    ObjectFactoryBase::RegisterFactory(ItkImageFileIOFactory);
  }

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines