| 
 | 
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 40 of file itkGPUCompositeTransform.h.
 Inheritance diagram for itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > | 
| using | CPUSuperclass = TParentTransform | 
| using | GPUSuperclass = GPUCompositeTransformBase< TScalarType, NDimensions > | 
| using | GPUTransformType = typename GPUSuperclass::TransformType | 
| using | Pointer = SmartPointer< Self > | 
| using | Self = GPUCompositeTransform | 
| using | TransformTypeConstPointer = typename GPUSuperclass::TransformTypeConstPointer | 
| using | TransformTypePointer = typename GPUSuperclass::TransformTypePointer | 
  Public Types inherited from itk::GPUCompositeTransformBase< TScalarType, NDimensions > | |
| 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 | 
| virtual SizeValueType | GetNumberOfTransforms () const | 
  Public Member Functions inherited from itk::GPUCompositeTransformBase< TScalarType, NDimensions > | |
| 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 | 
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 > | |
| 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 | |
| GPUCompositeTransform (const Self &other)=delete | |
| const Self & | operator= (const Self &)=delete | 
Additional Inherited Members | |
  Protected Attributes inherited from itk::GPUTransformBase | |
| GPUDataManager::Pointer | m_ParametersDataManager {} | 
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::ConstPointer = SmartPointer<const Self> | 
Definition at line 50 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::CPUSuperclass = TParentTransform | 
Definition at line 47 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::GPUSuperclass = GPUCompositeTransformBase<TScalarType, NDimensions> | 
Definition at line 48 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::GPUTransformType = typename GPUSuperclass::TransformType | 
Sub transform types.
Definition at line 59 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::Pointer = SmartPointer<Self> | 
Definition at line 49 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::Self = GPUCompositeTransform | 
Standard class typedefs.
Definition at line 46 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::TransformTypeConstPointer = typename GPUSuperclass::TransformTypeConstPointer | 
Definition at line 61 of file itkGPUCompositeTransform.h.
| using itk::GPUCompositeTransform< TScalarType, NDimensions, TParentTransform >::TransformTypePointer = typename GPUSuperclass::TransformTypePointer | 
Definition at line 60 of file itkGPUCompositeTransform.h.
      
  | 
  inlineprotected | 
Definition at line 78 of file itkGPUCompositeTransform.h.
      
  | 
  inlineprotectedvirtual | 
Definition at line 79 of file itkGPUCompositeTransform.h.
      
  | 
  privatedelete | 
      
  | 
  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 72 of file itkGPUCompositeTransform.h.
      
  | 
  inlinevirtual | 
Get number of transforms in composite transform.
Implements itk::GPUCompositeTransformBase< TScalarType, NDimensions >.
Definition at line 65 of file itkGPUCompositeTransform.h.
      
  | 
  static | 
Method for creation through the object factory.
      
  | 
  privatedelete | 
      
  | 
  inlineprotected | 
Definition at line 81 of file itkGPUCompositeTransform.h.
Generated on 1739326392 for elastix by   1.9.8  |