#include <Bnd_HArray1OfBox.hxx>
Inheritance diagram for Bnd_HArray1OfBox:
Public Member Functions | |
Standard_EXPORT | Bnd_HArray1OfBox (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | Bnd_HArray1OfBox (const Standard_Integer Low, const Standard_Integer Up, const Bnd_Box &V) |
Standard_EXPORT void | Init (const Bnd_Box &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Bnd_Box &Value) |
const Bnd_Box & | Value (const Standard_Integer Index) const |
Bnd_Box & | ChangeValue (const Standard_Integer Index) |
const Bnd_Array1OfBox & | Array1 () const |
Bnd_Array1OfBox & | ChangeArray1 () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Bnd_Array1OfBox | myArray |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|