| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_RESTORE |
| | | #define _H_RESTORE |
| | | |
| | |
| | | ts_bool parseTrisurfTristar(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur); |
| | | ts_bool parseXMLVertexPosition(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur); |
| | | ts_bool parseXMLBonds(ts_vesicle *vesicle,xmlDocPtr doc, xmlNodePtr cur); |
| | | |
| | | ts_bool parseTrisurfNucleus(ts_vesicle *vesicle, xmlDocPtr doc, xmlNodePtr cur); |
| | | ts_bool parseTrisurfConstantVolume(xmlDocPtr doc, xmlNodePtr cur); |
| | | ts_bool parseTrisurfConstantArea(xmlDocPtr doc, xmlNodePtr cur); |
| | | #endif |