18#ifndef itkDelaunayConformingQuadEdgeMeshFilter_h
19#define itkDelaunayConformingQuadEdgeMeshFilter_h
36template <
typename TInputMesh,
typename TOutputMesh = TInputMesh>
62 static constexpr unsigned int InputVDimension = InputMeshType::PointDimension;
91 static constexpr unsigned int OutputVDimension = OutputMeshType::PointDimension;
113 using QueueMapType = std::map<OutputEdgeCellType *, PriorityQueueItemType *>;
122 m_ListOfConstrainedEdges = iList;
180 dotA /= std::sqrt(den);
197 dotB /= std::sqrt(den);
215#include "itkDelaunayConformingQuadEdgeMeshFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Duplicates the content of a Mesh.
SmartPointer< Self > Pointer
ImageBaseType::PointType PointType
ImageBaseType::SpacingType VectorType
static constexpr double pi
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType