#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) |
Standard_EXPORT | BOPTools_DEInfo () |
Empty constructor . | |
Standard_EXPORT void | SetVertex (const Standard_Integer nV) |
Modifier Sets DS-index for the vertex to which degenerated edge belongs to . | |
Standard_EXPORT void | SetFaces (const TColStd_ListOfInteger &aLF) |
Modifier Sets DS-indices for the faces to which degenerated edge belongs to . | |
Standard_EXPORT const TColStd_ListOfInteger & | Faces () const |
Selector . | |
Standard_EXPORT TColStd_ListOfInteger & | ChangeFaces () |
Selector/Modifier . | |
Standard_EXPORT Standard_Integer | Vertex () const |
Selector . | |
Private Attributes | |
TColStd_ListOfInteger | myFaces |
Standard_Integer | myVertex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|