#include <mitkList.h>
Public Member Functions | |
| void | Add (mitkObject *itemAdding) |
| void | Insert (mitkObject *itemInserting, int pos) |
| void | Replace (int i, mitkObject *itemNew) |
| void | Remove (int i) |
| void | Remove (mitkObject *itemRemove) |
| void | RemoveAll () |
| int | Find (mitkObject *itemFinding) |
| mitkObject * | GetItem (int i) |
| int | Count () |
| void | InitTraversal () |
mitkList is a utility class for a list of mitkObject
|
|
Add an object to the list. |
|
|
Return the number of objects in the list. |
|
|
Search for an object and return location in list. If location == -1, object was not found. |
|
|
Get an object in location i |
|
|
Traversal the list |
|
||||||||||||
|
Insert an object to the list. |
|
|
Remove an object from the list. |
|
|
Remove the i'th item in the list. |
|
|
Remove all objects from the list. |
|
||||||||||||
|
Replace the i'th item |
1.4.3