Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
itk::MRMLIDImageIOFactory Class Reference

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

#include <Libs/MRML/IDImageIO/itkMRMLIDImageIOFactory.h>

Inheritance diagram for itk::MRMLIDImageIOFactory:
Inheritance graph
[legend]
Collaboration diagram for itk::MRMLIDImageIOFactory:
Collaboration graph
[legend]

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef MRMLIDImageIOFactory Self
 
typedef ObjectFactoryBase Superclass
 

Public Member Functions

virtual const char * GetDescription (void) const ITK_OVERRIDE
 
virtual const char * GetITKSourceVersion (void) const ITK_OVERRIDE
 
 itkFactorylessNewMacro (Self)
 
 itkTypeMacro (MRMLIDImageIOFactory, ObjectFactoryBase)
 

Static Public Member Functions

static MRMLIDImageIOFactoryFactoryNew ()
 
static void RegisterOneFactory (void)
 

Protected Member Functions

 MRMLIDImageIOFactory ()
 
 ~MRMLIDImageIOFactory ()
 

Detailed Description

Create instances of MRMLIDImageIO objects using an object factory.

Definition at line 32 of file itkMRMLIDImageIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

typedef SmartPointer<const Self> itk::MRMLIDImageIOFactory::ConstPointer

Definition at line 39 of file itkMRMLIDImageIOFactory.h.

◆ Pointer

Definition at line 38 of file itkMRMLIDImageIOFactory.h.

◆ Self

Standard class typedefs.

Definition at line 36 of file itkMRMLIDImageIOFactory.h.

◆ Superclass

typedef ObjectFactoryBase itk::MRMLIDImageIOFactory::Superclass

Definition at line 37 of file itkMRMLIDImageIOFactory.h.

Constructor & Destructor Documentation

◆ MRMLIDImageIOFactory()

itk::MRMLIDImageIOFactory::MRMLIDImageIOFactory ( )
protected

◆ ~MRMLIDImageIOFactory()

itk::MRMLIDImageIOFactory::~MRMLIDImageIOFactory ( )
protected

Member Function Documentation

◆ FactoryNew()

static MRMLIDImageIOFactory* itk::MRMLIDImageIOFactory::FactoryNew ( )
inlinestatic

Definition at line 47 of file itkMRMLIDImageIOFactory.h.

◆ GetDescription()

virtual const char* itk::MRMLIDImageIOFactory::GetDescription ( void  ) const
virtual

◆ GetITKSourceVersion()

virtual const char* itk::MRMLIDImageIOFactory::GetITKSourceVersion ( void  ) const
virtual

Class methods used to interface with the registered factories.

◆ itkFactorylessNewMacro()

itk::MRMLIDImageIOFactory::itkFactorylessNewMacro ( Self  )

Method for class instantiation.

◆ itkTypeMacro()

itk::MRMLIDImageIOFactory::itkTypeMacro ( MRMLIDImageIOFactory  ,
ObjectFactoryBase   
)

Run-time type information (and related methods).

◆ RegisterOneFactory()

static void itk::MRMLIDImageIOFactory::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Definition at line 53 of file itkMRMLIDImageIOFactory.h.


The documentation for this class was generated from the following file: