MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLBase/mlListContainer.h File Reference

Basic list container classes ListContainerBase and ListContainerTemplate. More...

#include "mlModuleIncludes.h"
#include "mlBaseInit.h"
#include "mlListBase.h"
#include "mlRangeCasts.h"

Go to the source code of this file.

Classes

class  ml::ListContainerBase
 Abstract module class ListContainerBase implementing basic functionality for a list container module. More...
class  ml::ListContainerTemplate< T >
 Template module class ListContainerTemplate for a specific list class. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Typedefs

typedef bool ml::ListContainerHandleNotificationCB (void *usrData, Field *field)
 Callback for handleNotification forwarding (return false if notification should not be propagated to ListContainer)

Detailed Description

Basic list container classes ListContainerBase and ListContainerTemplate.

Author:
Tobias Boskamp
Date:
2/2002

Definition in file mlListContainer.h.