List of generic (void *) pointers.
More...
#include <Inventor/SbPList.h>
|
| SbIntList () |
| Constructors, similar to SbPList.
|
|
| SbIntList (int initSize) |
|
void | append (int integer) |
| Adds given pointer to end of list.
|
|
int | find (int integer) |
| Returns index of given pointer in list, or -1 if not found.
|
|
void | insert (int integer, int addBefore) |
| Inserts given pointer in list before pointer with given index.
|
|
int & | operator[] (int i) const |
|
| SbPList () |
| Constructor.
|
|
| SbPList (int initSize) |
| initSize specifies an initial size for the list, which is useful as an optimization if you can estimate the length of the list before you construct it.
|
|
| SbPList (const SbPList &pl) |
| Copy constructor.
|
|
| ~SbPList () |
| Destructor.
|
|
void | append (void *ptr) |
| Adds given pointer to end of list.
|
|
int | find (const void *ptr) const |
| Returns index of given pointer in list, or -1 if not found.
|
|
void | insert (void *ptr, int addBefore) |
| Inserts given pointer in list before pointer with given index.
|
|
void | remove (int which) |
| Removes pointer with given index.
|
|
int | getLength () const |
| Returns number of pointers in list.
|
|
void | truncate (int start) |
| Removes all pointers after one with given index, inclusive.
|
|
void | copy (const SbPList &pl) |
| Copy a list.
|
|
SbPList & | operator= (const SbPList &pl) |
| Assignment operator; copies list into this list.
|
|
void *& | operator[] (int i) const |
| Returns pointer with given index.
|
|
bool | operator== (const SbPList &pl) const |
| Equality and inequality operators.
|
|
bool | operator!= (const SbPList &pl) const |
| Equality and inequality operators.
|
|
void * | get (int i) const |
| Internal versions of [] that do not check for bounds:
|
|
void | set (int i, void *j) |
|
SbIntList allows random access, insertion, and removal.
Definition at line 173 of file SbPList.h.
◆ SbIntList() [1/2]
◆ SbIntList() [2/2]
SbIntList::SbIntList |
( |
int |
initSize | ) |
|
|
inline |
◆ append()
void SbIntList::append |
( |
int |
integer | ) |
|
|
inline |
◆ find()
int SbIntList::find |
( |
int |
integer | ) |
|
|
inline |
◆ insert()
void SbIntList::insert |
( |
int |
integer, |
|
|
int |
addBefore |
|
) |
| |
|
inline |
◆ operator[]()
int & SbIntList::operator[] |
( |
int |
i | ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- C:/jh/mevislab/4.0.2_1/build/MeVis/ThirdParty/Sources/Inventor/include/Inventor/SbPList.h