|
Open CASCADE Technology 6.5.2
|
#include <BOPTools_PavePool.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_PavePool (const Standard_Integer Length=0, const Standard_Integer BlockLength=5) | |
| void | Resize (const Standard_Integer theNewLength) |
| void | Destroy () |
| ~BOPTools_PavePool () | |
| Standard_Integer | Length () const |
| Standard_Integer | Extent () const |
| Standard_Integer | FactLength () const |
| Standard_Integer | Append (const BOPTools_PaveSet &Value) |
| void | Remove (const Standard_Integer Index) |
| const BOPTools_PaveSet & | Value (const Standard_Integer Index) const |
| const BOPTools_PaveSet & | operator() (const Standard_Integer Index) const |
| BOPTools_PaveSet & | ChangeValue (const Standard_Integer Index) |
| BOPTools_PaveSet & | operator() (const Standard_Integer Index) |
| void | SetBlockLength (const Standard_Integer aBL) |
| Standard_Integer | BlockLength () const |
| BOPTools_PavePool::BOPTools_PavePool | ( | const Standard_Integer | Length = 0, |
| const Standard_Integer | BlockLength = 5 |
||
| ) |
| BOPTools_PavePool::~BOPTools_PavePool | ( | ) | [inline] |
| Standard_Integer BOPTools_PavePool::Append | ( | const BOPTools_PaveSet & | Value | ) |
| Standard_Integer BOPTools_PavePool::BlockLength | ( | ) | const |
| BOPTools_PaveSet& BOPTools_PavePool::ChangeValue | ( | const Standard_Integer | Index | ) |
| void BOPTools_PavePool::Destroy | ( | ) |
| Standard_Integer BOPTools_PavePool::Extent | ( | ) | const |
| Standard_Integer BOPTools_PavePool::FactLength | ( | ) | const |
| Standard_Integer BOPTools_PavePool::Length | ( | ) | const |
| void BOPTools_PavePool::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_PavePool::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_PavePool::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| BOPTools_PaveSet& BOPTools_PavePool::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const BOPTools_PaveSet& BOPTools_PavePool::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void BOPTools_PavePool::Remove | ( | const Standard_Integer | Index | ) |
| void BOPTools_PavePool::Resize | ( | const Standard_Integer | theNewLength | ) |
| void BOPTools_PavePool::SetBlockLength | ( | const Standard_Integer | aBL | ) |
| const BOPTools_PaveSet& BOPTools_PavePool::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4