template<class
TScalarType = double, unsigned
int NDimensions = 3, unsigned
int VSplineOrder = 3>
class itk::CyclicBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >
Deformable transform using a B-spline representation in which the B-spline grid is formulated in a cyclic way.
Definition at line 44 of file itkCyclicBSplineDeformableTransform.h.
|
| using | ConstPointer = SmartPointer<const Self> |
| using | DirectionType = typename ImageType::DirectionType |
| using | GridOffsetType = typename RegionType::IndexType |
| using | ImagePointer = typename ImageType::Pointer |
| using | ImageType = Image<PixelType, Self::SpaceDimension> |
| using | IndexType = typename RegionType::IndexType |
| typedef Image< JacobianPixelType, Self::SpaceDimension > | JacobianImageType |
| typedef typename JacobianType::ValueType | JacobianPixelType |
| using | OriginType = typename ImageType::PointType |
| typedef Array< unsigned long > | ParameterIndexArrayType |
| using | Pointer = SmartPointer<Self> |
| using | RedContinuousIndexType = typename RedWeightsFunctionType::ContinuousIndexType |
| using | RedWeightsFunctionType |
| typedef ImageRegion< Self::SpaceDimension > | RegionType |
| using | Self = CyclicBSplineDeformableTransform |
| using | SizeType = typename RegionType::SizeType |
| using | SpacingType = typename ImageType::SpacingType |
| using | Superclass = AdvancedBSplineDeformableTransform<TScalarType, NDimensions, VSplineOrder> |
| using | ConstPointer |
| using | ContinuousIndexType |
| using | DerivativeWeightsFunctionPointer |
| using | DerivativeWeightsFunctionType |
| typedef typename ImageType::DirectionType | DirectionType |
| typedef IndexType | GridOffsetType |
| typedef typename ImageType::Pointer | ImagePointer |
| typedef Image< PixelType, Self::SpaceDimension > | ImageType |
| typedef typename RegionType::IndexType | IndexType |
| typedef typename ImageType::PointType | OriginType |
| typedef Array< unsigned long > | ParameterIndexArrayType |
| using | Pointer |
| typedef ImageRegion< Self::SpaceDimension > | RegionType |
| using | Self |
| typedef typename RegionType::SizeType | SizeType |
| using | SODerivativeWeightsFunctionPointer |
| using | SODerivativeWeightsFunctionType |
| typedef typename ImageType::SpacingType | SpacingType |
| using | Superclass |
| using | WeightsFunctionPointer |
| using | WeightsFunctionType |
| using | WeightsType |
| using | ConstPointer |
| using | ContinuousIndexType |
| using | DirectionType |
| using | GridOffsetType |
| using | ImagePointer |
| using | ImageType |
| using | IndexType |
| typedef typename SpatialJacobianType::InternalMatrixType | InternalMatrixType |
| typedef std::vector< SpatialHessianType > | JacobianOfSpatialHessianType |
| typedef std::vector< SpatialJacobianType > | JacobianOfSpatialJacobianType |
| typedef OutputCovariantVectorType | MovingImageGradientType |
| typedef typename MovingImageGradientType::ValueType | MovingImageGradientValueType |
| typedef std::vector< unsigned long > | NonZeroJacobianIndicesType |
| using | OriginType |
| using | ParameterIndexArrayType |
| using | Pointer |
| using | RegionType |
| using | Self |
| using | SizeType |
| using | SpacingType |
| typedef FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > | SpatialHessianType |
| typedef Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > | SpatialJacobianType |
| using | Superclass |
| 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 |
|
| virtual const char * | GetClassName () const |
| virtual void | GetJacobian (const InputPointType &inputPoint, WeightsType &weights, ParameterIndexArrayType &indices) const |
| void | GetSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj) const override |
| | ITK_DISALLOW_COPY_AND_MOVE (CyclicBSplineDeformableTransform) |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| | itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) |
| void | SetGridRegion (const RegionType ®ion) override |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
| void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| unsigned int | GetNumberOfAffectedWeights () const override |
| NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const override |
| void | GetSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh) const override |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedBSplineDeformableTransform) |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
| virtual const ImagePointer * | GetCoefficientImages () const |
| const FixedParametersType & | GetFixedParameters () const override |
| virtual DirectionType | GetGridDirection () const |
| virtual OriginType | GetGridOrigin () const |
| virtual RegionType | GetGridRegion () const |
| virtual SpacingType | GetGridSpacing () const |
| NumberOfParametersType | GetNumberOfParameters () const override |
| virtual NumberOfParametersType | GetNumberOfParametersPerDimension () const |
| const ParametersType & | GetParameters () const override |
| unsigned | GetSplineOrder () const |
| TransformCategoryEnum | GetTransformCategory () const override |
| virtual const RegionType & | GetValidRegion () |
| bool | IsLinear () const override |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedBSplineDeformableTransformBase) |
| | itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) |
| virtual void | SetCoefficientImages (ImagePointer images[]) |
| void | SetFixedParameters (const FixedParametersType ¶meters) override |
| virtual void | SetGridDirection (const DirectionType &direction) |
| virtual void | SetGridOrigin (const OriginType &origin) |
| virtual void | SetGridSpacing (const SpacingType &spacing) |
| void | SetIdentity () |
| void | SetParameters (const ParametersType ¶meters) override |
| void | SetParametersByValue (const ParametersType ¶meters) override |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
| OutputVectorType | TransformVector (const InputVectorType &) const override |
| void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| virtual bool | GetHasNonZeroSpatialHessian () const |
| | ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) |
| | itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) |