Open CASCADE Technology
6.5.4
|
#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 | ||
) |
void Quantity_HArray1OfColor::SetValue | ( | const Standard_Integer | Index, |
const Quantity_Color & | Value | ||
) |
const Quantity_Color& Quantity_HArray1OfColor::Value | ( | const Standard_Integer | Index | ) | const |