Open CASCADE Technology
6.5.4
|
#include <StepData_HArray1OfField.hxx>
Public Member Functions | |
StepData_HArray1OfField (const Standard_Integer Low, const Standard_Integer Up) | |
StepData_HArray1OfField (const Standard_Integer Low, const Standard_Integer Up, const StepData_Field &V) | |
void | Init (const StepData_Field &V) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const StepData_Field &Value) |
const StepData_Field & | Value (const Standard_Integer Index) const |
StepData_Field & | ChangeValue (const Standard_Integer Index) |
const StepData_Array1OfField & | Array1 () const |
StepData_Array1OfField & | ChangeArray1 () |
StepData_HArray1OfField::StepData_HArray1OfField | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
StepData_HArray1OfField::StepData_HArray1OfField | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const StepData_Field & | V | ||
) |
void StepData_HArray1OfField::SetValue | ( | const Standard_Integer | Index, |
const StepData_Field & | Value | ||
) |
const StepData_Field& StepData_HArray1OfField::Value | ( | const Standard_Integer | Index | ) | const |