Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
SoFieldList -
The SoFieldList class is a container for pointers to SoField objects.
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) [inline]
Default constructor.
SoFieldList::SoFieldList (const intsizehint) [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::append (SoField *field) [inline]
Overridden from parent to accept an SoField pointer argument.
void SoFieldList::insert (SoField *field, const intinsertbefore) [inline]
Overridden from parent to accept an SoField pointer argument.
SoField * SoFieldList::operator[] (const intidx) const [inline]
Overridden from parent to return an SoField pointer.
void SoFieldList::set (const intindex, SoField *item) [inline]
Overridden from parent to accept an SoField pointer argument.
SoField * SoFieldList::get (const intidx) const [inline]
Overridden from parent to return an SoField pointer.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 SoFieldList(3)