summaryrefslogtreecommitdiffstats
path: root/Smoke/heightplots.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-04 17:26:22 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-04 17:26:22 (GMT)
commitcf983359977dbea21b49747e3430725209a804ee (patch)
treec69181513a7ba12d365330b614b3b7586410f6e4 /Smoke/heightplots.h
parentb12d6854cbb458c3de11266efefa8fb2ea11a1cf (diff)
download2iv35-cf983359977dbea21b49747e3430725209a804ee.zip
2iv35-cf983359977dbea21b49747e3430725209a804ee.tar.gz
2iv35-cf983359977dbea21b49747e3430725209a804ee.tar.bz2
force/vel/rho now selectable (for flowvis)
Diffstat (limited to 'Smoke/heightplots.h')
-rw-r--r--Smoke/heightplots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/heightplots.h b/Smoke/heightplots.h
index 856a701..49c5441 100644
--- a/Smoke/heightplots.h
+++ b/Smoke/heightplots.h
@@ -13,6 +13,9 @@ int heightplots_get_colormap(void);
void heightplots_set_alpha(float alpha);
float heightplots_get_alpha(void);
+void heightplots_set_dataset(int dataset);
+int heightplots_get_dataset(void);
+
void heightplots_set_frame(fftw_real *frame);
fftw_real *heightplots_get_frame(void);