Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkList Class Reference

mitkList - a utility class for a list of mitkObject More...

#include <mitkList.h>

List of all members.

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)
mitkObjectGetItem (int i)
int Count ()
void InitTraversal ()


Detailed Description

mitkList - a utility class for a list of mitkObject

mitkList is a utility class for a list of mitkObject


Member Function Documentation

void mitkList::Add mitkObject itemAdding  ) 
 

Add an object to the list.

int mitkList::Count  )  [inline]
 

Return the number of objects in the list.

int mitkList::Find mitkObject itemFinding  ) 
 

Search for an object and return location in list. If location == -1, object was not found.

mitkObject* mitkList::GetItem int  i  ) 
 

Get an object in location i

void mitkList::InitTraversal  )  [inline]
 

Traversal the list

void mitkList::Insert mitkObject itemInserting,
int  pos
 

Insert an object to the list.

void mitkList::Remove mitkObject itemRemove  ) 
 

Remove an object from the list.

void mitkList::Remove int  i  ) 
 

Remove the i'th item in the list.

void mitkList::RemoveAll  ) 
 

Remove all objects from the list.

void mitkList::Replace int  i,
mitkObject itemNew
 

Replace the i'th item


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:03:43 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3