Open CASCADE Technology  7.7.0
Public Member Functions

StepData_FieldList1 Class Reference

Describes a list of ONE field. More...

#include <StepData_FieldList1.hxx>

Inheritance diagram for StepData_FieldList1:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Describes a list of ONE field.

Constructor & Destructor Documentation

◆ StepData_FieldList1()

StepData_FieldList1::StepData_FieldList1 ( )

Creates a FieldList of 1 Field.

Member Function Documentation

◆ CField()

virtual StepData_Field& StepData_FieldList1::CField ( const Standard_Integer  num)
overridevirtual

Returns the field n0 <num> between 1 and NbFields, in order to modify its content.

Reimplemented from StepData_FieldList.

◆ Field()

virtual const StepData_Field& StepData_FieldList1::Field ( const Standard_Integer  num) const
overridevirtual

Returns the field n0 <num> between 1 and NbFields (read only)

Reimplemented from StepData_FieldList.

◆ NbFields()

virtual Standard_Integer StepData_FieldList1::NbFields ( ) const
overridevirtual

Returns the count of fields. Here, returns 1.

Reimplemented from StepData_FieldList.


The documentation for this class was generated from the following file: