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

mitk::PicFileIOFactory Class Reference
[IO Classes]

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

#include <mitkPicFileIOFactory.h>

List of all members.

Public Types

typedef PicFileIOFactory 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 PicFileIOFactoryFactoryNew ()
static void RegisterOneFactory (void)

Protected Member Functions

 PicFileIOFactory ()
 ~PicFileIOFactory ()

Detailed Description

Create instances of PicFileReader objects using an object factory.

Definition at line 33 of file mitkPicFileIOFactory.h.


Member Typedef Documentation

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

Definition at line 40 of file mitkPicFileIOFactory.h.

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

Definition at line 39 of file mitkPicFileIOFactory.h.

Standard class typedefs.

Definition at line 37 of file mitkPicFileIOFactory.h.

typedef itk::ObjectFactoryBase mitk::PicFileIOFactory::Superclass

Definition at line 38 of file mitkPicFileIOFactory.h.


Constructor & Destructor Documentation

mitk::PicFileIOFactory::PicFileIOFactory (  ) [protected]

Definition at line 22 of file mitkPicFileIOFactory.cpp.

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

Definition at line 31 of file mitkPicFileIOFactory.cpp.


Member Function Documentation

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

Definition at line 48 of file mitkPicFileIOFactory.h.

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

Run-time type information (and related methods).

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

Definition at line 40 of file mitkPicFileIOFactory.cpp.

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

Class methods used to interface with the registered factories.

Definition at line 35 of file mitkPicFileIOFactory.cpp.

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

Method for class instantiation.

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

Register one factory of this type

Definition at line 53 of file mitkPicFileIOFactory.h.

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

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