Open CASCADE Technology
6.5.4
|
#include <BOPTools_CArray1OfPave.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_CArray1OfPave (const Standard_Integer Length=0, const Standard_Integer BlockLength=5) |
void | Resize (const Standard_Integer theNewLength) |
void | Destroy () |
~BOPTools_CArray1OfPave () | |
Standard_Integer | Length () const |
Standard_Integer | Extent () const |
Standard_Integer | FactLength () const |
Standard_Integer | Append (const BOPTools_Pave &Value) |
void | Remove (const Standard_Integer Index) |
const BOPTools_Pave & | Value (const Standard_Integer Index) const |
const BOPTools_Pave & | operator() (const Standard_Integer Index) const |
BOPTools_Pave & | ChangeValue (const Standard_Integer Index) |
BOPTools_Pave & | operator() (const Standard_Integer Index) |
void | SetBlockLength (const Standard_Integer aBL) |
Standard_Integer | BlockLength () const |
void | Purge () |
DEFINE_STANDARD_ALLOC BOPTools_CArray1OfPave::BOPTools_CArray1OfPave | ( | const Standard_Integer | Length = 0 , |
const Standard_Integer | BlockLength = 5 |
||
) |
BOPTools_CArray1OfPave::~BOPTools_CArray1OfPave | ( | ) | [inline] |
const BOPTools_Pave& BOPTools_CArray1OfPave::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
BOPTools_Pave& BOPTools_CArray1OfPave::operator() | ( | const Standard_Integer | Index | ) | [inline] |
void BOPTools_CArray1OfPave::Resize | ( | const Standard_Integer | theNewLength | ) |
const BOPTools_Pave& BOPTools_CArray1OfPave::Value | ( | const Standard_Integer | Index | ) | const |