RSC  0.17.1
SequenceMonitor.h File Reference
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <cmath>
#include <boost/shared_ptr.hpp>
#include "rsc/rscexports.h"
Include dependency graph for SequenceMonitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::math::Metric
 Defines interface for vector metrics providing a calc-method that calculates the metric of two vectors. More...
 
class  rsc::math::EuclidDist
 Euclidean distance between two vectors. More...
 
class  rsc::math::MaximumDist
 Euclidean distance between two vectors. More...
 
class  rsc::math::MetricCondition
 Defines a interface for metric conditions. More...
 
class  rsc::math::BelowThreshold
 The BelowThreshold - condition tests whether a given metric of two vectors stays below a given upper threshold. More...
 
class  rsc::math::AboveThreshold
 The AboveThreshold - condition tests whether a given metric of two vectors stays above a given threshold. More...
 
class  rsc::math::SequenceMonitor
 A monitor for (vector-) sequences. More...
 

Namespaces

 rsc
 
 rsc::math
 

Typedefs

typedef boost::shared_ptr< Metric > rsc::math::MetricPtr
 
typedef boost::shared_ptr< MetricCondition > rsc::math::MetricConditionPtr