template<class TScalarType = double, unsigned int NDimensions = 3>
class itk::AdvancedTranslationTransform< TScalarType, NDimensions >
Translation transformation of a vector space (e.g. space coordinates)
The same functionality could be obtained by using the Affine tranform, but with a large difference in performace.
Definition at line 56 of file itkAdvancedTranslationTransform.h.
|
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef CovariantVector< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | InputCovariantVectorType |
| |
| typedef Point< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | InputPointType |
| |
| typedef Vector< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | InputVectorType |
| |
| typedef vnl_vector_fixed< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | InputVnlVectorType |
| |
| typedef Superclass::InternalMatrixType | InternalMatrixType |
| |
| typedef Superclass::JacobianOfSpatialHessianType | JacobianOfSpatialHessianType |
| |
| typedef Superclass::JacobianOfSpatialJacobianType | JacobianOfSpatialJacobianType |
| |
| typedef Superclass::JacobianType | JacobianType |
| |
| typedef Superclass::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
| |
| typedef Superclass::NumberOfParametersType | NumberOfParametersType |
| |
| typedef CovariantVector< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | OutputCovariantVectorType |
| |
| typedef Point< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | OutputPointType |
| |
| typedef Vector< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | OutputVectorType |
| |
| typedef vnl_vector_fixed< TScalarType, itkGetStaticConstMacro(SpaceDimension) > | OutputVnlVectorType |
| |
| typedef Superclass::ParametersType | ParametersType |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef Superclass::ScalarType | ScalarType |
| |
| typedef AdvancedTranslationTransform | Self |
| |
| typedef Superclass::SpatialHessianType | SpatialHessianType |
| |
| typedef Superclass::SpatialJacobianType | SpatialJacobianType |
| |
| typedef AdvancedTransform< TScalarType, NDimensions, NDimensions > | Superclass |
| |
| typedef Superclass::TransformCategoryType | TransformCategoryType |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef Superclass::DerivativeType | DerivativeType |
| |
| typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
| |
| typedef Superclass::InputPointType | InputPointType |
| |
| typedef Superclass::InputVectorType | InputVectorType |
| |
| typedef Superclass::InputVnlVectorType | InputVnlVectorType |
| |
| typedef SpatialJacobianType::InternalMatrixType | InternalMatrixType |
| |
| typedef Superclass::InverseTransformBasePointer | InverseTransformBasePointer |
| |
| typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
| |
| typedef std::vector< SpatialHessianType > | JacobianOfSpatialHessianType |
| |
| typedef std::vector< SpatialJacobianType > | JacobianOfSpatialJacobianType |
| |
| typedef Superclass::JacobianType | JacobianType |
| |
| typedef OutputCovariantVectorType | MovingImageGradientType |
| |
| typedef MovingImageGradientType::ValueType | MovingImageGradientValueType |
| |
| typedef std::vector< unsigned long > | NonZeroJacobianIndicesType |
| |
| typedef Superclass::NumberOfParametersType | NumberOfParametersType |
| |
| typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
| |
| typedef Superclass::OutputPointType | OutputPointType |
| |
| typedef Superclass::OutputVectorType | OutputVectorType |
| |
| typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
| |
| typedef Superclass::ParametersType | ParametersType |
| |
| typedef Superclass::ParametersValueType | ParametersValueType |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef Superclass::ScalarType | ScalarType |
| |
| typedef AdvancedTransform | Self |
| |
| typedef FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > | SpatialHessianType |
| |
| typedef Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > | SpatialJacobianType |
| |
| typedef Transform< TScalarType, NInputDimensions, NOutputDimensions > | Superclass |
| |
| typedef Transform< TScalarType, NInputDimensions, NOutputDimensions > | TransformType |
| |
| typedef TransformType::ConstPointer | TransformTypeConstPointer |
| |
| typedef TransformType::Pointer | TransformTypePointer |
| |
|
| InputPointType | BackTransform (const OutputPointType &point) const |
| |
| InputVectorType | BackTransform (const OutputVectorType &vector) const |
| |
| InputVnlVectorType | BackTransform (const OutputVnlVectorType &vector) const |
| |
| InputCovariantVectorType | BackTransform (const OutputCovariantVectorType &vector) const |
| |
| void | Compose (const Self *other, bool pre=0) |
| |
| virtual const char * | GetClassName () const |
| |
| virtual const ParametersType & | GetFixedParameters (void) const |
| |
| bool | GetInverse (Self *inverse) const |
| |
| virtual void | GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &ipp, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const |
| |
| virtual NumberOfParametersType | GetNumberOfParameters (void) const |
| |
| const OutputVectorType & | GetOffset (void) const |
| |
| virtual const ParametersType & | GetParameters (void) const |
| |
| virtual void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const |
| |
| virtual void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const |
| |
| virtual TransformCategoryType | GetTransformCategory () const |
| |
| virtual bool | IsLinear () const |
| |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| |
| | itkStaticConstMacro (ParametersDimension, unsigned int, NDimensions) |
| |
| virtual void | SetFixedParameters (const ParametersType &) |
| |
| void | SetIdentity (void) |
| |
| void | SetOffset (const OutputVectorType &offset) |
| |
| void | SetParameters (const ParametersType ¶meters) |
| |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &vector) const |
| |
| OutputPointType | TransformPoint (const InputPointType &point) const |
| |
| OutputVectorType | TransformVector (const InputVectorType &vector) const |
| |
| OutputVnlVectorType | TransformVector (const InputVnlVectorType &vector) const |
| |
| void | Translate (const OutputVectorType &offset, bool pre=0) |
| |
| virtual void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const |
| |
| virtual void | ComputeJacobianWithRespectToPosition (const InputPointType &, JacobianType &) const |
| |
| virtual void | EvaluateJacobianWithImageGradientProduct (const InputPointType &ipp, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
| |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| |
| virtual bool | GetHasNonZeroSpatialHessian () const |
| |
| virtual void | GetJacobian (const InputPointType &ipp, JacobianType &j, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const =0 |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &ipp, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const =0 |
| |
| virtual void | GetJacobianOfSpatialHessian (const InputPointType &ipp, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const =0 |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &ipp, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const =0 |
| |
| virtual void | GetJacobianOfSpatialJacobian (const InputPointType &ipp, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const =0 |
| |
| virtual NumberOfParametersType | GetNumberOfNonZeroJacobianIndices (void) const |
| |
| virtual void | GetSpatialHessian (const InputPointType &ipp, SpatialHessianType &sh) const =0 |
| |
| virtual void | GetSpatialJacobian (const InputPointType &ipp, SpatialJacobianType &sj) const =0 |
| |
| | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) |
| |
| | itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) |
| |