Open CASCADE Technology 6.6.0
|
#include <Quantity_HArray1OfColor.hxx>
Public Member Functions | |
Quantity_HArray1OfColor (const Standard_Integer Low, const Standard_Integer Up) | |
Quantity_HArray1OfColor (const Standard_Integer Low, const Standard_Integer Up, const Quantity_Color &V) | |
void | Init (const Quantity_Color &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Quantity_Color &Value) |
const Quantity_Color & | Value (const Standard_Integer Index) const |
Quantity_Color & | ChangeValue (const Standard_Integer Index) |
const Quantity_Array1OfColor & | Array1 () const |
Quantity_Array1OfColor & | ChangeArray1 () |
Quantity_HArray1OfColor::Quantity_HArray1OfColor | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Quantity_HArray1OfColor::Quantity_HArray1OfColor | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Quantity_Color & | V | ||
) |
const Quantity_Array1OfColor& Quantity_HArray1OfColor::Array1 | ( | ) | const |
Quantity_Array1OfColor& Quantity_HArray1OfColor::ChangeArray1 | ( | ) |
Quantity_Color& Quantity_HArray1OfColor::ChangeValue | ( | const Standard_Integer | Index | ) |
void Quantity_HArray1OfColor::Init | ( | const Quantity_Color & | V | ) |
Standard_Integer Quantity_HArray1OfColor::Length | ( | ) | const |
Standard_Integer Quantity_HArray1OfColor::Lower | ( | ) | const |
void Quantity_HArray1OfColor::SetValue | ( | const Standard_Integer | Index, |
const Quantity_Color & | Value | ||
) |
Standard_Integer Quantity_HArray1OfColor::Upper | ( | ) | const |
const Quantity_Color& Quantity_HArray1OfColor::Value | ( | const Standard_Integer | Index | ) | const |