Trisurf Monte Carlo simulator
Samo Penic
2014-06-25 49dbdd4940aa78021f4ba516f4edb632058262bf
src/cross-section.h
@@ -1,5 +1,10 @@
#ifndef _H_CROSS_SECTION
#define _H_CROSS_SECTION
#include<cairo/cairo.h>
ts_coord_list *get_crossection_with_plane(ts_vesicle *vesicle,ts_double a,ts_double b,ts_double c, ts_double d);
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);
ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
ts_bool save_crossection_snapshot(ts_coord_list *pts, ts_uint timestepno);
ts_bool append_to_isak_program_raw(cairo_surface_t *surface, char *filename);
#endif