|
Open CASCADE Technology 6.5.2
|
#include <Bnd_HArray1OfSphere.hxx>

Public Member Functions | |
| Bnd_HArray1OfSphere (const Standard_Integer Low, const Standard_Integer Up) | |
| Bnd_HArray1OfSphere (const Standard_Integer Low, const Standard_Integer Up, const Bnd_Sphere &V) | |
| void | Init (const Bnd_Sphere &V) |
| Standard_Integer | Length () const |
| Standard_Integer | Lower () const |
| Standard_Integer | Upper () const |
| void | SetValue (const Standard_Integer Index, const Bnd_Sphere &Value) |
| const Bnd_Sphere & | Value (const Standard_Integer Index) const |
| Bnd_Sphere & | ChangeValue (const Standard_Integer Index) |
| const Bnd_Array1OfSphere & | Array1 () const |
| Bnd_Array1OfSphere & | ChangeArray1 () |
| Bnd_HArray1OfSphere::Bnd_HArray1OfSphere | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up | ||
| ) |
| Bnd_HArray1OfSphere::Bnd_HArray1OfSphere | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up, | ||
| const Bnd_Sphere & | V | ||
| ) |
| const Bnd_Array1OfSphere& Bnd_HArray1OfSphere::Array1 | ( | ) | const |
| Bnd_Array1OfSphere& Bnd_HArray1OfSphere::ChangeArray1 | ( | ) |
| Bnd_Sphere& Bnd_HArray1OfSphere::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Bnd_HArray1OfSphere::Init | ( | const Bnd_Sphere & | V | ) |
| Standard_Integer Bnd_HArray1OfSphere::Length | ( | ) | const |
| Standard_Integer Bnd_HArray1OfSphere::Lower | ( | ) | const |
| void Bnd_HArray1OfSphere::SetValue | ( | const Standard_Integer | Index, |
| const Bnd_Sphere & | Value | ||
| ) |
| Standard_Integer Bnd_HArray1OfSphere::Upper | ( | ) | const |
| const Bnd_Sphere& Bnd_HArray1OfSphere::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4