#include <gp_Pnt.hxx>
#include <TopoDS_Edge.hxx>
#include <Base/BoundBox.h>
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | Edgesort |
struct | Edgesort_gp_Pnt_Less |
struct | EdgeSortBoundBox_Less |
Typedefs | |
typedef std::map < Base::BoundBox3f, std::vector< TopoDS_Edge > , EdgeSortBoundBox_Less > | tEdgeBBoxMap |
typedef std::pair < Base::BoundBox3f, std::vector< TopoDS_Edge > > | tEdgeBBoxPair |
typedef std::vector< TopoDS_Edge > | tEdgeVector |
typedef std::map< gp_Pnt, tEdgeVector, Edgesort_gp_Pnt_Less > | tMapPntEdge |
typedef std::pair< gp_Pnt, tEdgeVector > | tMapPntEdgePair |
typedef std::map<Base::BoundBox3f,std::vector<TopoDS_Edge>,EdgeSortBoundBox_Less> tEdgeBBoxMap |
Definition at line 63 of file edgesort.h.
typedef std::pair<Base::BoundBox3f,std::vector<TopoDS_Edge> > tEdgeBBoxPair |
Definition at line 64 of file edgesort.h.
typedef std::vector<TopoDS_Edge> tEdgeVector |
Definition at line 60 of file edgesort.h.
typedef std::map<gp_Pnt,tEdgeVector,Edgesort_gp_Pnt_Less> tMapPntEdge |
Definition at line 61 of file edgesort.h.
typedef std::pair<gp_Pnt,tEdgeVector> tMapPntEdgePair |
Definition at line 62 of file edgesort.h.