#include <TopoDS_Wire.hxx>
#include <TopoDS_Edge.hxx>
#include <gp_Pnt.hxx>
#include <TopTools_MapOfShape.hxx>
#include <map>
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
class | WireExplorer |
struct | WireExplorer_gp_PntLess |
Typedefs | |
typedef std::vector< TopoDS_Edge > | tEdgeVector |
typedef std::map< gp_Pnt, tEdgeVector, WireExplorer_gp_PntLess > | tMapPntShapes |
typedef std::pair< gp_Pnt, tEdgeVector > | tMapPntShapesPair |
typedef std::vector<TopoDS_Edge> tEdgeVector |
Definition at line 50 of file WireExplorer.h.
typedef std::map<gp_Pnt,tEdgeVector,WireExplorer_gp_PntLess> tMapPntShapes |
Definition at line 51 of file WireExplorer.h.
typedef std::pair<gp_Pnt,tEdgeVector> tMapPntShapesPair |
Definition at line 52 of file WireExplorer.h.