|
Open CASCADE Technology
6.5.4
|
#include <TColStd_HArray1OfBoolean.hxx>

Public Member Functions | |
| TColStd_HArray1OfBoolean (const Standard_Integer Low, const Standard_Integer Up) | |
| TColStd_HArray1OfBoolean (const Standard_Integer Low, const Standard_Integer Up, const Standard_Boolean &V) | |
| void | Init (const Standard_Boolean &V) |
| Standard_Integer | Length () const |
| Standard_Integer | Lower () const |
| Standard_Integer | Upper () const |
| void | SetValue (const Standard_Integer Index, const Standard_Boolean &Value) |
| const Standard_Boolean & | Value (const Standard_Integer Index) const |
| Standard_Boolean & | ChangeValue (const Standard_Integer Index) |
| const TColStd_Array1OfBoolean & | Array1 () const |
| TColStd_Array1OfBoolean & | ChangeArray1 () |
| TColStd_HArray1OfBoolean::TColStd_HArray1OfBoolean | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up | ||
| ) |
| TColStd_HArray1OfBoolean::TColStd_HArray1OfBoolean | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up, | ||
| const Standard_Boolean & | V | ||
| ) |
| void TColStd_HArray1OfBoolean::SetValue | ( | const Standard_Integer | Index, |
| const Standard_Boolean & | Value | ||
| ) |
| const Standard_Boolean& TColStd_HArray1OfBoolean::Value | ( | const Standard_Integer | Index | ) | const |
1.8.0