SYNOPSIS

#include <Inventor/lists/SoFieldList.h>

Inherits SbPList.

Public Member Functions

SoFieldList (void)

SoFieldList (const int sizehint)

SoFieldList (const SoFieldList &l)

void append (SoField *field)

void insert (SoField *field, const int insertbefore)

SoField * operator[] (const int idx) const

void set (const int idx, SoField *field)

SoField * get (const int idx) const

Additional Inherited Members

Detailed Description

The SoFieldList class is a container for pointers to SoField objects.

See also:

SbList

Constructor & Destructor Documentation

SoFieldList::SoFieldList (void)\fC [inline]\fP

Default constructor.

SoFieldList::SoFieldList (const intsizehint)\fC [inline]\fP

This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.

See also:

SbList::SbList(const int)

SoFieldList::SoFieldList (const \fBSoFieldList\fP &l)\fC [inline]\fP

Copy constructor.

See also:

SbList::SbList(const SbList<Type> & l)

Member Function Documentation

void SoFieldList::append (\fBSoField\fP *field)\fC [inline]\fP

Overridden from parent to accept an SoField pointer argument.

void SoFieldList::insert (\fBSoField\fP *field, const intinsertbefore)\fC [inline]\fP

Overridden from parent to accept an SoField pointer argument.

\fBSoField\fP * SoFieldList::operator[] (const intidx) const\fC [inline]\fP

Overridden from parent to return an SoField pointer.

void SoFieldList::set (const intindex, \fBSoField\fP *item)\fC [inline]\fP

Overridden from parent to accept an SoField pointer argument.

\fBSoField\fP * SoFieldList::get (const intidx) const\fC [inline]\fP

Overridden from parent to return an SoField pointer.

Author

Generated automatically by Doxygen for Coin from the source code.