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