template<unsigned 
int NDimension>
class itk::TranslationStackTransform< NDimension >
 
Definition at line 28 of file itkTranslationStackTransform.h.
 
 | 
| using  | Pointer = itk::SmartPointer< TranslationStackTransform > | 
|   | 
| using  | Self = TranslationStackTransform | 
|   | 
| using  | Superclass = itk::StackTransform< CoordRepType, NDimension, NDimension > | 
|   | 
| using  | ConstPointer = SmartPointer< const Self > | 
|   | 
| using  | ParametersArrayType = typename ParametersType::ArrayType | 
|   | 
| using  | Pointer = SmartPointer< Self > | 
|   | 
| using  | Self = StackTransform | 
|   | 
| using  | SubTransformInputPointType = typename SubTransformType::InputPointType | 
|   | 
| using  | SubTransformJacobianType = typename SubTransformType::JacobianType | 
|   | 
| using  | SubTransformOutputPointType = typename SubTransformType::OutputPointType | 
|   | 
| using  | SubTransformPointer = typename SubTransformType::Pointer | 
|   | 
| using  | SubTransformType = AdvancedTransform< elx::ElastixBase::CoordRepType, Self::ReducedInputSpaceDimension, Self::ReducedOutputSpaceDimension > | 
|   | 
| using  | Superclass = AdvancedTransform< elx::ElastixBase::CoordRepType, NInputDimensions, NOutputDimensions > | 
|   | 
| 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 | 
|   | 
 | 
| virtual const char *  | GetClassName () const | 
|   | 
|   | ITK_DISALLOW_COPY_AND_MOVE (TranslationStackTransform) | 
|   | 
| void  | GetJacobian (const InputPointType &inputPoint, JacobianType &jac, NonZeroJacobianIndicesType &nzji) const override | 
|   | 
| NumberOfParametersType  | GetNumberOfNonZeroJacobianIndices () const override | 
|   | 
| NumberOfParametersType  | GetNumberOfParameters () const override | 
|   | 
| auto  | GetNumberOfSubTransforms () const | 
|   | 
| const ParametersType &  | GetParameters () const override | 
|   | 
| virtual elx::ElastixBase::CoordRepType  | GetStackOrigin () const | 
|   | 
| virtual elx::ElastixBase::CoordRepType  | GetStackSpacing () const | 
|   | 
| SubTransformPointer  | GetSubTransform (unsigned int i) | 
|   | 
|   | ITK_DISALLOW_COPY_AND_MOVE (StackTransform) | 
|   | 
|   | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | 
|   | 
|   | itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | 
|   | 
|   | itkStaticConstMacro (ReducedInputSpaceDimension, unsigned int, NInputDimensions - 1) | 
|   | 
|   | itkStaticConstMacro (ReducedOutputSpaceDimension, unsigned int, NOutputDimensions - 1) | 
|   | 
| void  | SetAllSubTransforms (const SubTransformType &transform) | 
|   | 
| void  | SetFixedParameters (const FixedParametersType &fixedParameters) override | 
|   | 
| void  | SetNumberOfSubTransforms (const unsigned int num) | 
|   | 
| void  | SetParameters (const ParametersType ¶m) override | 
|   | 
| virtual void  | SetStackOrigin (elx::ElastixBase::CoordRepType _arg) | 
|   | 
| virtual void  | SetStackSpacing (elx::ElastixBase::CoordRepType _arg) | 
|   | 
| void  | SetSubTransform (unsigned int i, SubTransformType *transform) | 
|   | 
| OutputPointType  | TransformPoint (const InputPointType &inputPoint) const override | 
|   | 
| void  | UpdateFixedParameters () | 
|   | 
| 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 | 
|   | 
|   | ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | 
|   | 
|   | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | 
|   | 
|   | itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | 
|   |