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