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

mitk::VtkUnstructuredGridIOFactory Class Reference
[IO Classes]

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

#include <mitkVtkUnstructuredGridIOFactory.h>

List of all members.

Public Types

typedef
VtkUnstructuredGridIOFactory 
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
VtkUnstructuredGridIOFactory
FactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 VtkUnstructuredGridIOFactory ()
 ~VtkUnstructuredGridIOFactory ()

Detailed Description

Create instances of VtkUnstructuredGridReader objects using an object factory.

Definition at line 34 of file mitkVtkUnstructuredGridIOFactory.h.


Member Typedef Documentation

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

Definition at line 41 of file mitkVtkUnstructuredGridIOFactory.h.

Definition at line 40 of file mitkVtkUnstructuredGridIOFactory.h.

Standard class typedefs.

Definition at line 38 of file mitkVtkUnstructuredGridIOFactory.h.

typedef itk::ObjectFactoryBase mitk::VtkUnstructuredGridIOFactory::Superclass

Definition at line 39 of file mitkVtkUnstructuredGridIOFactory.h.


Constructor & Destructor Documentation

mitk::VtkUnstructuredGridIOFactory::VtkUnstructuredGridIOFactory (  ) [protected]

Definition at line 22 of file mitkVtkUnstructuredGridIOFactory.cpp.

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

Definition at line 31 of file mitkVtkUnstructuredGridIOFactory.cpp.


Member Function Documentation

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

Definition at line 49 of file mitkVtkUnstructuredGridIOFactory.h.

virtual const char* mitk::VtkUnstructuredGridIOFactory::GetClassName (  ) const [virtual]

Run-time type information (and related methods).

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

Definition at line 40 of file mitkVtkUnstructuredGridIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkVtkUnstructuredGridIOFactory.cpp.

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

Method for class instantiation.

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

Register one factory of this type

Definition at line 54 of file mitkVtkUnstructuredGridIOFactory.h.

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

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