18 #ifndef __itkRigid3DPerspectiveTransform_h
19 #define __itkRigid3DPerspectiveTransform_h
22 #include "vnl/vnl_quaternion.h"
37 template<
typename TScalar =
double >
187 <<
"TransformVector(const InputVectorType &) is not implemented for Rigid3DPerspectiveTransform");
193 <<
"TransformVector(const InputVnlVectorType &) is not implemented for Rigid3DPerspectiveTransform");
202 "TransformCovariantVector(const InputCovariantVectorType &) is not implemented for Rigid3DPerspectiveTransform");
221 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition not yet implemented "
226 itkGetConstReferenceMacro(FixedOffset,
OffsetType);
264 #ifndef ITK_MANUAL_INSTANTIATION
265 #include "itkRigid3DPerspectiveTransform.hxx"
A templated class holding a M x N size Matrix.
Light weight base class for most itk classes.
Control indentation during Print() invocation.