MeVisLab Toolbox Reference
|
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.
Definition at line 38 of file SbList.h.
References mlrange_cast().
Definition at line 47 of file SbList.h.
References mlrange_cast().
Definition at line 115 of file SbList.h.
References mlrange_cast().
Referenced by SbList< Type >::operator=().
Definition at line 68 of file SbList.h.
References mlrange_cast().
Definition at line 143 of file SbList.h.
References mlrange_cast().
Definition at line 77 of file SbList.h.
References mlrange_cast().
Definition at line 136 of file SbList.h.
References mlrange_cast().
Definition at line 122 of file SbList.h.
References SbList< Type >::copy(), and mlrange_cast().
Definition at line 133 of file SbList.h.
References mlrange_cast().
|
inline |
Definition at line 127 of file SbList.h.
References mlrange_cast().
Definition at line 94 of file SbList.h.
References mlrange_cast().
Definition at line 146 of file SbList.h.
References mlrange_cast().