comparison bayesianArraySrc/DynamicVector.h @ 6:746a5af43c02

windowed bayesian distributions - drawn within constrained portion of the screen
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Thu, 02 Feb 2012 17:52:08 +0000
parents 45b5cf9be377
children 780def3a1f36
comparison
equal deleted inserted replaced
5:5ef00d1dfe68 6:746a5af43c02
39 39
40 void drawVector(const int& minIndex, const int& maxIndex); 40 void drawVector(const int& minIndex, const int& maxIndex);
41 void drawVector(const int& minIndex, const int& maxIndex, ofxWindowRegion window); 41 void drawVector(const int& minIndex, const int& maxIndex, ofxWindowRegion window);
42 42
43 void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex); 43 void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex);
44 void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex, const ofxWindowRegion& window);
44 45
45 void addConstant(const double& value); 46 void addConstant(const double& value);
46 void addGaussianShape(const double& mean, const double& stddev, double factor); 47 void addGaussianShape(const double& mean, const double& stddev, double factor);
47 48
48 void addGaussianShapeFromRealTime(const double& actualTime, const double& StdDev, double factor); 49 void addGaussianShapeFromRealTime(const double& actualTime, const double& StdDev, double factor);