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