1#ifndef itkWarpTransform3D_h
2#define itkWarpTransform3D_h
4#include <itkTransform.h>
7#include "itkConstNeighborhoodIterator.h"
15template <
class FieldData>
36 typedef typename ConstNeighborhoodIteratorType::RadiusType
RadiusType;
57 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
62 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
69 using Superclass::TransformVector;
76 itkExceptionMacro(
"TransformVector(const InputVnlVectorType&) is not implemented for WarpTransform3D");
79 using Superclass::TransformCovariantVector;
83 itkExceptionMacro(
"TransformCovariantVector(const InputCovariantVectorType& is not implemented for WarpTransform3D");
112#ifndef ITK_MANUAL_INSTANTIATION
113# include "itkWarpTransform3D.txx"
Simplified inverse ITK transforms.
#define itkExceptionMacro(x)