Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
StepData_FieldListN Class Reference

Describes a list of fields, in a general way This basic class is for a null size list Subclasses are for 1, N (fixed) or Dynamic sizes. More...

#include <StepData_FieldListN.hxx>

Inheritance diagram for StepData_FieldListN:
Inheritance graph
[legend]

Public Member Functions

 StepData_FieldListN (const int nb)
 Creates a FieldListN of <nb> Fields.
 
int NbFields () const override
 Returns the count of fields. Here, returns starting <nb>
 
const StepData_FieldField (const int num) const override
 Returns the field n0 <num> between 1 and NbFields (read only)
 
StepData_FieldCField (const int 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>
 

Detailed Description

Describes a list of fields, in a general way This basic class is for a null size list Subclasses are for 1, N (fixed) or Dynamic sizes.

Constructor & Destructor Documentation

◆ StepData_FieldListN()

StepData_FieldListN::StepData_FieldListN ( const int nb)

Creates a FieldListN of <nb> Fields.

Member Function Documentation

◆ CField()

StepData_Field & StepData_FieldListN::CField ( const int num)
overridevirtual

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

Reimplemented from StepData_FieldList.

◆ Field()

const StepData_Field & StepData_FieldListN::Field ( const int num) const
overridevirtual

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

Reimplemented from StepData_FieldList.

◆ NbFields()

int StepData_FieldListN::NbFields ( ) const
overridevirtual

Returns the count of fields. Here, returns starting <nb>

Reimplemented from StepData_FieldList.


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