volmetrics

diff src/volume.h @ 16:add30e2d5253

foo
author Eleni Maria Stea <elene.mst@gmail.com>
date Mon, 03 Feb 2014 02:52:46 +0200
parents 1272e3335608
children e548d95e0667
line diff
     1.1 --- a/src/volume.h	Mon Feb 03 01:30:47 2014 +0200
     1.2 +++ b/src/volume.h	Mon Feb 03 02:52:46 2014 +0200
     1.3 @@ -43,4 +43,6 @@
     1.4  	void draw() const;
     1.5  };
     1.6  
     1.7 +float transfer_function(float x, float low_thres, float high_thres);
     1.8 +
     1.9  #endif // VOLUME_H_