Open CASCADE Technology 7.8.0
Public Member Functions
StepData_FieldList 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_FieldList.hxx>

Inheritance diagram for StepData_FieldList:
Inheritance graph
[legend]

Public Member Functions

virtual ~StepData_FieldList ()
 Destructor is virtual.
 
 StepData_FieldList ()
 Creates a FieldList of 0 Field.
 
virtual Standard_Integer NbFields () const
 Returns the count of fields. Here, returns 0.
 
virtual const StepData_FieldField (const Standard_Integer num) const
 Returns the field n0 <num> between 1 and NbFields (read only)
 
virtual StepData_FieldCField (const Standard_Integer num)
 Returns the field n0 <num> between 1 and NbFields, in order to modify its content.
 
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_FieldList()

virtual StepData_FieldList::~StepData_FieldList ( )
virtual

Destructor is virtual.

◆ StepData_FieldList()

StepData_FieldList::StepData_FieldList ( )

Creates a FieldList of 0 Field.

Member Function Documentation

◆ CField()

virtual StepData_Field & StepData_FieldList::CField ( const Standard_Integer  num)
virtual

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

Reimplemented in StepData_FieldList1, StepData_FieldListD, and StepData_FieldListN.

◆ Field()

virtual const StepData_Field & StepData_FieldList::Field ( const Standard_Integer  num) const
virtual

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

Reimplemented in StepData_FieldList1, StepData_FieldListD, and StepData_FieldListN.

◆ FillShared()

void StepData_FieldList::FillShared ( Interface_EntityIterator iter) const

Fills an iterator with the entities shared by <me>

◆ NbFields()

virtual Standard_Integer StepData_FieldList::NbFields ( ) const
virtual

Returns the count of fields. Here, returns 0.

Reimplemented in StepData_FieldList1, StepData_FieldListD, and StepData_FieldListN.


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