18 #ifndef __itkDeformationFieldJacobianDeterminantFilter_h
19 #define __itkDeformationFieldJacobianDeterminantFilter_h
22 #include "vnl/vnl_matrix.h"
23 #include "vnl/vnl_det.h"
25 #ifndef ITKV3_COMPATIBILITY
26 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkDisplacementFieldJacobianDeterminantFilter.h in ITKv4"
77 template<
typename TInputImage,
78 typename TRealType = float,
79 typename TOutputImage = Image< TRealType,
80 TInputImage::ImageDimension >
112 itkStaticConstMacro(ImageDimension,
unsigned int,
113 TOutputImage::ImageDimension);
116 itkStaticConstMacro(VectorDimension,
unsigned int,
117 InputPixelType::Dimension);
135 void PrintSelf(std::ostream & os,
Indent indent)
const;
146 void operator=(
const Self &);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkDeformationFieldJacobianDeterminantFilter.hxx"