MeVisLab Toolbox Reference
|
#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 |
Main documentation file for ML users and developers. | |
Typedefs | |
typedef bool | ml::ListContainerHandleNotificationCB(void *usrData, Field *field) |
Callback for handleNotification forwarding (return false if notification should not be propagated to ListContainer) | |