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