MeVisLab Resolution Independence API
|
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. More...
#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 115 of file SbList.h.
Referenced by SbList< Type >::operator=().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 122 of file SbList.h.
References SbList< Type >::copy().
|
inline |
|
inline |
|
inline |
|
inline |