TinkeCell API
1.0.0
C/Python/Octave/Ruby API
|
00001 #ifndef TINKERCELL_TC_MODELFILEGENERATOR_API_H 00002 #define TINKERCELL_TC_MODELFILEGENERATOR_API_H 00003 00004 #include "TC_structs.h" 00005 BEGIN_C_DECLS 00006 00013 TCAPIEXPORT int tc_writeModel(const char* file, tc_items items); 00014 00019 TCAPIEXPORT void tc_ModelFileGenerator_api( 00020 int (*modelgen)(const char*, tc_items ) 00021 ); 00022 00023 END_C_DECLS 00024 #endif 00025