|
|
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 | |
| 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 =0 |
| virtual SizeValueType | GetNumberOfTransforms () const =0 |
| 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 |
Protected Member Functions | |
| 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 | |
| GPUCompositeTransformBase (const Self &other) | |
| 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 &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager |
| typedef GPUTransformBase itk::GPUCompositeTransformBase< TScalarType, NDimensions >::GPUSuperclass |
Definition at line 44 of file itkGPUCompositeTransformBase.h.
| typedef TScalarType itk::GPUCompositeTransformBase< TScalarType, NDimensions >::ScalarType |
Sub transform types.
Definition at line 47 of file itkGPUCompositeTransformBase.h.
| typedef GPUCompositeTransformBase itk::GPUCompositeTransformBase< TScalarType, NDimensions >::Self |
Standard class typedefs.
Definition at line 43 of file itkGPUCompositeTransformBase.h.
| typedef Transform< TScalarType, NDimensions, NDimensions > itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformType |
Definition at line 51 of file itkGPUCompositeTransformBase.h.
| typedef TransformType::ConstPointer itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformTypeConstPointer |
Definition at line 53 of file itkGPUCompositeTransformBase.h.
| typedef TransformType::Pointer itk::GPUCompositeTransformBase< TScalarType, NDimensions >::TransformTypePointer |
Definition at line 52 of file itkGPUCompositeTransformBase.h.
|
inlineprotected |
Definition at line 99 of file itkGPUCompositeTransformBase.h.
|
inlineprotectedvirtual |
Definition at line 100 of file itkGPUCompositeTransformBase.h.
|
private |
|
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::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >.
|
pure virtual |
Get number of transforms in composite transform.
Implemented in itk::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >, and itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >.
|
protectedvirtual |
Returns data manager that stores all settings for the transform index. Used by combination transforms.
Reimplemented from itk::GPUTransformBase.
|
protectedvirtual |
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 | |||
| ) |
|
private |
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |