Computer Assited Medical Intervention Tool Kit  version 5.0
MultipleCriterion.h File Reference
#include <vector>
#include <MonitorIn.hxx>
#include "StoppingCriterion.h"
+ Include dependency graph for MultipleCriterion.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultipleCriterion
 class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or an AndMultipleCriterion A MultipleCriterion can be checked using checkCriterion method to know if the MultipleCriterion is reach it contains a set of criterion (criteria vector) wich are all checked to make the boolena assessment of checkCriterion method More...