18 #ifndef itkDelaunayConformingQuadEdgeMeshFilter_h
19 #define itkDelaunayConformingQuadEdgeMeshFilter_h
25 #include "vnl/vnl_math.h"
36 template<
typename TInputMesh,
typename TOutputMesh=TInputMesh >
62 itkStaticConstMacro(
InputVDimension,
unsigned int, InputMeshType::PointDimension);
114 typedef std::map< OutputEdgeCellType *, PriorityQueueItemType * >
QueueMapType;
174 dotA /= std::sqrt(den);
191 dotB /= std::sqrt(den);
204 return ( std::acos(dotA) + std::acos(dotB) -
vnl_math::pi );
216 #include "itkDelaunayConformingQuadEdgeMeshFilter.hxx"
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
OutputMeshType::PointIdentifier OutputPointIdentifier
unsigned long SizeValueType
OutputMeshType::CoordRepType OutputCoordRepType
Duplicates the content of a Mesh.
OutputMeshType::PointType OutputPointType
Control indentation during Print() invocation.
OutputMeshType::VectorType OutputVectorType