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

#include <rtkEdfImageIOFactory.h>

+ Inheritance diagram for rtk::EdfImageIOFactory:
+ Collaboration diagram for rtk::EdfImageIOFactory:

Public Types

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

Protected Member Functions

 EdfImageIOFactory ()
 
 ~EdfImageIOFactory () override=default
 

Protected Attributes

const myProductTypem_MyProduct
 

Detailed Description

ITK factory for Edf file I/O.

Author
Simon Rit

Definition at line 38 of file rtkEdfImageIOFactory.h.

Member Typedef Documentation

◆ ConstPointer

Definition at line 47 of file rtkEdfImageIOFactory.h.

◆ myProductType

Definition at line 84 of file rtkEdfImageIOFactory.h.

◆ Pointer

Definition at line 46 of file rtkEdfImageIOFactory.h.

◆ Self

Standard class type alias.

Definition at line 44 of file rtkEdfImageIOFactory.h.

◆ Superclass

Definition at line 45 of file rtkEdfImageIOFactory.h.

Constructor & Destructor Documentation

◆ EdfImageIOFactory()

rtk::EdfImageIOFactory::EdfImageIOFactory ( )
protected

◆ ~EdfImageIOFactory()

rtk::EdfImageIOFactory::~EdfImageIOFactory ( )
overrideprotecteddefault

Member Function Documentation

◆ CreateAnother()

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

Reimplemented from itk::Object.

◆ GetDescription()

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

Implements itk::ObjectFactoryBase.

Definition at line 57 of file rtkEdfImageIOFactory.h.

◆ GetITKSourceVersion()

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

Class methods used to interface with the registered factories.

Implements itk::ObjectFactoryBase.

Definition at line 51 of file rtkEdfImageIOFactory.h.

References ITK_SOURCE_VERSION.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::ObjectFactoryBase.

◆ New()

static Pointer rtk::EdfImageIOFactory::New ( )
static

Method for class instantiation.

◆ RegisterOneFactory()

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

Register one factory of this type

Definition at line 75 of file rtkEdfImageIOFactory.h.

References itk::ObjectFactoryBase::RegisterFactory().

Member Data Documentation

◆ m_MyProduct

const myProductType* rtk::EdfImageIOFactory::m_MyProduct
protected

Definition at line 85 of file rtkEdfImageIOFactory.h.


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