#include <itkGPUAdvancedMatrixOffsetTransformBase.h>
GPU version of AdvancedMatrixOffsetTransformBase.
Definition at line 40 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
const CPUMatrixType & | GetCPUMatrix () const override |
const CPUOutputVectorType & | GetCPUOffset () const override |
Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
const InputPointType & | GetCenter () const |
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 |
const MatrixType & | GetMatrix () const |
const ParametersType & | GetParameters () const override |
void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const override |
void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const override |
TransformCategoryEnum | GetTransformCategory () const override |
const OutputVectorType & | GetTranslation () const |
bool | IsLinear () const override |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
itkStaticConstMacro (ParametersDimension, unsigned int, NOutputDimensions *(NInputDimensions+1)) | |
void | SetCenter (const InputPointType ¢er) |
void | SetFixedParameters (const FixedParametersType &) override |
virtual void | SetIdentity () |
virtual void | SetMatrix (const MatrixType &matrix) |
void | SetParameters (const ParametersType ¶meters) override |
void | SetTranslation (const OutputVectorType &translation) |
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 |
Public Member Functions inherited from itk::AdvancedTransform< double, 3, 3 > | |
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 NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const |
ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
Public Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
bool | IsMatrixOffsetTransform () const override |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
itkStaticConstMacro (ParametersDimension, unsigned int, NOutputDimensions *(NInputDimensions+1)) | |
Public Member Functions inherited from itk::GPUTransformBase | |
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 | IsTranslationTransform () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
static Pointer | New () |
Protected Member Functions | |
GPUAdvancedMatrixOffsetTransformBase ()=default | |
~GPUAdvancedMatrixOffsetTransformBase () override=default | |
Protected Member Functions inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
AdvancedMatrixOffsetTransformBase (const unsigned int paramDims=ParametersDimension) | |
virtual void | ComputeMatrix () |
virtual void | ComputeMatrixParameters () |
virtual void | ComputeOffset () |
void | ComputeTranslation () |
const OutputVectorType & | GetOffset () const |
void | PrintSelf (std::ostream &s, Indent indent) const override |
void | SetVarMatrix (const MatrixType &matrix) |
void | SetVarTranslation (const OutputVectorType &translation) |
~AdvancedMatrixOffsetTransformBase () override=default | |
Protected Member Functions inherited from itk::AdvancedTransform< double, 3, 3 > | |
AdvancedTransform ()=default | |
~AdvancedTransform () override=default | |
Protected Member Functions inherited from itk::GPUMatrixOffsetTransformBase< float, 3, 3 > | |
GPUDataManager::Pointer | GetParametersDataManager () const override |
bool | GetSourceCode (std::string &source) const override |
GPUMatrixOffsetTransformBase () | |
~GPUMatrixOffsetTransformBase () override=default | |
Protected Member Functions inherited from itk::GPUTransformBase | |
GPUTransformBase () | |
virtual | ~GPUTransformBase ()=default |
Private Member Functions | |
GPUAdvancedMatrixOffsetTransformBase (const Self &other)=delete | |
const Self & | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Attributes inherited from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions > | |
JacobianOfSpatialHessianType | m_JacobianOfSpatialHessian {} |
JacobianOfSpatialJacobianType | m_JacobianOfSpatialJacobian {} |
NonZeroJacobianIndicesType | m_NonZeroJacobianIndices {} |
SpatialHessianType | m_SpatialHessian {} |
Protected Attributes inherited from itk::AdvancedTransform< double, 3, 3 > | |
bool | m_HasNonZeroJacobianOfSpatialHessian |
bool | m_HasNonZeroSpatialHessian |
Protected Attributes inherited from itk::GPUTransformBase | |
GPUDataManager::Pointer | m_ParametersDataManager {} |
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 50 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::CPUInverseMatrixType = typename GPUSuperclass::CPUInverseMatrixType |
Definition at line 60 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::CPUMatrixType = typename GPUSuperclass::CPUMatrixType |
Typedefs from GPUSuperclass.
Definition at line 59 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::CPUOutputVectorType = typename GPUSuperclass::CPUOutputVectorType |
Definition at line 61 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::CPUSuperclass = TParentTransform |
Definition at line 47 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::GPUSuperclass = GPUMatrixOffsetTransformBase<TScalarType, NDimensions, NDimensions> |
Definition at line 48 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::Pointer = SmartPointer<Self> |
Definition at line 49 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
using itk::GPUAdvancedMatrixOffsetTransformBase< TScalarType, NDimensions, TParentTransform >::Self = GPUAdvancedMatrixOffsetTransformBase |
Standard class typedefs.
Definition at line 46 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
privatedelete |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedMatrixOffsetTransformBase< TScalarType, NInputDimensions, NOutputDimensions >.
|
inlineoverridevirtual |
Get CPU matrix of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 65 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
|
inlineoverridevirtual |
Get CPU offset of an MatrixOffsetTransformBase.
Implements itk::GPUMatrixOffsetTransformBase< float, 3, 3 >.
Definition at line 72 of file itkGPUAdvancedMatrixOffsetTransformBase.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |