Open CASCADE Technology
6.9.0
|
#include <TColQuantity_Array1OfLength.hxx>
Public Member Functions | |
TColQuantity_Array1OfLength (const Standard_Integer Low, const Standard_Integer Up) | |
TColQuantity_Array1OfLength (const Quantity_Length &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Quantity_Length &V) |
void | Destroy () |
~TColQuantity_Array1OfLength () | |
Standard_Boolean | IsAllocated () const |
const TColQuantity_Array1OfLength & | Assign (const TColQuantity_Array1OfLength &Other) |
const TColQuantity_Array1OfLength & | operator= (const TColQuantity_Array1OfLength &Other) |
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 |
const Quantity_Length & | operator() (const Standard_Integer Index) const |
Quantity_Length & | ChangeValue (const Standard_Integer Index) |
Quantity_Length & | operator() (const Standard_Integer Index) |
TColQuantity_Array1OfLength::TColQuantity_Array1OfLength | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
TColQuantity_Array1OfLength::TColQuantity_Array1OfLength | ( | const Quantity_Length & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const TColQuantity_Array1OfLength& TColQuantity_Array1OfLength::Assign | ( | const TColQuantity_Array1OfLength & | Other | ) |
Quantity_Length& TColQuantity_Array1OfLength::ChangeValue | ( | const Standard_Integer | Index | ) |
void TColQuantity_Array1OfLength::Destroy | ( | ) |
void TColQuantity_Array1OfLength::Init | ( | const Quantity_Length & | V | ) |
Standard_Boolean TColQuantity_Array1OfLength::IsAllocated | ( | ) | const |
Standard_Integer TColQuantity_Array1OfLength::Length | ( | ) | const |
Standard_Integer TColQuantity_Array1OfLength::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void TColQuantity_Array1OfLength::SetValue | ( | const Standard_Integer | Index, |
const Quantity_Length & | Value | ||
) |
Standard_Integer TColQuantity_Array1OfLength::Upper | ( | ) | const |
const Quantity_Length& TColQuantity_Array1OfLength::Value | ( | const Standard_Integer | Index | ) | const |