Open CASCADE Technology
6.9.0
|
#include <BOPAlgo_WireEdgeSet.hxx>
Public Member Functions | |
BOPAlgo_WireEdgeSet () | |
virtual | ~BOPAlgo_WireEdgeSet () |
BOPAlgo_WireEdgeSet (const BOPCol_BaseAllocator &theAllocator) | |
void | Clear () |
void | SetFace (const TopoDS_Face &aF) |
const TopoDS_Face & | Face () const |
void | AddStartElement (const TopoDS_Shape &sS) |
const BOPCol_ListOfShape & | StartElements () const |
void | AddShape (const TopoDS_Shape &sS) |
const BOPCol_ListOfShape & | Shapes () const |
Protected Attributes | |
TopoDS_Face | myFace |
BOPCol_ListOfShape | myStartShapes |
BOPCol_ListOfShape | myShapes |
BOPAlgo_WireEdgeSet::BOPAlgo_WireEdgeSet | ( | ) |
|
virtual |
BOPAlgo_WireEdgeSet::BOPAlgo_WireEdgeSet | ( | const BOPCol_BaseAllocator & | theAllocator | ) |
void BOPAlgo_WireEdgeSet::AddShape | ( | const TopoDS_Shape & | sS | ) |
void BOPAlgo_WireEdgeSet::AddStartElement | ( | const TopoDS_Shape & | sS | ) |
void BOPAlgo_WireEdgeSet::Clear | ( | ) |
const TopoDS_Face& BOPAlgo_WireEdgeSet::Face | ( | ) | const |
void BOPAlgo_WireEdgeSet::SetFace | ( | const TopoDS_Face & | aF | ) |
const BOPCol_ListOfShape& BOPAlgo_WireEdgeSet::Shapes | ( | ) | const |
const BOPCol_ListOfShape& BOPAlgo_WireEdgeSet::StartElements | ( | ) | const |
|
protected |
|
protected |
|
protected |