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