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

mitk::NrrdQBallImageIOFactory Class Reference
[IO Classes]

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

#include <mitkNrrdQBallImageIOFactory.h>

List of all members.

Public Types

typedef NrrdQBallImageIOFactory 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 NrrdQBallImageIOFactoryFactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 NrrdQBallImageIOFactory ()
 ~NrrdQBallImageIOFactory ()

Detailed Description

Create instances of NrrdQBallImageReader objects using an object factory.

Definition at line 34 of file mitkNrrdQBallImageIOFactory.h.


Member Typedef Documentation

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

Definition at line 41 of file mitkNrrdQBallImageIOFactory.h.

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

Definition at line 40 of file mitkNrrdQBallImageIOFactory.h.

Standard class typedefs.

Definition at line 38 of file mitkNrrdQBallImageIOFactory.h.

typedef itk::ObjectFactoryBase mitk::NrrdQBallImageIOFactory::Superclass

Definition at line 39 of file mitkNrrdQBallImageIOFactory.h.


Constructor & Destructor Documentation

mitk::NrrdQBallImageIOFactory::NrrdQBallImageIOFactory (  ) [protected]

Definition at line 23 of file mitkNrrdQBallImageIOFactory.cpp.

{

NrrdQBallImageIOFactory::NrrdQBallImageIOFactory()
{
  typedef NrrdQBallImageReader NrrdQBIReaderType;
  this->RegisterOverride("mitkIOAdapter",
mitk::NrrdQBallImageIOFactory::~NrrdQBallImageIOFactory (  ) [protected]

Definition at line 33 of file mitkNrrdQBallImageIOFactory.cpp.


Member Function Documentation

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

Definition at line 49 of file mitkNrrdQBallImageIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 42 of file mitkNrrdQBallImageIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 37 of file mitkNrrdQBallImageIOFactory.cpp.

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

Method for class instantiation.

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

Register one factory of this type

Definition at line 54 of file mitkNrrdQBallImageIOFactory.h.

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

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