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