Home
last modified time | relevance | path

Searched refs:MGparm_CalcType (Results 1 – 11 of 11) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dmgparm.h89 typedef enum eMGparm_CalcType MGparm_CalcType; typedef
116 MGparm_CalcType type; /**< What type of MG calculation? */
307 VEXTERNC MGparm* MGparm_ctor(MGparm_CalcType type);
316 VEXTERNC Vrc_Codes MGparm_ctor2(MGparm *thee, MGparm_CalcType type);
H A Dmgparm.c114 VPUBLIC MGparm* MGparm_ctor(MGparm_CalcType type) { in MGparm_ctor()
125 VPUBLIC Vrc_Codes MGparm_ctor2(MGparm *thee, MGparm_CalcType type) { in MGparm_ctor2()
/dports/science/tinker/tinker/apbs/include/linux/apbs/
H A Dmgparm.h78 typedef enum eMGparm_CalcType MGparm_CalcType; typedef
105 MGparm_CalcType type; /**< What type of MG calculation? */
296 VEXTERNC MGparm* MGparm_ctor(MGparm_CalcType type);
305 VEXTERNC Vrc_Codes MGparm_ctor2(MGparm *thee, MGparm_CalcType type);
H A Droutines.h251 VEXTERNC int solveMG(NOsh *nosh, Vpmg *pmg, MGparm_CalcType type);
/dports/science/tinker/tinker/apbs/include/macos/apbs/
H A Dmgparm.h78 typedef enum eMGparm_CalcType MGparm_CalcType; typedef
105 MGparm_CalcType type; /**< What type of MG calculation? */
296 VEXTERNC MGparm* MGparm_ctor(MGparm_CalcType type);
305 VEXTERNC Vrc_Codes MGparm_ctor2(MGparm *thee, MGparm_CalcType type);
H A Droutines.h251 VEXTERNC int solveMG(NOsh *nosh, Vpmg *pmg, MGparm_CalcType type);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/python/
H A Dapbslib.i58 MGparm_CalcType type;
128 enum MGparm_CalcType { enum
488 extern int solveMG(NOsh *nosh, Vpmg *pmg, MGparm_CalcType type);
H A Dapbslib_wrap.doc21 [ Member data: returns MGparm_CalcType * ]
H A Dapbslib.c3442 MGparm_CalcType arg2 ; in _wrap_MGparm_type_set()
3460 arg2 = (MGparm_CalcType)(val2); in _wrap_MGparm_type_set()
3473 MGparm_CalcType result; in _wrap_MGparm_type_get()
3484 result = (MGparm_CalcType) ((arg1)->type); in _wrap_MGparm_type_get()
6566 MGparm_CalcType arg3 ; in _wrap_solveMG()
6593 arg3 = (MGparm_CalcType)(val3); in _wrap_solveMG()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/
H A Droutines.h279 VEXTERNC int solveMG(NOsh *nosh, Vpmg *pmg, MGparm_CalcType type);
H A Droutines.c1489 MGparm_CalcType type in solveMG()