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;
56#if !defined(ITK_LEGACY_REMOVE)
59 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
65 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
72 using Superclass::TransformVector;
79 itkExceptionMacro(
"TransformVector(const InputVnlVectorType&) is not implemented for WarpTransform3D");
82 using Superclass::TransformCovariantVector;
86 itkExceptionMacro(
"TransformCovariantVector(const InputCovariantVectorType& is not implemented for WarpTransform3D");
115#ifndef ITK_MANUAL_INSTANTIATION
116# include "itkWarpTransform3D.hxx"
Simplified inverse ITK transforms.
#define itkExceptionMacro(x)