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