From ad4e7069f10b80446be8d13eba28a03c2c642a3b Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 13 Jun 2014 20:37:10 +0000 Subject: [PATCH] Now it works after remake! However, some crossection segments are in the list multiple times. --- src/cross-section.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/cross-section.h b/src/cross-section.h index dea5e8c..0021daa 100644 --- a/src/cross-section.h +++ b/src/cross-section.h @@ -1,5 +1,8 @@ #ifndef _H_CROSS_SECTION #define _H_CROSS_SECTION 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); #endif -- Gitblit v1.9.3