18#ifndef itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor_h
19#define itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor_h
65template <
typename TTransform>
93 typename TransformType::TimeVaryingVelocityFieldControlPointLatticeType;
95 typename TimeVaryingVelocityFieldControlPointLatticeType::Pointer;
96 using RegionType =
typename TimeVaryingVelocityFieldControlPointLatticeType::RegionType;
97 using IndexType =
typename TimeVaryingVelocityFieldControlPointLatticeType::IndexType;
98 using VectorType =
typename TimeVaryingVelocityFieldControlPointLatticeType::PixelType;
99 using OriginType =
typename TimeVaryingVelocityFieldControlPointLatticeType::PointType;
100 using SpacingType =
typename TimeVaryingVelocityFieldControlPointLatticeType::SpacingType;
101 using SizeType =
typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType;
102 using SizeValueType =
typename TimeVaryingVelocityFieldControlPointLatticeType::SizeValueType;
103 using MeshSizeType =
typename TimeVaryingVelocityFieldControlPointLatticeType::SizeType;
104 using DirectionType =
typename TimeVaryingVelocityFieldControlPointLatticeType::DirectionType;
120 itkGetConstReferenceMacro(RequiredTransformDomainMeshSize,
MeshSizeType);
127 itkGetConstReferenceMacro(RequiredTransformDomainSize,
SizeType);
134 itkGetConstReferenceMacro(RequiredTransformDomainSpacing,
SpacingType);
141 itkGetConstReferenceMacro(RequiredTransformDomainOrigin,
OriginType);
159 return requiredLatticeOrigin;
172 requiredLatticeSpacing[i] =
175 return requiredLatticeSpacing;
187 return requiredLatticeSize;
227#ifndef ITK_MANUAL_INSTANTIATION
228# include "itkTimeVaryingBSplineVelocityFieldTransformParametersAdaptor.hxx"
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....