|
Open CASCADE Technology 6.5.2
|
Auxiliary class for storing information about
a degenerated edge
#include <BOPTools_DEInfo.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | |
| BOPTools_DEInfo::BOPTools_DEInfo | ( | ) |
| TColStd_ListOfInteger& BOPTools_DEInfo::ChangeFaces | ( | ) |
| const TColStd_ListOfInteger& BOPTools_DEInfo::Faces | ( | ) | const |
| void BOPTools_DEInfo::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_DEInfo::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_DEInfo::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOPTools_DEInfo::SetFaces | ( | const TColStd_ListOfInteger & | aLF | ) |
| void BOPTools_DEInfo::SetVertex | ( | const Standard_Integer | nV | ) |
| Standard_Integer BOPTools_DEInfo::Vertex | ( | ) | const |
1.7.4