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;
55#if !defined(ITK_LEGACY_REMOVE)
58 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
64 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
71 using Superclass::TransformVector;
78 itkExceptionMacro(
"TransformVector(const InputVnlVectorType&) is not implemented for WarpTransform3D");
81 using Superclass::TransformCovariantVector;
85 itkExceptionMacro(
"TransformCovariantVector(const InputCovariantVectorType& is not implemented for WarpTransform3D");
114#ifndef ITK_MANUAL_INSTANTIATION
115# include "itkWarpTransform3D.hxx"
Simplified inverse ITK transforms.
#define itkExceptionMacro(x)