Trisurf Monte Carlo simulator
Samo Penic
2015-10-06 6c3bb91fea92c5013507bdf4f5ac49e889e213ff
commit | author | age
0af0cf 1 #ifndef _H_CROSS_SECTION
SP 2 #define _H_CROSS_SECTION
49dbdd 3 #include<cairo/cairo.h>
d27c07 4 ts_coord_list *get_crossection_with_plane(ts_vesicle *vesicle,ts_double a,ts_double b,ts_double c, ts_double d);
ad4e70 5
SP 6 ts_bool add_crosssection_point(ts_coord_list *pts,  ts_double a, ts_double b, ts_double c, ts_double d, ts_vertex *vtx1, ts_vertex *vtx2);
a61c00 7 ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
ad4e70 8 ts_bool save_crossection_snapshot(ts_coord_list *pts, ts_uint timestepno);
49dbdd 9 ts_bool append_to_isak_program_raw(cairo_surface_t *surface, char *filename);
0af0cf 10 #endif