|
Open CASCADE Technology 6.5.2
|
class for storing/sorting paves that
belong to an edge
#include <BOPTools_PaveSet.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_PaveSet () | |
| Empty constructor | |
| BOPTools_ListOfPave & | ChangeSet () |
| Access to the list | |
| const BOPTools_ListOfPave & | Set () const |
| Access to the list const | |
| void | Append (const BOPTools_Pave &aPave) |
| Appends <aPave> to the list | |
| void | SortSet () |
| Sorts list in increasing order of paves' parameters | |
| BOPTools_PaveSet::BOPTools_PaveSet | ( | ) |
| void BOPTools_PaveSet::Append | ( | const BOPTools_Pave & | aPave | ) |
| BOPTools_ListOfPave& BOPTools_PaveSet::ChangeSet | ( | ) |
| void BOPTools_PaveSet::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_PaveSet::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_PaveSet::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const BOPTools_ListOfPave& BOPTools_PaveSet::Set | ( | ) | const |
| void BOPTools_PaveSet::SortSet | ( | ) |
1.7.4