Open CASCADE Technology 6.6.0
|
#include <StepShape_HArray1OfEdge.hxx>
Public Member Functions | |
StepShape_HArray1OfEdge (const Standard_Integer Low, const Standard_Integer Up) | |
StepShape_HArray1OfEdge (const Standard_Integer Low, const Standard_Integer Up, const Handle< StepShape_Edge > &V) | |
void | Init (const Handle< StepShape_Edge > &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle< StepShape_Edge > &Value) |
const Handle_StepShape_Edge & | Value (const Standard_Integer Index) const |
Handle_StepShape_Edge & | ChangeValue (const Standard_Integer Index) |
const StepShape_Array1OfEdge & | Array1 () const |
StepShape_Array1OfEdge & | ChangeArray1 () |
StepShape_HArray1OfEdge::StepShape_HArray1OfEdge | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
StepShape_HArray1OfEdge::StepShape_HArray1OfEdge | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Handle< StepShape_Edge > & | V | ||
) |
const StepShape_Array1OfEdge& StepShape_HArray1OfEdge::Array1 | ( | ) | const |
StepShape_Array1OfEdge& StepShape_HArray1OfEdge::ChangeArray1 | ( | ) |
Handle_StepShape_Edge& StepShape_HArray1OfEdge::ChangeValue | ( | const Standard_Integer | Index | ) |
void StepShape_HArray1OfEdge::Init | ( | const Handle< StepShape_Edge > & | V | ) |
Standard_Integer StepShape_HArray1OfEdge::Length | ( | ) | const |
Standard_Integer StepShape_HArray1OfEdge::Lower | ( | ) | const |
void StepShape_HArray1OfEdge::SetValue | ( | const Standard_Integer | Index, |
const Handle< StepShape_Edge > & | Value | ||
) |
Standard_Integer StepShape_HArray1OfEdge::Upper | ( | ) | const |
const Handle_StepShape_Edge& StepShape_HArray1OfEdge::Value | ( | const Standard_Integer | Index | ) | const |