18#ifndef itkDisplacementFieldTransform_h
19#define itkDisplacementFieldTransform_h
86template <
typename TParametersValueType,
unsigned int VDimension>
232 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
233 "TransformVector(Vector,Point)");
236 OutputVectorPixelType
239 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
240 "TransformVector(Vector,Point)");
246 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
247 "TransformVector(Vector,Point)");
253 using Superclass::TransformDiffusionTensor3D;
254 OutputDiffusionTensor3DType
257 itkExceptionMacro(
"TransformDiffusionTensor(Tensor) unimplemented, use "
258 "TransformDiffusionTensor(Tensor,Point)");
261 OutputVectorPixelType
264 itkExceptionMacro(
"TransformDiffusionTensor(Tensor) unimplemented, use "
265 "TransformDiffusionTensor(Tensor,Point)");
271 using Superclass::TransformCovariantVector;
272 OutputCovariantVectorType
275 itkExceptionMacro(
"TransformCovariantVector(CovariantVector) "
276 "unimplemented, use TransformCovariantVector(CovariantVector,Point)");
279 OutputVectorPixelType
282 itkExceptionMacro(
"TransformCovariantVector(CovariantVector) "
283 "unimplemented, use TransformCovariantVector(CovariantVector,Point)");
294 if (params.
Size() != this->m_Parameters.Size())
296 itkExceptionMacro(
"Input parameters size (" << params.
Size() <<
") does not match internal size ("
297 << this->m_Parameters.Size() <<
").");
394 bool useSVD =
false)
const;
410 bool useSVD =
false)
const;
432 return Self::TransformCategoryEnum::DisplacementField;
435 NumberOfParametersType
449 itkSetMacro(CoordinateTolerance,
double);
450 itkGetConstMacro(CoordinateTolerance,
double);
461 itkSetMacro(DirectionTolerance,
double);
462 itkGetConstMacro(DirectionTolerance,
double);
499 bool doInverseJacobian)
const;
521#ifndef ITK_MANUAL_INSTANTIATION
522# include "itkDisplacementFieldTransform.hxx"
SizeValueType Size() const
A templated class holding a n-Dimensional covariant vector.
Class to hold and manage parameters of type Image<Vector<...>,...>, used in Transforms,...
Templated n-dimensional image class.
SmartPointer< const Self > ConstPointer
Size< VImageDimension > SizeType
Point< PointValueType, VImageDimension > PointType
ImageRegion< VImageDimension > RegionType
OutputVectorType PixelType
Vector< SpacingValueType, VImageDimension > SpacingType
Matrix< SpacePrecisionType, VImageDimension, VImageDimension > DirectionType
SmartPointer< Self > Pointer
Index< VImageDimension > IndexType
Control indentation during Print() invocation.
virtual void Modified() const
Implements transparent reference counting.
Templated n-dimensional vector image class.
Base class for all vector image interpolators.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType ModifiedTimeType