diff 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
line wrap: on
line diff
--- a/bayesianArraySrc/DynamicVector.h	Thu Feb 02 12:45:36 2012 +0000
+++ b/bayesianArraySrc/DynamicVector.h	Thu Feb 02 17:52:08 2012 +0000
@@ -41,6 +41,7 @@
 	void drawVector(const int& minIndex, const int& maxIndex, ofxWindowRegion window);
 	
 	void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex);
+	void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex, const ofxWindowRegion& window);
 
 	void addConstant(const double& value);
 	void addGaussianShape(const double& mean, const double& stddev, double factor);