| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
Describes a list of ONE field. More...
#include <StepData_FieldList1.hxx>

Public Member Functions | |
| StepData_FieldList1 () | |
| Creates a FieldList of 1 Field.   | |
| virtual Standard_Integer | NbFields () const override | 
| Returns the count of fields. Here, returns 1.   | |
| virtual const StepData_Field & | Field (const Standard_Integer num) const override | 
| Returns the field n0 <num> between 1 and NbFields (read only)   | |
| virtual StepData_Field & | CField (const Standard_Integer num) override | 
| Returns the field n0 <num> between 1 and NbFields, in order to modify its content.   | |
  Public Member Functions inherited from StepData_FieldList | |
| virtual | ~StepData_FieldList () | 
| Destructor is virtual.   | |
| StepData_FieldList () | |
| Creates a FieldList of 0 Field.   | |
| void | FillShared (Interface_EntityIterator &iter) const | 
| Fills an iterator with the entities shared by <me>   | |
Describes a list of ONE field.
| StepData_FieldList1::StepData_FieldList1 | ( | ) | 
Creates a FieldList of 1 Field.
      
  | 
  overridevirtual | 
Returns the field n0 <num> between 1 and NbFields, in order to modify its content.
Reimplemented from StepData_FieldList.
      
  | 
  overridevirtual | 
Returns the field n0 <num> between 1 and NbFields (read only)
Reimplemented from StepData_FieldList.
      
  | 
  overridevirtual | 
Returns the count of fields. Here, returns 1.
Reimplemented from StepData_FieldList.