RTK  2.5.0
Reconstruction Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
rtk::XimImageIOFactory Class Reference

#include <rtkXimImageIOFactory.h>

+ Inheritance diagram for rtk::XimImageIOFactory:
+ Collaboration diagram for rtk::XimImageIOFactory:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = XimImageIOFactory
 
using Superclass = itk::ObjectFactoryBase
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
const char * GetDescription () const override
 
const char * GetITKSourceVersion () const override
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 
static void RegisterOneFactory ()
 

Protected Types

using myProductType = XimImageIOFactory
 

Protected Member Functions

 XimImageIOFactory ()
 
 ~XimImageIOFactory () override=default
 

Protected Attributes

const myProductTypem_MyProduct
 

Detailed Description

ITK factory for Xim file I/O.

Author
Simon Rit & Andreas Gravgaard Andersen

Definition at line 44 of file rtkXimImageIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 53 of file rtkXimImageIOFactory.h.

◆ myProductType

Definition at line 89 of file rtkXimImageIOFactory.h.

◆ Pointer

Definition at line 52 of file rtkXimImageIOFactory.h.

◆ Self

Standard class type alias.

Definition at line 50 of file rtkXimImageIOFactory.h.

◆ Superclass

Definition at line 51 of file rtkXimImageIOFactory.h.

Constructor & Destructor Documentation

◆ XimImageIOFactory()

rtk::XimImageIOFactory::XimImageIOFactory ( )
protected

◆ ~XimImageIOFactory()

rtk::XimImageIOFactory::~XimImageIOFactory ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

virtual ::itk::LightObject::Pointer rtk::XimImageIOFactory::CreateAnother ( ) const
virtual

Reimplemented from itk::Object.

◆ GetDescription()

const char* rtk::XimImageIOFactory::GetDescription ( ) const
inlineoverridevirtual

Implements itk::ObjectFactoryBase.

Definition at line 63 of file rtkXimImageIOFactory.h.

◆ GetITKSourceVersion()

const char* rtk::XimImageIOFactory::GetITKSourceVersion ( ) const
inlineoverridevirtual

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

Definition at line 57 of file rtkXimImageIOFactory.h.

References ITK_SOURCE_VERSION.

◆ GetNameOfClass()

virtual const char* rtk::XimImageIOFactory::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

◆ New()

static Pointer rtk::XimImageIOFactory::New ( )
static

Method for class instantiation.

◆ RegisterOneFactory()

static void rtk::XimImageIOFactory::RegisterOneFactory ( )
inlinestatic

Register one factory of this type

Definition at line 81 of file rtkXimImageIOFactory.h.

References itk::ObjectFactoryBase::RegisterFactory().

Member Data Documentation

◆ m_MyProduct

const myProductType* rtk::XimImageIOFactory::m_MyProduct
protected

Definition at line 90 of file rtkXimImageIOFactory.h.


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