-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgpftoken.h
60 lines (51 loc) · 1.73 KB
/
gpftoken.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*
$Id: gpftoken.h,v 1.11 2020/08/25 20:26:44 mp Exp $
AutoGrid
Copyright (C) 2009 The Scripps Research Institute. All rights reserved.
AutoGrid is a Trade Mark of The Scripps Research Institute.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define GPF_NULL 0
#define GPF_COMMENT 1
#define GPF_RECEPTOR 2
#define GPF_GRIDFLD 3
#define GPF_NPTS 4
#define GPF_SPACING 5
#define GPF_GRIDCENTER 7
#define GPF_LIGAND_TYPES 8
#define GPF_MAP 9
#define GPF_NBP_COEFFS 10
#define GPF_NBP_R_EPS 11
#define GPF_ELECMAP 12
#define GPF_DIEL 13
#define GPF_FMAP 14
#define GPF_DISORDER 15
#define GPF_SMOOTH 16
#define GPF_SOL_PAR 17
#define GPF_CONSTANT 18
#define GPF_COVALENTMAP 19
#define GPF_RECEPTOR_TYPES 20
#define GPF_PARAM_FILE 21
#define GPF_DSOLVMAP 22
#define GPF_QASP 23
#define GPF_USE_VINA_POTENTIAL 24
#define GPF_OUTLEV 25
#define GPF_MAP_RECEPTOR_INTERIOR 26
#define GPF_CMAP 27
#define GPF_CONSTRICTION_DISTANCE_CUTOFF 28
#define GPF_SEPARATE_DESOLVATION_MAPS 29
#define GPF_COEFF_VDW 30
#define GPF_COEFF_HBOND 31
#define GPF_COEFF_ESTAT 32
#define GPF_COEFF_DESOLV 33
#define GPF_COEFF_TORS 34