|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUImageFactory.h>
Object Factory implementation for GPUImage.
Definition at line 37 of file itkGPUImageFactory.h.
Inheritance diagram for itk::GPUImageFactory2< TTypeList, NDimensions >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef GPUImageFactory2 | Self |
| typedef GPUObjectFactoryBase< NDimensions > | Superclass |
Public Types inherited from itk::GPUObjectFactoryBase< NDimensions > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef GPUObjectFactoryBase | Self |
| typedef ObjectFactoryBase | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| const char * | GetDescription () const |
| itkFactorylessNewMacro (Self) | |
| template<typename TType , unsigned int VImageDimension> | |
| void | operator() (void) |
Public Member Functions inherited from itk::GPUObjectFactoryBase< NDimensions > | |
| virtual const char * | GetITKSourceVersion () const |
| itkStaticConstMacro (Support1D, bool, NDimensions::Support1D) | |
| itkStaticConstMacro (Support2D, bool, NDimensions::Support2D) | |
| itkStaticConstMacro (Support3D, bool, NDimensions::Support3D) | |
| virtual void | RegisterAll () |
Static Public Member Functions | |
| static void | RegisterOneFactory () |
Protected Member Functions | |
| GPUImageFactory2 () | |
| virtual void | Register1D () |
| virtual void | Register2D () |
| virtual void | Register3D () |
| virtual | ~GPUImageFactory2 () |
Protected Member Functions inherited from itk::GPUObjectFactoryBase< NDimensions > | |
| GPUObjectFactoryBase () | |
| virtual | ~GPUObjectFactoryBase () |
Private Member Functions | |
| GPUImageFactory2 (const Self &) | |
| void | operator= (const Self &) |
| typedef SmartPointer< const Self > itk::GPUImageFactory2< TTypeList, NDimensions >::ConstPointer |
Definition at line 44 of file itkGPUImageFactory.h.
| typedef SmartPointer< Self > itk::GPUImageFactory2< TTypeList, NDimensions >::Pointer |
Definition at line 43 of file itkGPUImageFactory.h.
| typedef GPUImageFactory2 itk::GPUImageFactory2< TTypeList, NDimensions >::Self |
Definition at line 41 of file itkGPUImageFactory.h.
| typedef GPUObjectFactoryBase< NDimensions > itk::GPUImageFactory2< TTypeList, NDimensions >::Superclass |
Definition at line 42 of file itkGPUImageFactory.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 74 of file itkGPUImageFactory.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUObjectFactoryBase< NDimensions >.
|
inline |
Return a descriptive string describing the factory.
Definition at line 47 of file itkGPUImageFactory.h.
| itk::GPUImageFactory2< TTypeList, NDimensions >::itkFactorylessNewMacro | ( | Self | ) |
Method for class instantiation.
|
inline |
Operator() to register override.
Definition at line 60 of file itkGPUImageFactory.h.
|
private |
|
protectedvirtual |
Register methods for 1D.
Reimplemented from itk::GPUObjectFactoryBase< NDimensions >.
|
protectedvirtual |
Register methods for 2D.
Reimplemented from itk::GPUObjectFactoryBase< NDimensions >.
|
protectedvirtual |
Register methods for 3D.
Reimplemented from itk::GPUObjectFactoryBase< NDimensions >.
|
static |
Register one factory of this type.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |