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