|
Open CASCADE Technology 6.5.2
|
#include <Bnd_Array1OfSphere.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Bnd_Array1OfSphere (const Standard_Integer Low, const Standard_Integer Up) | |
| Bnd_Array1OfSphere (const Bnd_Sphere &Item, const Standard_Integer Low, const Standard_Integer Up) | |
| void | Init (const Bnd_Sphere &V) |
| void | Destroy () |
| ~Bnd_Array1OfSphere () | |
| Standard_Boolean | IsAllocated () const |
| const Bnd_Array1OfSphere & | Assign (const Bnd_Array1OfSphere &Other) |
| const Bnd_Array1OfSphere & | operator= (const Bnd_Array1OfSphere &Other) |
| 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 |
| const Bnd_Sphere & | operator() (const Standard_Integer Index) const |
| Bnd_Sphere & | ChangeValue (const Standard_Integer Index) |
| Bnd_Sphere & | operator() (const Standard_Integer Index) |
| Bnd_Array1OfSphere::Bnd_Array1OfSphere | ( | const Standard_Integer | Low, |
| const Standard_Integer | Up | ||
| ) |
| Bnd_Array1OfSphere::Bnd_Array1OfSphere | ( | const Bnd_Sphere & | Item, |
| const Standard_Integer | Low, | ||
| const Standard_Integer | Up | ||
| ) |
| Bnd_Array1OfSphere::~Bnd_Array1OfSphere | ( | ) | [inline] |
| const Bnd_Array1OfSphere& Bnd_Array1OfSphere::Assign | ( | const Bnd_Array1OfSphere & | Other | ) |
| Bnd_Sphere& Bnd_Array1OfSphere::ChangeValue | ( | const Standard_Integer | Index | ) |
| void Bnd_Array1OfSphere::Destroy | ( | ) |
| void Bnd_Array1OfSphere::Init | ( | const Bnd_Sphere & | V | ) |
| Standard_Boolean Bnd_Array1OfSphere::IsAllocated | ( | ) | const |
| Standard_Integer Bnd_Array1OfSphere::Length | ( | ) | const |
| Standard_Integer Bnd_Array1OfSphere::Lower | ( | ) | const |
| void Bnd_Array1OfSphere::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Bnd_Array1OfSphere::operator new | ( | size_t | size | ) | [inline] |
| void* Bnd_Array1OfSphere::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Bnd_Sphere& Bnd_Array1OfSphere::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const Bnd_Sphere& Bnd_Array1OfSphere::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| const Bnd_Array1OfSphere& Bnd_Array1OfSphere::operator= | ( | const Bnd_Array1OfSphere & | Other | ) | [inline] |
| void Bnd_Array1OfSphere::SetValue | ( | const Standard_Integer | Index, |
| const Bnd_Sphere & | Value | ||
| ) |
| Standard_Integer Bnd_Array1OfSphere::Upper | ( | ) | const |
| const Bnd_Sphere& Bnd_Array1OfSphere::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4