![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#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 |
| const char * | GetNameOfClass () const override |
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 myProductType * | m_MyProduct |
ITK factory for Xim file I/O.
Definition at line 44 of file rtkXimImageIOFactory.h.
| using rtk::XimImageIOFactory::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file rtkXimImageIOFactory.h.
|
protected |
Definition at line 84 of file rtkXimImageIOFactory.h.
| using rtk::XimImageIOFactory::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file rtkXimImageIOFactory.h.
Standard class type alias.
Definition at line 50 of file rtkXimImageIOFactory.h.
| using rtk::XimImageIOFactory::Superclass = itk::ObjectFactoryBase |
Definition at line 51 of file rtkXimImageIOFactory.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
|
inlineoverride |
Definition at line 63 of file rtkXimImageIOFactory.h.
|
inlineoverride |
Class methods used to interface with the registered factories.
Definition at line 57 of file rtkXimImageIOFactory.h.
|
override |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
|
inlinestatic |
Register one factory of this type
Definition at line 76 of file rtkXimImageIOFactory.h.
|
protected |
Definition at line 85 of file rtkXimImageIOFactory.h.
1.8.14