Open CASCADE Technology
6.9.0
|
#include <StepData_Array1OfField.hxx>
Public Member Functions | |
StepData_Array1OfField (const Standard_Integer Low, const Standard_Integer Up) | |
StepData_Array1OfField (const StepData_Field &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const StepData_Field &V) |
void | Destroy () |
~StepData_Array1OfField () | |
Standard_Boolean | IsAllocated () const |
const StepData_Array1OfField & | Assign (const StepData_Array1OfField &Other) |
const StepData_Array1OfField & | operator= (const StepData_Array1OfField &Other) |
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 |
const StepData_Field & | operator() (const Standard_Integer Index) const |
StepData_Field & | ChangeValue (const Standard_Integer Index) |
StepData_Field & | operator() (const Standard_Integer Index) |
StepData_Array1OfField::StepData_Array1OfField | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
StepData_Array1OfField::StepData_Array1OfField | ( | const StepData_Field & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const StepData_Array1OfField& StepData_Array1OfField::Assign | ( | const StepData_Array1OfField & | Other | ) |
StepData_Field& StepData_Array1OfField::ChangeValue | ( | const Standard_Integer | Index | ) |
void StepData_Array1OfField::Destroy | ( | ) |
void StepData_Array1OfField::Init | ( | const StepData_Field & | V | ) |
Standard_Boolean StepData_Array1OfField::IsAllocated | ( | ) | const |
Standard_Integer StepData_Array1OfField::Length | ( | ) | const |
Standard_Integer StepData_Array1OfField::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void StepData_Array1OfField::SetValue | ( | const Standard_Integer | Index, |
const StepData_Field & | Value | ||
) |
Standard_Integer StepData_Array1OfField::Upper | ( | ) | const |
const StepData_Field& StepData_Array1OfField::Value | ( | const Standard_Integer | Index | ) | const |