MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLCSO/CSOBase/CSORules/CSOGroupRules.h File Reference

This handles rules like the maximum number of CSOs in a group and applies them. More...

#include "MLCSOIncludes.h"

Go to the source code of this file.

Classes

class  ml::CSOGroupRules
 This handles rules like the maximum number of CSOs in a group and applies them. More...

Namespaces

namespace  ml
 

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


Enumerations

enum  ml::CSOGroupOverflowHandling {
  ml::OVERFLOW_DELETE_FIRST = 0, ml::OVERFLOW_DELETE_LAST = 1, ml::OVERFLOW_DELETE_ALL = 2, ml::OVERFLOW_IGNORE_NEW = 3,
  ml::NUM_OVERFLOW_MODES = 4
}
 Enumeration for the group overflow handling modes. More...
enum  ml::CSORemoveHandling { ml::REMOVE_ALWAYS = 0, ml::REMOVE_NEVER = 1, ml::REMOVE_IF_IN_NO_GROUP = 2, ml::NUM_REMOVE_MODES = 3 }
 Enumeration for the removal handling of CSOs from group and if group is deleted. More...

Detailed Description

This handles rules like the maximum number of CSOs in a group and applies them.

Author:
Alexander Koehn
Date:
02/2007

Definition in file CSOGroupRules.h.