#include <StepData_FieldListD.hxx>
Inheritance diagram for StepData_FieldListD:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepData_FieldListD (const Standard_Integer nb) |
Creates a FieldListD of <nb> Fields . | |
Standard_EXPORT void | SetNb (const Standard_Integer nb) |
Sets a new count of Fields. Former contents are lost . | |
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_FieldListD () |
Private Attributes | |
Handle_StepData_HArray1OfField | 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. |
|
|
|
|