Coin Logo http://www.sim.no
http://www.coin3d.org

Public Member Functions

SoFieldList Class Reference

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

#include <Inventor/lists/SoFieldList.h>

Inheritance diagram for SoFieldList:
SbPList

List of all members.

Public Member Functions

 SoFieldList (void)
 SoFieldList (const int sizehint)
 SoFieldList (const SoFieldList &l)
void append (SoField *field)
void insert (SoField *field, const int insertbefore)
SoFieldoperator[] (const int idx) const
void set (const int idx, SoField *field)
SoFieldget (const int idx) const

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::append ( SoField field) [inline]
void SoFieldList::insert ( SoField field,
const int  insertbefore 
) [inline]

Overridden from parent to accept an SoField pointer argument.

References SbPList::insert().

SoField * SoFieldList::operator[] ( const int  idx) const [inline]

Overridden from parent to return an SoField pointer.

Reimplemented from SbPList.

References SbPList::operator[]().

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

Overridden from parent to accept an SoField pointer argument.

References SbPList::operator[]().

SoField * SoFieldList::get ( const int  idx) const [inline]

Overridden from parent to return an SoField pointer.

Reimplemented from SbPList.

References SbPList::get().


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

Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.

Generated on Mon Feb 28 2011 10:12:11 for Coin by Doxygen. 1.7.3