Trisurf Monte Carlo simulator
Samo Penic
2016-03-01 ab798b28b9f3b836db6c9eb9e4a25d57981022ae
commit | author | age
8c1bb1 1 #ifndef _H_RESTORE
SP 2 #define _H_RESTORE
3
ab798b 4 ts_vesicle *parseDump(char *dumpfname);
8c1bb1 5 ts_vesicle *parseTrisurfTag(xmlDocPtr doc, xmlNodePtr cur);
698ae1 6 ts_bool setGlobalTapeTXTfromTapeTag(xmlDocPtr doc, xmlNodePtr cur);
a011d2 7 ts_bool parseTrisurfVtxn(ts_vertex_list *vlist, xmlDocPtr doc, xmlNodePtr cur);
SP 8 ts_bool parseTrisurfTria(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur);
e9ac7b 9 ts_bool parseTrisurfTriaNeigh(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur);
a011d2 10 ts_bool parseTrisurfTristar(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur);
8fa1c0 11 ts_bool parseXMLVertexPosition(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur);
a3dbf0 12 ts_bool parseXMLBonds(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur);
e9ac7b 13
8c1bb1 14 #endif