RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkHncImageIOFactory.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = HncImageIOFactory |
using | Superclass = itk::ObjectFactoryBase |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetDescription () const override |
const char * | GetITKSourceVersion () const override |
HncImageIOFactory (const Self &)=delete | |
void | operator= (const Self &)=delete |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
static void | RegisterOneFactory () |
Protected Types | |
using | myProductType = HncImageIOFactory |
Protected Member Functions | |
HncImageIOFactory () | |
~HncImageIOFactory () override=default | |
Protected Attributes | |
const myProductType * | m_MyProduct |
Factory for Hnc files (file format used by Varian for Obi raw data).
Definition at line 41 of file rtkHncImageIOFactory.h.
using rtk::HncImageIOFactory::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 48 of file rtkHncImageIOFactory.h.
|
protected |
Definition at line 88 of file rtkHncImageIOFactory.h.
Definition at line 47 of file rtkHncImageIOFactory.h.
Standard class type alias.
Definition at line 45 of file rtkHncImageIOFactory.h.
Definition at line 46 of file rtkHncImageIOFactory.h.
|
delete |
|
protected |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
inlineoverridevirtual |
Implements itk::ObjectFactoryBase.
Definition at line 58 of file rtkHncImageIOFactory.h.
|
inlineoverridevirtual |
Class methods used to interface with the registered factories.
Implements itk::ObjectFactoryBase.
Definition at line 52 of file rtkHncImageIOFactory.h.
References ITK_SOURCE_VERSION.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ObjectFactoryBase.
|
static |
Method for class instantiation.
|
delete |
|
inlinestatic |
Register one factory of this type
Definition at line 76 of file rtkHncImageIOFactory.h.
References itk::ObjectFactoryBase::RegisterFactory().
|
protected |
Definition at line 89 of file rtkHncImageIOFactory.h.