|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUCompositeTransform.h>
GPU version of CompositeTransform.
Definition at line 39 of file itkGPUCompositeTransform.h.
Inheritance diagram for itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TParentTransform | CPUSuperclass |
| typedef GPUCompositeTransformBase< TScalarType, NDimensions > | GPUSuperclass |
| typedef GPUSuperclass::TransformType | GPUTransformType |
| typedef SmartPointer< Self > | Pointer |
| typedef GPUCompositeTransform | Self |
| typedef GPUSuperclass::TransformTypeConstPointer | TransformTypeConstPointer |
| typedef GPUSuperclass::TransformTypePointer | TransformTypePointer |
Public Types inherited from itk::GPUCompositeTransformBase< TScalarType, NDimensions > | |
| typedef GPUTransformBase | GPUSuperclass |
| typedef TScalarType | ScalarType |
| typedef GPUCompositeTransformBase | Self |
| typedef Transform< TScalarType, NDimensions, NDimensions > | TransformType |
| typedef TransformType::ConstPointer | TransformTypeConstPointer |
| typedef TransformType::Pointer | TransformTypePointer |
Public Types inherited from itk::GPUTransformBase | |
| typedef GPUTransformBase | Self |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual const TransformTypePointer | GetNthTransform (SizeValueType n) const |
| virtual SizeValueType | GetNumberOfTransforms (void) const |
Public Member Functions inherited from itk::GPUCompositeTransformBase< TScalarType, NDimensions > | |
| virtual bool | HasBSplineTransform (void) const |
| virtual bool | HasIdentityTransform (void) const |
| virtual bool | HasMatrixOffsetTransform (void) const |
| virtual bool | HasTranslationTransform (void) const |
| virtual bool | IsBSplineTransform (const std::vcl_size_t index) const |
| virtual bool | IsIdentityTransform (const std::vcl_size_t index) const |
| virtual bool | IsMatrixOffsetTransform (const std::vcl_size_t index) const |
| virtual bool | IsTranslationTransform (const std::vcl_size_t index) const |
| itkStaticConstMacro (InputSpaceDimension, unsigned int, NDimensions) | |
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, NDimensions) | |
Public Member Functions inherited from itk::GPUTransformBase | |
| virtual const char * | GetNameOfClass () const |
| virtual GPUDataManager::Pointer | GetParametersDataManager (void) const |
| virtual bool | IsBSplineTransform (void) const |
| virtual bool | IsIdentityTransform (void) const |
| virtual bool | IsMatrixOffsetTransform (void) const |
| virtual bool | IsTranslationTransform (void) const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| GPUCompositeTransform () | |
| void | PrintSelf (std::ostream &s, Indent indent) const |
| virtual | ~GPUCompositeTransform () |
Protected Member Functions inherited from itk::GPUCompositeTransformBase< TScalarType, NDimensions > | |
| virtual GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const ITK_OVERRIDE |
| virtual bool | GetSourceCode (std::string &source) const ITK_OVERRIDE |
| GPUCompositeTransformBase () | |
| virtual | ~GPUCompositeTransformBase () |
Protected Member Functions inherited from itk::GPUTransformBase | |
| GPUTransformBase () | |
| virtual | ~GPUTransformBase () |
Private Member Functions | |
| GPUCompositeTransform (const Self &other) | |
| const Self & | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager |
| typedef SmartPointer< const Self > itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer |
Definition at line 49 of file itkGPUCompositeTransform.h.
| typedef TParentTransform itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass |
Definition at line 46 of file itkGPUCompositeTransform.h.
| typedef GPUCompositeTransformBase< TScalarType, NDimensions > itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass |
Definition at line 47 of file itkGPUCompositeTransform.h.
| typedef GPUSuperclass::TransformType itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::GPUTransformType |
Sub transform types.
Definition at line 55 of file itkGPUCompositeTransform.h.
| typedef SmartPointer< Self > itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::Pointer |
Definition at line 48 of file itkGPUCompositeTransform.h.
| typedef GPUCompositeTransform itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::Self |
Standard class typedefs.
Definition at line 45 of file itkGPUCompositeTransform.h.
| typedef GPUSuperclass::TransformTypeConstPointer itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::TransformTypeConstPointer |
Definition at line 60 of file itkGPUCompositeTransform.h.
| typedef GPUSuperclass::TransformTypePointer itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::TransformTypePointer |
Definition at line 59 of file itkGPUCompositeTransform.h.
|
inlineprotected |
Definition at line 72 of file itkGPUCompositeTransform.h.
|
inlineprotectedvirtual |
Definition at line 73 of file itkGPUCompositeTransform.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUCompositeTransformBase< TScalarType, NDimensions >.
|
inlinevirtual |
Get the Nth transform.
Implements itk::GPUCompositeTransformBase< TScalarType, NDimensions >.
Definition at line 67 of file itkGPUCompositeTransform.h.
|
inlinevirtual |
Get number of transforms in composite transform.
Implements itk::GPUCompositeTransformBase< TScalarType, NDimensions >.
Definition at line 63 of file itkGPUCompositeTransform.h.
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotected |
Definition at line 74 of file itkGPUCompositeTransform.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |