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::HisImageIOFactory Class Reference

#include <rtkHisImageIOFactory.h>

+ Inheritance diagram for rtk::HisImageIOFactory:
+ Collaboration diagram for rtk::HisImageIOFactory:

Public Types

using ConstPointer = itk::SmartPointer< const Self >
 
using Pointer = itk::SmartPointer< Self >
 
using Self = HisImageIOFactory
 
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 = HisImageIOFactory
 

Protected Member Functions

 HisImageIOFactory ()
 
 ~HisImageIOFactory () override=default
 

Protected Attributes

const myProductTypem_MyProduct
 

Detailed Description

ITK factory for His file I/O.

Author
Simon Rit

Definition at line 41 of file rtkHisImageIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 50 of file rtkHisImageIOFactory.h.

◆ myProductType

Definition at line 86 of file rtkHisImageIOFactory.h.

◆ Pointer

Definition at line 49 of file rtkHisImageIOFactory.h.

◆ Self

Standard class type alias.

Definition at line 47 of file rtkHisImageIOFactory.h.

◆ Superclass

Definition at line 48 of file rtkHisImageIOFactory.h.

Constructor & Destructor Documentation

◆ HisImageIOFactory()

rtk::HisImageIOFactory::HisImageIOFactory ( )
protected

◆ ~HisImageIOFactory()

rtk::HisImageIOFactory::~HisImageIOFactory ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

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

Reimplemented from itk::Object.

◆ GetDescription()

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

Implements itk::ObjectFactoryBase.

Definition at line 60 of file rtkHisImageIOFactory.h.

◆ GetITKSourceVersion()

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

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

Definition at line 54 of file rtkHisImageIOFactory.h.

References ITK_SOURCE_VERSION.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

◆ New()

static Pointer rtk::HisImageIOFactory::New ( )
static

Method for class instantiation.

◆ RegisterOneFactory()

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

Register one factory of this type

Definition at line 78 of file rtkHisImageIOFactory.h.

References itk::ObjectFactoryBase::RegisterFactory().

Member Data Documentation

◆ m_MyProduct

const myProductType* rtk::HisImageIOFactory::m_MyProduct
protected

Definition at line 87 of file rtkHisImageIOFactory.h.


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