1 | /*
|
---|
2 | * GlobalListOfActions.hpp
|
---|
3 | *
|
---|
4 | * Created on: Sep 21, 2011
|
---|
5 | * Author: heber
|
---|
6 | */
|
---|
7 |
|
---|
8 | #ifndef GLOBALLISTOFACTIONS_HPP_
|
---|
9 | #define GLOBALLISTOFACTIONS_HPP_
|
---|
10 |
|
---|
11 | // include config.h
|
---|
12 | #ifdef HAVE_CONFIG_H
|
---|
13 | #include <config.h>
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | #include <boost/preprocessor/seq/push_back.hpp>
|
---|
17 |
|
---|
18 | // this is global list of actions valid for all cases
|
---|
19 | #define GLOBALLISTOFACTIONS_initial \
|
---|
20 | (Redo) \
|
---|
21 | (GraphSubgraphDissection) \
|
---|
22 | (GraphCreateAdjacency) \
|
---|
23 | (GraphDepthFirstSearch) \
|
---|
24 | (MoleculeSaveTemperature) \
|
---|
25 | (MoleculeCopy) \
|
---|
26 | (MoleculeSuspendInWater) \
|
---|
27 | (MoleculeFillWithMolecule) \
|
---|
28 | (MoleculeRotateToPrincipalAxisSystem) \
|
---|
29 | (MoleculeSaveAdjacency) \
|
---|
30 | (MoleculeFillVoidWithMolecule) \
|
---|
31 | (MoleculeVerletIntegration) \
|
---|
32 | (MoleculeChangeName) \
|
---|
33 | (MoleculeRotateAroundSelfByAngle) \
|
---|
34 | (MoleculeSaveSelectedMolecules) \
|
---|
35 | (MoleculeSaveBonds) \
|
---|
36 | (MoleculeLinearInterpolationofTrajectories) \
|
---|
37 | (MoleculeLoad) \
|
---|
38 | (MoleculeBondFile) \
|
---|
39 | (TesselationNonConvexEnvelope) \
|
---|
40 | (TesselationConvexEnvelope) \
|
---|
41 | (CommandElementDb) \
|
---|
42 | (CommandVerbose) \
|
---|
43 | (CommandWarranty) \
|
---|
44 | (CommandVersion) \
|
---|
45 | (CommandHelp) \
|
---|
46 | (CommandHelpRedistribute) \
|
---|
47 | (CommandBondLengthTable) \
|
---|
48 | (CommandFastParsing) \
|
---|
49 | (ParserSetTremoloAtomdata) \
|
---|
50 | (ParserParseTremoloPotentials) \
|
---|
51 | (ParserSaveSelectedAtomsAsExtTypes) \
|
---|
52 | (ParserSetParserParameters) \
|
---|
53 | (ParserSetOutputFormats) \
|
---|
54 | (AnalysisCalculateBoundingBox) \
|
---|
55 | (AnalysisCalculateCellVolume) \
|
---|
56 | (AnalysisCalculateMolarMass) \
|
---|
57 | (AnalysisDipoleAngularCorrelation) \
|
---|
58 | (AnalysisDipoleCorrelation) \
|
---|
59 | (AnalysisPairCorrelation) \
|
---|
60 | (AnalysisPointCorrelation) \
|
---|
61 | (AnalysisSurfaceCorrelation) \
|
---|
62 | (AnalysisMolecularVolume) \
|
---|
63 | (AnalysisPrincipalAxisSystem) \
|
---|
64 | (CommandSetRandomNumbersEngine) \
|
---|
65 | (CommandSetRandomNumbersDistribution) \
|
---|
66 | (Undo) \
|
---|
67 | (AtomSaveSelectedAtoms) \
|
---|
68 | (AtomRotateAroundOriginByAngle) \
|
---|
69 | (AtomChangeElement) \
|
---|
70 | (AtomRemove) \
|
---|
71 | (AtomTranslate) \
|
---|
72 | (AtomAdd) \
|
---|
73 | (WorldCenterInBox) \
|
---|
74 | (WorldRepeatBox) \
|
---|
75 | (WorldChangeBox) \
|
---|
76 | (WorldCenterOnEdge) \
|
---|
77 | (WorldSetWorldTime) \
|
---|
78 | (WorldSetBoundaryConditions) \
|
---|
79 | (WorldOutput) \
|
---|
80 | (WorldOutputAs) \
|
---|
81 | (WorldSetDefaultName) \
|
---|
82 | (WorldScaleBox) \
|
---|
83 | (WorldAddEmptyBoundary) \
|
---|
84 | (WorldBoundInBox) \
|
---|
85 | (WorldInput) \
|
---|
86 | (SelectionNotMoleculeOfAtom) \
|
---|
87 | (SelectionNotAllMolecules) \
|
---|
88 | (SelectionNotMoleculeById) \
|
---|
89 | (SelectionMoleculeByOrder) \
|
---|
90 | (SelectionMoleculeOfAtom) \
|
---|
91 | (SelectionNotMoleculeByOrder) \
|
---|
92 | (SelectionMoleculeByName) \
|
---|
93 | (SelectionMoleculeById) \
|
---|
94 | (SelectionAllMolecules) \
|
---|
95 | (SelectionClearAllMolecules) \
|
---|
96 | (SelectionInvertMolecules) \
|
---|
97 | (SelectionMoleculeByFormula) \
|
---|
98 | (SelectionNotMoleculeByFormula) \
|
---|
99 | (SelectionNotMoleculeByName) \
|
---|
100 | (SelectionNotAtomById) \
|
---|
101 | (SelectionNotAtomByOrder) \
|
---|
102 | (SelectionAllAtomsInsideCuboid) \
|
---|
103 | (SelectionAllAtoms) \
|
---|
104 | (SelectionClearAllAtoms) \
|
---|
105 | (SelectionInvertAtoms) \
|
---|
106 | (SelectionNotAllAtoms) \
|
---|
107 | (SelectionNotAtomByElement) \
|
---|
108 | (SelectionAllAtomsInsideSphere) \
|
---|
109 | (SelectionAllAtomsOfMolecule) \
|
---|
110 | (SelectionNotAllAtomsInsideSphere) \
|
---|
111 | (SelectionAtomByElement) \
|
---|
112 | (SelectionNotAllAtomsOfMolecule) \
|
---|
113 | (SelectionNotAllAtomsInsideCuboid) \
|
---|
114 | (SelectionAtomById) \
|
---|
115 | (SelectionAtomByOrder) \
|
---|
116 | (FragmentationFragmentation) \
|
---|
117 | (FillRegularGrid) \
|
---|
118 | (FillSphericalSurface)
|
---|
119 |
|
---|
120 | // we need to append the automation action in case we have the JobMarket
|
---|
121 | #ifdef HAVE_JOBMARKET
|
---|
122 | #define GLOBALLISTOFACTIONS \
|
---|
123 | BOOST_PP_SEQ_PUSH_BACK( \
|
---|
124 | GLOBALLISTOFACTIONS_initial, \
|
---|
125 | FragmentationFragmentationAutomation \
|
---|
126 | )
|
---|
127 | #else
|
---|
128 | #define GLOBALLISTOFACTIONS \
|
---|
129 | GLOBALLISTOFACTIONS_initial
|
---|
130 | #endif /* HAVE_JOBMARKET */
|
---|
131 |
|
---|
132 | #endif /* GLOBALLISTOFACTIONS_HPP_ */
|
---|
133 |
|
---|