Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

SoFieldList Class Reference
[Field classes]

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

#include <Inventor/lists/SoFieldList.h>

Inheritance diagram for SoFieldList:

SbList< SoField * > List of all members.

Public Member Functions

 SoFieldList (void)
 SoFieldList (const int sizehint)
 SoFieldList (const SoFieldList &l)
void set (const int index, SoField *item)

Detailed Description

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

See also:
SbList


Constructor & Destructor Documentation

SoFieldList::SoFieldList void   )  [inline]
 

Default constructor.

SoFieldList::SoFieldList const int  sizehint  )  [inline]
 

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 SoFieldList l  )  [inline]
 

Copy constructor.

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


Member Function Documentation

void SoFieldList::set const int  index,
SoField item
[inline]
 

This method sets the element at index to item. Does the same thing as SbList::operator[](). This method is only present for compatibility with the original Inventor API.


The documentation for this class was generated from the following files:
Generated on Tue Jul 27 23:53:04 2004 for Coin by doxygen 1.3.7