Open CASCADE Technology  6.9.1
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 Standard_Integer nb)
 Creates a FieldListN of <nb> Fields. More...
 
virtual Standard_Integer NbFields () const
 Returns the count of fields. Here, returns starting <nb> More...
 
virtual const StepData_FieldField (const Standard_Integer num) const
 Returns the field n0 <num> between 1 and NbFields (read only) More...
 
virtual StepData_FieldCField (const Standard_Integer num)
 Returns the field n0 <num> between 1 and NbFields, in order to modify its content. More...
 
virtual void Destroy ()
 
virtual ~StepData_FieldListN ()
 
- Public Member Functions inherited from StepData_FieldList
 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 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 ( const Standard_Integer  nb)

Creates a FieldListN of <nb> Fields.

virtual StepData_FieldListN::~StepData_FieldListN ( )
inlinevirtual

Member Function Documentation

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

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

Reimplemented from StepData_FieldList.

virtual void StepData_FieldListN::Destroy ( )
virtual
virtual const StepData_Field& StepData_FieldListN::Field ( const Standard_Integer  num) const
virtual

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

Reimplemented from StepData_FieldList.

virtual Standard_Integer StepData_FieldListN::NbFields ( ) const
virtual

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

Reimplemented from StepData_FieldList.


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