Open CASCADE Technology
6.5.4
|
Auxiliary class for storing information about
a degenerated edge
#include <BOPTools_DEInfo.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_DEInfo () |
Empty constructor | |
void | SetVertex (const Standard_Integer nV) |
Modifier Sets DS-index for the vertex to which degenerated edge belongs to | |
void | SetFaces (const TColStd_ListOfInteger &aLF) |
Modifier Sets DS-indices for the faces to which degenerated edge belongs to | |
const TColStd_ListOfInteger & | Faces () const |
Selector | |
TColStd_ListOfInteger & | ChangeFaces () |
Selector/Modifier | |
Standard_Integer | Vertex () const |
Selector |
const TColStd_ListOfInteger& BOPTools_DEInfo::Faces | ( | ) | const |
Standard_Integer BOPTools_DEInfo::Vertex | ( | ) | const |