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