DelaunayTriangulation
A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation
IMesh Member List

This is the complete list of members for IMesh, including all inherited members.

edge typedefIMesh
newEdges(int triInd, const std::vector< vertInd > &vert)=0IMeshpure virtual
recalcCircum(int vertInd)=0IMeshpure virtual
removeEdges(int triInd, const std::vector< edge > &rEdge)=0IMeshpure virtual
removeVertTri(int triInd, std::vector< vertInd > rVertInds)=0IMeshpure virtual
resolvePoints(std::vector< vertInd > vertInds)=0IMeshpure virtual
triInd typedefIMesh
updateVertTri(int triInd, std::vector< vertInd > vertInds)=0IMeshpure virtual
vertInd typedefIMesh
~IMesh()IMeshinlinevirtual