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

mitk::ObjFileIOFactory Class Reference
[IO Classes]

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

#include <mitkObjFileIOFactory.h>

List of all members.

Public Types

typedef ObjFileIOFactory 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 ObjFileIOFactoryFactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 ObjFileIOFactory ()
 ~ObjFileIOFactory ()

Detailed Description

Create instances of ObjFileReader objects using an object factory.

Definition at line 34 of file mitkObjFileIOFactory.h.


Member Typedef Documentation

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

Definition at line 41 of file mitkObjFileIOFactory.h.

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

Definition at line 40 of file mitkObjFileIOFactory.h.

Standard class typedefs.

Definition at line 38 of file mitkObjFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::ObjFileIOFactory::Superclass

Definition at line 39 of file mitkObjFileIOFactory.h.


Constructor & Destructor Documentation

mitk::ObjFileIOFactory::ObjFileIOFactory (  ) [protected]

Definition at line 22 of file mitkObjFileIOFactory.cpp.

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

Definition at line 31 of file mitkObjFileIOFactory.cpp.


Member Function Documentation

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

Definition at line 49 of file mitkObjFileIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 40 of file mitkObjFileIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkObjFileIOFactory.cpp.

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

Method for class instantiation.

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

Register one factory of this type

Definition at line 54 of file mitkObjFileIOFactory.h.

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

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