OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / include / FunctionMode.hh
1 #ifndef FUNCTION_MODE_HH
2 #define FUNCTION_MODE_HH
3
4
5 enum DisplayMode{
6   SpaceFill,
7   Point,
8   BackBone
9 };
10
11 enum AtomMode{
12   AtomModeAll,
13   AtomModeCA
14 };
15
16 enum ColorMode{
17   Monochrome,
18   CPK,
19   Group,
20   Amino,
21   Temperature,
22   HomoColor
23 };
24
25 enum PickMode{
26   Default,
27   ResNumber,
28   AtomName,
29   ResName,
30   ChainID,
31   Memo,
32   Homology
33 };
34
35 enum HomologyMode{
36   AllData,
37   Percentage,
38   EachData,
39   ChangeColor
40 };
41
42 enum PickStatus{
43   Search,
44   Delete,
45   Create,
46 };
47
48 /*
49 enum CG{
50   CGAll,
51   CGCAonly
52 };
53 */
54 /*
55 enum TextMode{
56   ResidueSequenceNumber,
57   AtomName,
58   ResidueName,
59   ChainIdentifier,
60   AllSet,
61   Homology
62 };
63 */
64
65 /*
66 enum HomologyMode{
67   AllView,
68   Percentage,
69   EachData,
70   Color
71 };
72 */
73 /*
74 enum ViewerMode{
75   SpaceFill=0,
76   BackBone=1
77 };
78 */
79
80 #endif /* FUNCTION_MODE */