18 #ifndef __itkDisplacementFieldTransform_h
19 #define __itkDisplacementFieldTransform_h
86 <
class TScalar,
unsigned int NDimensions>
88 public Transform<TScalar, NDimensions, NDimensions>
159 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
181 OutputVectorType::Dimension,
223 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
224 "TransformVector(Vector,Point)" );
231 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
232 "TransformVector(Vector,Point)" );
237 itkExceptionMacro(
"TransformVector(Vector) unimplemented, use "
238 "TransformVector(Vector,Point)" );
246 itkExceptionMacro(
"TransformDiffusionTensor(Tensor) unimplemented, use "
247 "TransformDiffusionTensor(Tensor,Point)" );
254 itkExceptionMacro(
"TransformDiffusionTensor(Tensor) unimplemented, use "
255 "TransformDiffusionTensor(Tensor,Point)" );
263 itkExceptionMacro(
"TransformCovariantVector(CovariantVector) "
264 "unimplemented, use TransformCovariantVector(CovariantVector,Point)" );
271 itkExceptionMacro(
"TransformCovariantVector(CovariantVector) "
272 "unimplemented, use TransformCovariantVector(CovariantVector,Point)" );
283 itkExceptionMacro(
"Input parameters size (" << params.
Size()
284 <<
") does not match internal size ("
376 bool useSVD =
false )
391 bool useSVD =
false )
450 bool doInverseJacobian)
const;
468 #ifndef ITK_MANUAL_INSTANTIATION
469 #include "itkDisplacementFieldTransform.hxx"
472 #endif // __itkDisplacementFieldTransform_h
Superclass::RegionType RegionType
Light weight base class for most itk classes.
Represent the size (bounds) of a n-dimensional image.
unsigned long ModifiedTimeType
Class to hold and manage parameters of type Image<Vector<...>,...>, used in Transforms, etc.
Class to hold and manage different parameter types used during optimization.
Superclass::IndexType IndexType
virtual void Modified() const
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
SizeValueType Size(void) const
A templated class holding a n-Dimensional covariant vector.
Templated n-dimensional image class.