Open CASCADE Technology
7.0.0
|
#include <Standard.hxx>
#include <TopoDS_Face.hxx>
#include <BRepMesh_Status.hxx>
#include <BRepMesh_DataStructureOfDelaun.hxx>
#include <BRepMesh.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopoDS_Edge.hxx>
#include <Bnd_Box2d.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_XY.hxx>
#include <vector>
Data Structures | |
class | BRepMesh_WireChecker |
Auxilary class intended to check correctness of discretized face. In particular, checks boundaries of discretized face for self intersections and gaps. More... | |
class | BRepMesh_WireChecker::BndBox2dTreeSelector |
Selector. Used to identify segments with overlapped bounding boxes. Note that instance of selector can be used only once due to unextentable array of indices. More... | |