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;
60 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
67 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition is not implemented for WarpTransform3D");
77 using Superclass::TransformVector;
81 itkExceptionMacro(
"TransformVector(const InputVectorType &) is not implemented for WarpTransform3D");
87 itkExceptionMacro(
"TransformVector(const InputVnlVectorType &) is not implemented for WarpTransform3D");
90 using Superclass::TransformCovariantVector;
95 "TransformCovariantVector(const InputCovariantVectorType & is not implemented for WarpTransform3D");
128#ifndef ITK_MANUAL_INSTANTIATION
129#include "itkWarpTransform3D.txx"
Simplified inverse ITK transforms.
#define itkExceptionMacro(x)