template<typename
TScalarType = float, unsigned
int NDimensions = 3, typename TParentTransform = AdvancedCombinationTransform<TScalarType, NDimensions>>
class itk::GPUAdvancedCombinationTransform< TScalarType, NDimensions, TParentTransform >
GPU version of AdvancedCombinationTransform.
- Author
- Denis P. Shamonin and Marius Staring. Division of Image Processing, Department of Radiology, Leiden, The Netherlands
- Note
- This work was funded by the Netherlands Organisation for Scientific Research (NWO NRG-2010.02 and NWO 639.021.124).
Definition at line 40 of file itkGPUAdvancedCombinationTransform.h.
|
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | CPUSuperclass = TParentTransform |
| |
| using | GPUSuperclass = GPUCompositeTransformBase< TScalarType, NDimensions > |
| |
| using | GPUTransformType = typename GPUSuperclass::TransformType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = GPUAdvancedCombinationTransform |
| |
| using | TransformTypeConstPointer = typename GPUSuperclass::TransformTypeConstPointer |
| |
| using | TransformTypePointer = typename GPUSuperclass::TransformTypePointer |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | CurrentTransformConstPointer = typename CurrentTransformType::ConstPointer |
| |
| using | CurrentTransformInverseTransformBasePointer = typename CurrentTransformType::InverseTransformBasePointer |
| |
| using | CurrentTransformInverseTransformBaseType = typename CurrentTransformType::InverseTransformBaseType |
| |
| using | CurrentTransformPointer = typename CurrentTransformType::Pointer |
| |
| using | CurrentTransformType = Superclass |
| |
| using | InitialTransformConstPointer = typename InitialTransformType::ConstPointer |
| |
| using | InitialTransformInverseTransformBasePointer = typename InitialTransformType::InverseTransformBasePointer |
| |
| using | InitialTransformInverseTransformBaseType = typename InitialTransformType::InverseTransformBaseType |
| |
| using | InitialTransformPointer = typename InitialTransformType::Pointer |
| |
| using | InitialTransformType = Superclass |
| |
| using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = AdvancedCombinationTransform |
| |
| using | Superclass = AdvancedTransform< TScalarType, NDimensions, NDimensions > |
| |
| using | TransformType = typename Superclass::TransformType |
| |
| using | TransformTypeConstPointer = typename TransformType::ConstPointer |
| |
| using | TransformTypePointer = typename TransformType::Pointer |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | InternalMatrixType = typename SpatialJacobianType::InternalMatrixType |
| |
| using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType |
| |
| using | JacobianOfSpatialHessianType = std::vector< SpatialHessianType > |
| |
| using | JacobianOfSpatialJacobianType = std::vector< SpatialJacobianType > |
| |
| using | MovingImageGradientType = OutputCovariantVectorType |
| |
| using | MovingImageGradientValueType = typename MovingImageGradientType::ValueType |
| |
| using | NonZeroJacobianIndicesType = std::vector< unsigned long > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = AdvancedTransform |
| |
| using | SpatialHessianType = FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > |
| |
| using | SpatialJacobianType = Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > |
| |
| using | Superclass = Transform< TScalarType, NInputDimensions, NOutputDimensions > |
| |
| using | TransformType = Transform< TScalarType, NInputDimensions, NOutputDimensions > |
| |
| using | TransformTypeConstPointer = typename TransformType::ConstPointer |
| |
| using | TransformTypePointer = typename TransformType::Pointer |
| |
| 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 |
| |
| using | Self = GPUTransformBase |
| |
|
| virtual const char * | GetClassName () const |
| |
| const TransformTypePointer | GetNthTransform (SizeValueType n) const override |
| |
| SizeValueType | GetNumberOfTransforms () const override |
| |
| void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| const FixedParametersType & | GetFixedParameters () const override |
| |
| bool | GetHasNonZeroSpatialHessian () const override |
| |
| bool | GetInverse (Self *inverse) const |
| |
| void | GetJacobian (const InputPointType &inputPoint, JacobianType &j, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| const TransformTypePointer | GetNthTransform (SizeValueType n) const |
| |
| NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const override |
| |
| NumberOfParametersType | GetNumberOfParameters () const override |
| |
| SizeValueType | GetNumberOfTransforms () const |
| |
| const ParametersType & | GetParameters () const override |
| |
| void | GetSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh) const override |
| |
| void | GetSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj) const override |
| |
| TransformCategoryEnum | GetTransformCategory () const override |
| |
| virtual bool | GetUseAddition () const |
| |
| virtual bool | GetUseComposition () const |
| |
| bool | HasNonZeroJacobianOfSpatialHessian () const |
| |
| bool | IsLinear () const override |
| |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedCombinationTransform) |
| |
| | itkGetModifiableObjectMacro (CurrentTransform, CurrentTransformType) |
| |
| | itkGetModifiableObjectMacro (InitialTransform, InitialTransformType) |
| |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| |
| void | SetCurrentTransform (CurrentTransformType *_arg) |
| |
| void | SetFixedParameters (const FixedParametersType &fixedParam) override |
| |
| void | SetInitialTransform (InitialTransformType *_arg) |
| |
| void | SetParameters (const ParametersType ¶m) override |
| |
| void | SetParametersByValue (const ParametersType ¶m) override |
| |
| void | SetUseAddition (bool _arg) |
| |
| void | SetUseComposition (bool _arg) |
| |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
| |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
| |
| OutputVectorType | TransformVector (const InputVectorType &) const override |
| |
| OutputVnlVectorType | TransformVector (const InputVnlVectorType &) const override |
| |
| void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
| |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) |
| |
| | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) |
| |
| | itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) |
| |
| 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) |
| |
| 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 |
| |
|
| | GPUAdvancedCombinationTransform ()=default |
| |
| void | PrintSelf (std::ostream &s, Indent indent) const override |
| |
| | ~GPUAdvancedCombinationTransform () override=default |
| |
| | AdvancedCombinationTransform () |
| |
| void | EvaluateJacobianWithImageGradientProductNoCurrentTransform (const InputPointType &, const MovingImageGradientType &, DerivativeType &, NonZeroJacobianIndicesType &) const |
| |
| void | EvaluateJacobianWithImageGradientProductNoInitialTransform (const InputPointType &, const MovingImageGradientType &, DerivativeType &, NonZeroJacobianIndicesType &) const |
| |
| void | EvaluateJacobianWithImageGradientProductUseAddition (const InputPointType &, const MovingImageGradientType &, DerivativeType &, NonZeroJacobianIndicesType &) const |
| |
| void | EvaluateJacobianWithImageGradientProductUseComposition (const InputPointType &, const MovingImageGradientType &, DerivativeType &, NonZeroJacobianIndicesType &) const |
| |
| void | GetJacobianNoCurrentTransform (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const |
| |
| void | GetJacobianNoInitialTransform (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const |
| |
| void | GetJacobianOfSpatialHessianNoCurrentTransform (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianNoCurrentTransform (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianNoInitialTransform (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianNoInitialTransform (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianUseAddition (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianUseAddition (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianUseComposition (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialHessianUseComposition (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianNoCurrentTransform (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianNoCurrentTransform (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianNoInitialTransform (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianNoInitialTransform (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianUseAddition (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianUseAddition (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianUseComposition (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianOfSpatialJacobianUseComposition (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| void | GetJacobianUseAddition (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const |
| |
| void | GetJacobianUseComposition (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const |
| |
| void | GetSpatialHessianNoCurrentTransform (const InputPointType &inputPoint, SpatialHessianType &sh) const |
| |
| void | GetSpatialHessianNoInitialTransform (const InputPointType &inputPoint, SpatialHessianType &sh) const |
| |
| void | GetSpatialHessianUseAddition (const InputPointType &inputPoint, SpatialHessianType &sh) const |
| |
| void | GetSpatialHessianUseComposition (const InputPointType &inputPoint, SpatialHessianType &sh) const |
| |
| void | GetSpatialJacobianNoCurrentTransform (const InputPointType &inputPoint, SpatialJacobianType &sj) const |
| |
| void | GetSpatialJacobianNoInitialTransform (const InputPointType &inputPoint, SpatialJacobianType &sj) const |
| |
| void | GetSpatialJacobianUseAddition (const InputPointType &inputPoint, SpatialJacobianType &sj) const |
| |
| void | GetSpatialJacobianUseComposition (const InputPointType &inputPoint, SpatialJacobianType &sj) const |
| |
| OutputPointType | TransformPointNoCurrentTransform (const InputPointType &point) const |
| |
| OutputPointType | TransformPointNoInitialTransform (const InputPointType &point) const |
| |
| OutputPointType | TransformPointUseAddition (const InputPointType &point) const |
| |
| OutputPointType | TransformPointUseComposition (const InputPointType &point) const |
| |
| void | UpdateCombinationMethod () |
| |
| | ~AdvancedCombinationTransform () override=default |
| |
| | AdvancedTransform ()=default |
| |
| | ~AdvancedTransform () override=default |
| |
| GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const override |
| |
| bool | GetSourceCode (std::string &source) const override |
| |
| | GPUCompositeTransformBase ()=default |
| |
| | ~GPUCompositeTransformBase () override=default |
| |
| | GPUTransformBase () |
| |
| virtual | ~GPUTransformBase ()=default |
| |