Open CASCADE Technology
6.9.0
|
#include <StepShape_Array1OfShell.hxx>
Public Member Functions | |
StepShape_Array1OfShell (const Standard_Integer Low, const Standard_Integer Up) | |
StepShape_Array1OfShell (const StepShape_Shell &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const StepShape_Shell &V) |
void | Destroy () |
~StepShape_Array1OfShell () | |
Standard_Boolean | IsAllocated () const |
const StepShape_Array1OfShell & | Assign (const StepShape_Array1OfShell &Other) |
const StepShape_Array1OfShell & | operator= (const StepShape_Array1OfShell &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const StepShape_Shell &Value) |
const StepShape_Shell & | Value (const Standard_Integer Index) const |
const StepShape_Shell & | operator() (const Standard_Integer Index) const |
StepShape_Shell & | ChangeValue (const Standard_Integer Index) |
StepShape_Shell & | operator() (const Standard_Integer Index) |
StepShape_Array1OfShell::StepShape_Array1OfShell | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
StepShape_Array1OfShell::StepShape_Array1OfShell | ( | const StepShape_Shell & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const StepShape_Array1OfShell& StepShape_Array1OfShell::Assign | ( | const StepShape_Array1OfShell & | Other | ) |
StepShape_Shell& StepShape_Array1OfShell::ChangeValue | ( | const Standard_Integer | Index | ) |
void StepShape_Array1OfShell::Destroy | ( | ) |
void StepShape_Array1OfShell::Init | ( | const StepShape_Shell & | V | ) |
Standard_Boolean StepShape_Array1OfShell::IsAllocated | ( | ) | const |
Standard_Integer StepShape_Array1OfShell::Length | ( | ) | const |
Standard_Integer StepShape_Array1OfShell::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void StepShape_Array1OfShell::SetValue | ( | const Standard_Integer | Index, |
const StepShape_Shell & | Value | ||
) |
Standard_Integer StepShape_Array1OfShell::Upper | ( | ) | const |
const StepShape_Shell& StepShape_Array1OfShell::Value | ( | const Standard_Integer | Index | ) | const |