Create instances of VtkUnstructuredGridReader objects using an object factory. More...
#include <mitkVtkUnstructuredGridIOFactory.h>
Public Types | |
| typedef VtkUnstructuredGridIOFactory | 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 VtkUnstructuredGridIOFactory * | FactoryNew () |
| static void | RegisterOneFactory (void) |
Protected Member Functions | |
| VtkUnstructuredGridIOFactory () | |
| ~VtkUnstructuredGridIOFactory () | |
Create instances of VtkUnstructuredGridReader objects using an object factory.
Definition at line 34 of file mitkVtkUnstructuredGridIOFactory.h.
| typedef itk::SmartPointer<const Self> mitk::VtkUnstructuredGridIOFactory::ConstPointer |
Definition at line 41 of file mitkVtkUnstructuredGridIOFactory.h.
| typedef itk::SmartPointer<Self> mitk::VtkUnstructuredGridIOFactory::Pointer |
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.
| 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.
| static VtkUnstructuredGridIOFactory* mitk::VtkUnstructuredGridIOFactory::FactoryNew | ( | ) | [inline, static] |
Definition at line 49 of file mitkVtkUnstructuredGridIOFactory.h.
{ return new VtkUnstructuredGridIOFactory;}
| 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);
}
1.7.2