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

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

SbIntList Class Reference
[Base classes]

#include <Inventor/lists/SbIntList.h>

Inheritance diagram for SbIntList:

SbPList List of all members.

Detailed Description

The SbIntList class is a container for integer list arrays.

See also:
SbList


Public Member Functions

 SbIntList (void)
 SbIntList (const int sizehint)
void append (const int item)
int find (const int item)
void insert (const int item, const int addbefore)
int & operator[] (const int idx) const


Constructor & Destructor Documentation

SbIntList::SbIntList void   )  [inline]
 

Default constructor.

SbIntList::SbIntList 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 sizehint)


Member Function Documentation

void SbIntList::append const int  item  )  [inline]
 

Overridden from parent to accept an integer argument.

int SbIntList::find const int  item  )  [inline]
 

Overridden from parent to accept an integer argument.

void SbIntList::insert const int  item,
const int  addbefore
[inline]
 

Overridden from parent to accept an integer argument.

int & SbIntList::operator[] const int  idx  )  const [inline]
 

Overridden from parent to return an integer.

Reimplemented from SbPList.


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

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

Generated on Sat Sep 3 10:55:26 2005 for Coin by Doxygen. 1.4.4