|
MeVisLab Resolution Independence API
|
#include <SbList.h>
Public Member Functions | |
| SbList () | |
| SbList (int initSize) | |
| SbList (const SbList &pl) | |
| ~SbList () | |
| void | append (const Type &value) |
| int | find (const Type &value) const |
| void | insert (const Type &value, int addBefore) |
| void | remove (int which) |
| int | getLength () const |
| void | truncate (int start) |
| void | copy (const SbList &pl) |
| SbList & | operator= (const SbList &pl) |
| Type & | operator[] (int i) const |
| int | operator== (const SbList &pl) const |
| int | operator!= (const SbList &pl) const |
| void * | get (int i) const |
| void | set (int i, void *j) |
This contains the definition of the SbList generic pointer list class; an SbList is a list of (void *) pointers that allows easy insertion, removal, and other operations.
|
inline |
Definition at line 30 of file SbList.h.
Referenced by copy(), operator!=(), operator=(), operator==(), and SbList().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |