18 #ifndef __itkDelaunayConformingQuadEdgeMeshFilter_h
19 #define __itkDelaunayConformingQuadEdgeMeshFilter_h
25 #include "vcl_cmath.h"
26 #include "vnl/vnl_math.h"
37 template<
class TInputMesh,
class TOutputMesh=TInputMesh >
63 itkStaticConstMacro(InputVDimension,
unsigned int, InputMeshType::PointDimension);
92 itkStaticConstMacro(OutputVDimension,
unsigned int, OutputMeshType::PointDimension);
115 typedef std::map< OutputEdgeCellType *, PriorityQueueItemType * >
QueueMapType;
124 m_ListOfConstrainedEdges = iList;
130 void PrintSelf(std::ostream & os,
Indent indent)
const;
141 void InitializePriorityQueue();
175 dotA /= vcl_sqrt(den);
192 dotB /= vcl_sqrt(den);
205 return ( vcl_acos(dotA) + vcl_acos(dotB) -
vnl_math::pi );
212 void operator=(
const Self &);
217 #include "itkDelaunayConformingQuadEdgeMeshFilter.hxx"