|
Open CASCADE Technology 6.5.2
|
The auxiliary class to store data about edges
that have common vertex
#include <BOP_EdgeInfo.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_EdgeInfo () | |
| Empty constructor; | |
| void | SetEdge (const TopoDS_Edge &aE) |
| Modifier | |
| void | SetPassed (const Standard_Boolean aFlag) |
| Modifier | |
| void | SetAngle (const Standard_Real anAngle) |
| Modifier | |
| void | SetInFlag (const Standard_Boolean aFlag) |
| Modifier | |
| const TopoDS_Edge & | Edge () const |
| Selector | |
| Standard_Boolean | Passed () const |
| Selector | |
| Standard_Real | Angle () const |
| Selector | |
| Standard_Boolean | IsIn () const |
| Selector | |
| BOP_EdgeInfo::BOP_EdgeInfo | ( | ) |
| Standard_Real BOP_EdgeInfo::Angle | ( | ) | const |
| const TopoDS_Edge& BOP_EdgeInfo::Edge | ( | ) | const |
| Standard_Boolean BOP_EdgeInfo::IsIn | ( | ) | const |
| void BOP_EdgeInfo::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_EdgeInfo::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_EdgeInfo::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean BOP_EdgeInfo::Passed | ( | ) | const |
| void BOP_EdgeInfo::SetAngle | ( | const Standard_Real | anAngle | ) |
| void BOP_EdgeInfo::SetEdge | ( | const TopoDS_Edge & | aE | ) |
| void BOP_EdgeInfo::SetInFlag | ( | const Standard_Boolean | aFlag | ) |
| void BOP_EdgeInfo::SetPassed | ( | const Standard_Boolean | aFlag | ) |
1.7.4