|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUCompositeTransformBase.h>
Definition at line 38 of file itkGPUCompositeTransformBase.h.
Inheritance diagram for itk::GPUCompositeTransformBase< TScalarType, NDimensions >:Public Types | |
| using | GPUSuperclass = GPUTransformBase |
| using | ScalarType = TScalarType |
| using | Self = GPUCompositeTransformBase |
| using | TransformType = Transform< TScalarType, NDimensions, NDimensions > |
| using | TransformTypeConstPointer = typename TransformType::ConstPointer |
| using | TransformTypePointer = typename TransformType::Pointer |
Public Types inherited from itk::GPUTransformBase | |
| using | Self = GPUTransformBase |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual const TransformTypePointer | GetNthTransform (SizeValueType n) const =0 |
| virtual SizeValueType | GetNumberOfTransforms () const =0 |
| virtual bool | HasBSplineTransform () const |
| virtual bool | HasIdentityTransform () const |
| virtual bool | HasMatrixOffsetTransform () const |
| virtual bool | HasTranslationTransform () 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 () const |
| virtual bool | IsBSplineTransform () const |
| virtual bool | IsIdentityTransform () const |
| virtual bool | IsMatrixOffsetTransform () const |
| virtual bool | IsTranslationTransform () const |
Protected Member Functions | |
| GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const override |
| bool | GetSourceCode (std::string &source) const override |
| GPUCompositeTransformBase ()=default | |
| ~GPUCompositeTransformBase () override=default | |
Protected Member Functions inherited from itk::GPUTransformBase | |
| GPUTransformBase () | |
| virtual | ~GPUTransformBase ()=default |
Private Member Functions | |
| GPUCompositeTransformBase (const Self &other)=delete | |
| bool | IsBSplineTransform (const std::vcl_size_t index, const bool loadSource, std::string &source) const |
| bool | IsIdentityTransform (const std::vcl_size_t index, const bool loadSource, std::string &source) const |
| bool | IsMatrixOffsetTransform (const std::vcl_size_t index, const bool loadSource, std::string &source) const |
| bool | IsTranslationTransform (const std::vcl_size_t index, const bool loadSource, std::string &source) const |
| const Self & | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} |
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::GPUSuperclass = GPUTransformBase |
Definition at line 43 of file itkGPUCompositeTransformBase.h.
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::ScalarType = TScalarType |
Sub transform types.
Definition at line 49 of file itkGPUCompositeTransformBase.h.
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::Self = GPUCompositeTransformBase |
Standard class typedefs.
Definition at line 42 of file itkGPUCompositeTransformBase.h.
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformType = Transform<TScalarType, NDimensions, NDimensions> |
Definition at line 50 of file itkGPUCompositeTransformBase.h.
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformTypeConstPointer = typename TransformType::ConstPointer |
Definition at line 52 of file itkGPUCompositeTransformBase.h.
| using itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformTypePointer = typename TransformType::Pointer |
Definition at line 51 of file itkGPUCompositeTransformBase.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >.
|
pure virtual |
Get the Nth transform.
Implemented in itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >.
|
pure virtual |
Get number of transforms in composite transform.
Implemented in itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >.
|
overrideprotectedvirtual |
Returns data manager that stores all settings for the transform index. Used by combination transforms.
Reimplemented from itk::GPUTransformBase.
|
overrideprotectedvirtual |
Returns OpenCL source code for the transform. Returns true if source code was combined, false otherwise.
Reimplemented from itk::GPUTransformBase.
|
virtual |
Returns true if the derived composite transform has BSpline transform, false otherwise.
|
virtual |
Returns true if the derived composite transform has identity transform, false otherwise.
|
virtual |
Returns true if the derived composite transform has matrix offset transform, false otherwise.
|
virtual |
Returns true if the derived composite transform has translation transform, false otherwise.
|
virtual |
Returns true if the transform at index is BSpline transform, false otherwise.
|
private |
|
virtual |
Returns true if the transform at index is identity transform, false otherwise.
|
private |
|
virtual |
Returns true if the transform at index is matrix offset transform, false otherwise.
|
private |
|
virtual |
Returns true if the transform at index is translation transform, false otherwise.
|
private |
| itk::GPUCompositeTransformBase< TScalarType, NDimensions >::itkStaticConstMacro | ( | InputSpaceDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
Dimension of the domain space.
| itk::GPUCompositeTransformBase< TScalarType, NDimensions >::itkStaticConstMacro | ( | OutputSpaceDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
|
privatedelete |
Generated on 1739326392 for elastix by 1.9.8 |