Trisurf Monte Carlo simulator
Samo Penic
2016-02-16 d0cafa2d67b4765450deb5781b08f4241d9c4d3a
commit | author | age
d7639a 1 #ifndef _VESICLE_H
SP 2 #define _VESICLE_H
3
bb77ca 4 ts_vesicle *init_vesicle(ts_uint N, ts_uint ncmax1, ts_uint ncmax2, ts_uint ncmax3, ts_double stepsize);
d7639a 5 ts_bool vesicle_translate(ts_vesicle *vesicle,ts_double x, ts_double y, ts_double z);
SP 6 ts_bool vesicle_free(ts_vesicle *vesicle);
9bf6ee 7 ts_bool vesicle_volume(ts_vesicle *vesicle);
c0ae90 8 ts_bool vesicle_area(ts_vesicle *vesicle);
d7639a 9 #endif