#include <BOPTools_Array1OfPave.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BOPTools_Array1OfPave (const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT | BOPTools_Array1OfPave (const BOPTools_Pave &Item, const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT void | Init (const BOPTools_Pave &V) |
| Standard_EXPORT void | Destroy () |
| ~BOPTools_Array1OfPave () | |
| Standard_Boolean | IsAllocated () const |
| Standard_EXPORT const BOPTools_Array1OfPave & | Assign (const BOPTools_Array1OfPave &Other) |
| const BOPTools_Array1OfPave & | operator= (const BOPTools_Array1OfPave &Other) |
| Standard_Integer | Length () const |
| Standard_Integer | Lower () const |
| Standard_Integer | Upper () const |
| void | SetValue (const Standard_Integer Index, const BOPTools_Pave &Value) |
| 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) |
Private Member Functions | |
| Standard_EXPORT | BOPTools_Array1OfPave (const BOPTools_Array1OfPave &AnArray) |
Private Attributes | |
| Standard_Integer | myLowerBound |
| Standard_Integer | myUpperBound |
| Standard_Address | myStart |
| Standard_Boolean | isAllocated |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1