Create instances of VtkSurfaceReader objects using an object factory. More...
#include <mitkVtkSurfaceIOFactory.h>
Public Types | |
| typedef VtkSurfaceIOFactory | Self |
| typedef itk::ObjectFactoryBase | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| 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 VtkSurfaceIOFactory * | FactoryNew () |
| static void | RegisterOneFactory (void) |
Protected Member Functions | |
| VtkSurfaceIOFactory () | |
| ~VtkSurfaceIOFactory () | |
Create instances of VtkSurfaceReader objects using an object factory.
Definition at line 33 of file mitkVtkSurfaceIOFactory.h.
| typedef itk::SmartPointer<const Self> mitk::VtkSurfaceIOFactory::ConstPointer |
Definition at line 40 of file mitkVtkSurfaceIOFactory.h.
| typedef itk::SmartPointer<Self> mitk::VtkSurfaceIOFactory::Pointer |
Definition at line 39 of file mitkVtkSurfaceIOFactory.h.
Standard class typedefs.
Definition at line 37 of file mitkVtkSurfaceIOFactory.h.
| typedef itk::ObjectFactoryBase mitk::VtkSurfaceIOFactory::Superclass |
Definition at line 38 of file mitkVtkSurfaceIOFactory.h.
| mitk::VtkSurfaceIOFactory::VtkSurfaceIOFactory | ( | ) | [protected] |
Definition at line 22 of file mitkVtkSurfaceIOFactory.cpp.
{
VtkSurfaceIOFactory::VtkSurfaceIOFactory()
{
this->RegisterOverride("mitkIOAdapter",
| mitk::VtkSurfaceIOFactory::~VtkSurfaceIOFactory | ( | ) | [protected] |
Definition at line 31 of file mitkVtkSurfaceIOFactory.cpp.
| static VtkSurfaceIOFactory* mitk::VtkSurfaceIOFactory::FactoryNew | ( | ) | [inline, static] |
Definition at line 48 of file mitkVtkSurfaceIOFactory.h.
{ return new VtkSurfaceIOFactory;}
| virtual const char* mitk::VtkSurfaceIOFactory::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
| const char * mitk::VtkSurfaceIOFactory::GetDescription | ( | void | ) | const [virtual] |
Definition at line 40 of file mitkVtkSurfaceIOFactory.cpp.
{
return ITK_SOURCE_VERSION;
}
| const char * mitk::VtkSurfaceIOFactory::GetITKSourceVersion | ( | void | ) | const [virtual] |
Class methods used to interface with the registered factories.
Definition at line 35 of file mitkVtkSurfaceIOFactory.cpp.
{
}
| mitk::VtkSurfaceIOFactory::itkFactorylessNewMacro | ( | Self | ) |
Method for class instantiation.
| static void mitk::VtkSurfaceIOFactory::RegisterOneFactory | ( | void | ) | [inline, static] |
Register one factory of this type
Definition at line 53 of file mitkVtkSurfaceIOFactory.h.
{
VtkSurfaceIOFactory::Pointer VtkSurfaceIOFactory = VtkSurfaceIOFactory::New();
ObjectFactoryBase::RegisterFactory(VtkSurfaceIOFactory);
}
1.7.2