RSC  0.17.1
rsc::math Namespace Reference

Classes

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

Typedefs

typedef boost::shared_ptr< MetricMetricPtr
 
typedef boost::shared_ptr< MetricConditionMetricConditionPtr
 

Typedef Documentation

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

Definition at line 112 of file SequenceMonitor.h.

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

Definition at line 44 of file SequenceMonitor.h.