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