#include <StepData_FieldListN.hxx>
Inheritance diagram for StepData_FieldListN:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepData_FieldListN (const Standard_Integer nb) |
Creates a FieldListN of <nb> Fields . | |
virtual Standard_EXPORT Standard_Integer | NbFields () const |
Returns the count of fields. Here, returns starting <nb> . | |
virtual Standard_EXPORT const StepData_Field & | Field (const Standard_Integer num) const |
Returns the field n0 <num> between 1 and NbFields (read only) . | |
virtual Standard_EXPORT StepData_Field & | CField (const Standard_Integer num) |
Returns the field n0 <num> between 1 and NbFields, in order to modify its content . | |
virtual Standard_EXPORT void | Destroy () |
virtual Standard_EXPORT | ~StepData_FieldListN () |
Private Attributes | |
StepData_Array1OfField | thefields |
|
|
|
|
|
Reimplemented from StepData_FieldList. |
|
|
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
Reimplemented from StepData_FieldList. |
|
|