summaryrefslogtreecommitdiffstats
path: root/Smoke/flowvis.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:10:50 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:10:50 (GMT)
commit37e4a2a9857669837417b0b5e6ba35248bec9030 (patch)
tree36d3cccee52404e450f1fc76051a9cf01aab89cb /Smoke/flowvis.h
parentdcab21f30e9c451bfc2b7e65d90323b5e11a8612 (diff)
download2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.zip
2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.tar.gz
2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.tar.bz2
moved history to flowvis "smoke history"
Diffstat (limited to 'Smoke/flowvis.h')
-rw-r--r--Smoke/flowvis.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Smoke/flowvis.h b/Smoke/flowvis.h
index 7e186e2..bf3b237 100644
--- a/Smoke/flowvis.h
+++ b/Smoke/flowvis.h
@@ -16,6 +16,13 @@ float flowvis_get_alpha(void);
void flowvis_set_frame(fftw_real *frame);
fftw_real *flowvis_get_frame(void);
+void flowvis_set_history(fftw_real **history);
+fftw_real *flowvis_get_history(int hisdex);
+
+void flowvis_set_hisdex(int arg);
+int flowvis_get_hisdex(void);
+
+
struct color4f flowvis_get_color(float value);