template<typename
TScalarType = float, unsigned
int NDimensions = 3, typename TParentTransform = AdvancedTranslationTransform<TScalarType, NDimensions>>
class itk::GPUAdvancedTranslationTransform< TScalarType, NDimensions, TParentTransform >
GPU version of AdvancedTranslationTransform.
- 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 itkGPUAdvancedTranslationTransform.h.
|
| using | ConstPointer = SmartPointer<const Self> |
| |
| using | CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType |
| |
| using | CPUSuperclass = TParentTransform |
| |
| using | GPUSuperclass = GPUTranslationTransformBase<TScalarType, NDimensions> |
| |
| using | Pointer = SmartPointer<Self> |
| |
| using | Self = GPUAdvancedTranslationTransform |
| |
| using | ConstPointer = SmartPointer<const Self> |
| |
| using | InputCovariantVectorType = CovariantVector<TScalarType, Self::SpaceDimension> |
| |
| using | InputPointType = Point<TScalarType, Self::SpaceDimension> |
| |
| using | InputVectorType = Vector<TScalarType, Self::SpaceDimension> |
| |
| using | InputVnlVectorType = vnl_vector_fixed<TScalarType, Self::SpaceDimension> |
| |
| using | OutputCovariantVectorType = CovariantVector<TScalarType, Self::SpaceDimension> |
| |
| using | OutputPointType = Point<TScalarType, Self::SpaceDimension> |
| |
| using | OutputVectorType = Vector<TScalarType, Self::SpaceDimension> |
| |
| using | OutputVnlVectorType = vnl_vector_fixed<TScalarType, Self::SpaceDimension> |
| |
| using | Pointer = SmartPointer<Self> |
| |
| using | Self = AdvancedTranslationTransform |
| |
| using | Superclass = AdvancedTransform<TScalarType, NDimensions, NDimensions> |
| |
| using | ConstPointer |
| |
| using | InternalMatrixType |
| |
| using | InverseTransformBaseType |
| |
| using | JacobianOfSpatialHessianType |
| |
| using | JacobianOfSpatialJacobianType |
| |
| using | MovingImageGradientType |
| |
| using | MovingImageGradientValueType |
| |
| using | NonZeroJacobianIndicesType |
| |
| using | Pointer |
| |
| using | Self |
| |
| using | SpatialHessianType |
| |
| using | SpatialJacobianType |
| |
| using | Superclass |
| |
| using | TransformType |
| |
| using | TransformTypeConstPointer |
| |
| using | TransformTypePointer |
| |
| using | CPUOutputVectorType |
| |
| using | GPUSuperclass |
| |
| using | ScalarType |
| |
| using | Self |
| |
| using | Self = GPUTransformBase |
| |
|
| virtual const char * | GetClassName () const |
| |
| const CPUOutputVectorType & | GetCPUOffset () const override |
| |
| const FixedParametersType & | GetFixedParameters () const override |
| |
| void | GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const override |
| |
| void | GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
| |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| |
| void | GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
| |
| void | GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
| |
| NumberOfParametersType | GetNumberOfParameters () const override |
| |
| const OutputVectorType & | GetOffset () const |
| |
| const ParametersType & | GetParameters () const override |
| |
| void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const override |
| |
| void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const override |
| |
| TransformCategoryEnum | GetTransformCategory () const override |
| |
| bool | IsLinear () const override |
| |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedTranslationTransform) |
| |
| | itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions) |
| |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| |
| void | SetFixedParameters (const FixedParametersType &) override |
| |
| void | SetIdentity () |
| |
| void | SetOffset (const OutputVectorType &offset) |
| |
| void | SetParameters (const ParametersType ¶meters) override |
| |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &vector) const override |
| |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
| |
| OutputVectorType | TransformVector (const InputVectorType &vector) const override |
| |
| OutputVnlVectorType | TransformVector (const InputVnlVectorType &vector) const override |
| |
| void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
| |
| virtual void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| |
| virtual bool | GetHasNonZeroSpatialHessian () const |
| |
| virtual void | GetJacobian (const InputPointType &inputPoint, JacobianType &j, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0 |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0 |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0 |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0 |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const=0 |
| |
| virtual NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const |
| |
| virtual void | GetSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh) const=0 |
| |
| virtual void | GetSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj) const=0 |
| |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) |
| |
| | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) |
| |
| | itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) |
| |
| bool | IsTranslationTransform () const override |
| |
| | itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions) |
| |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual GPUDataManager::Pointer | GetParametersDataManager (const std::vcl_size_t index) const |
| |
| virtual bool | IsBSplineTransform () const |
| |
| virtual bool | IsIdentityTransform () const |
| |
| virtual bool | IsMatrixOffsetTransform () const |
| |