summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-11 03:36:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-11 03:36:54 (GMT)
commitd7413fd0a44e780656bb928dc68dfbd12eadba05 (patch)
tree2ffbb1d9a96669b911fad04ae9fcaea3327fcabb /Smoke/streamlines.h
parent0b2a65158a7b19175bb180acb6fb7199480abcaa (diff)
download2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.zip
2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.tar.gz
2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.tar.bz2
adjustable streamlines
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index f071e41..0e98988 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -20,6 +20,12 @@ float streamlines_get_alpha(void);
void streamlines_set_dataset(int dataset);
int streamlines_get_dataset(void);
+void streamlines_set_slices(int slices);
+int streamlines_get_slices(void);
+
+void streamlines_set_radius(float radius);
+float streamlines_get_radius(void);
+
void streamlines_set_frame(fftw_real *frame);
fftw_real *streamlines_get_frame(void);
@@ -29,6 +35,9 @@ struct fftw_real_xy *streamlines_get_history_scalars(int hisdex);
void streamlines_set_sort(int sort);
int streamlines_get_sort(void);
+
+void streamlines_reset_seedpoints(void);
+
struct color4f streamlines_get_color(float value);
#endif