#include <TColQuantity_HArray1OfLength.hxx>
Public Member Functions | |
Standard_EXPORT | TColQuantity_HArray1OfLength (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | TColQuantity_HArray1OfLength (const Standard_Integer Low, const Standard_Integer Up, const Quantity_Length &V) |
Standard_EXPORT void | Init (const Quantity_Length &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Quantity_Length &Value) |
const Quantity_Length & | Value (const Standard_Integer Index) const |
Quantity_Length & | ChangeValue (const Standard_Integer Index) |
const TColQuantity_Array1OfLength & | Array1 () const |
TColQuantity_Array1OfLength & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
TColQuantity_Array1OfLength | myArray |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|