TinkeCell API  1.0.0
C/Python/Octave/Ruby API
C:/Users/Deepak/Projects/TinkerCell/trunk/API/TC_ModuleTool_api.h
00001 #ifndef TINKERCELL_TC_MODULETOOL_API_H
00002 #define TINKERCELL_TC_MODULETOOL_API_H
00003 
00004 #include "TC_structs.h"
00005 BEGIN_C_DECLS
00006 
00013 TCAPIEXPORT void tc_substituteModel(long item, const char* filename);
00014 
00020 TCAPIEXPORT void tc_substituteEmptyModel(long item);
00021 
00027 TCAPIEXPORT void tc_substituteOriginalModel(long item);
00028 
00035 TCAPIEXPORT tc_strings tc_listOfPossibleModels(long item);
00036 
00041 TCAPIEXPORT void tc_ModuleTool_api(
00042         void (*substituteModel)(long, const char*),
00043         tc_strings (*listOfModels)(long));
00044 
00045 END_C_DECLS
00046 #endif
00047 
 All Data Structures