diff bayesianArraySrc/BayesianArrayStructure.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 33dedfe32893
line wrap: on
line diff
--- a/bayesianArraySrc/BayesianArrayStructure.h	Thu Feb 02 12:45:36 2012 +0000
+++ b/bayesianArraySrc/BayesianArrayStructure.h	Thu Feb 02 17:52:08 2012 +0000
@@ -86,6 +86,7 @@
 	
 	void calculateTempoUpdate();
 	
+	void updateBayesianDistributions(const double& newEventTime);
 	void crossUpdateArrays(DynamicVector& position, DynamicVector& speed, double timeDifference);
 	void complexCrossUpdate(const double& timeDifferenceInPositionVectorUnits);
 	void translateByMaximumSpeed(const double& timeDifferenceInPositionVectorUnits);
@@ -96,6 +97,8 @@
 	bool* realTimeMode;
 	bool usingIntegratedTempoEstimate;
 	double relativeSpeedLikelihoodStdDev;
+	
+	void printPostOffset();
 
 };
 #endif