- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.def
r9b8387 r6ba9ba 10 10 class Vector; 11 11 12 #include "Parameters/Validators/DummyValidator.hpp" 13 #include "Parameters/Validators/Specific/RotationAngleValidator.hpp" 14 12 15 // i.e. there is an integer with variable name Z that can be found in 13 16 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 14 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value17 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 15 18 #define paramtypes (double)(Vector) 16 19 #define paramtokens ("rotate-around-self")("axis") … … 18 21 #undef paramdefaults 19 22 #define paramreferences (angle)(Axis) 23 #define paramvalids \ 24 (RotationAngleValidator()) \ 25 (DummyValidator< Vector >()) 20 26 21 27 #define statetypes (std::vector<molecule*>)
Note:
See TracChangeset
for help on using the changeset viewer.