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

mitk::ParRecFileIOFactory Class Reference
[IO Classes]

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

#include <mitkParRecFileIOFactory.h>

List of all members.

Public Types

typedef ParRecFileIOFactory 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 ParRecFileIOFactoryFactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 ParRecFileIOFactory ()
 ~ParRecFileIOFactory ()

Detailed Description

Create instances of ParRecFileReader objects using an object factory.

Definition at line 35 of file mitkParRecFileIOFactory.h.


Member Typedef Documentation

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

Definition at line 42 of file mitkParRecFileIOFactory.h.

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

Definition at line 41 of file mitkParRecFileIOFactory.h.

Standard class typedefs.

Definition at line 39 of file mitkParRecFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::ParRecFileIOFactory::Superclass

Definition at line 40 of file mitkParRecFileIOFactory.h.


Constructor & Destructor Documentation

mitk::ParRecFileIOFactory::ParRecFileIOFactory (  ) [protected]

Definition at line 22 of file mitkParRecFileIOFactory.cpp.

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

Definition at line 31 of file mitkParRecFileIOFactory.cpp.


Member Function Documentation

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

Definition at line 50 of file mitkParRecFileIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 40 of file mitkParRecFileIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkParRecFileIOFactory.cpp.

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

Method for class instantiation.

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

Register one factory of this type

Definition at line 55 of file mitkParRecFileIOFactory.h.

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

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