RSC  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsc::math Namespace Reference

Classes

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

Typedefs

typedef boost::shared_ptr< MetricMetricPtr
typedef boost::shared_ptr
< MetricCondition
MetricConditionPtr

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.