Open CASCADE Technology
6.5.4
|
#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, | ||
const Bnd_Sphere & | V | ||
) |
const Bnd_Array1OfSphere& Bnd_HArray1OfSphere::Array1 | ( | ) | const |
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 |