- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FillAction/FillSurfaceAction.def
r09eaac rdf9f20 20 20 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 21 21 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 22 #define paramtypes (unsigned int)(double)( Vector)23 #define paramtokens ("count")("min-distance")(" Alignment-Axis")24 #define paramdescriptions ("number of instances to be added, changed according to geometric needs")("minimum distance between added instances")(" The filler molecule is rotated relative to this alignment axis")25 #define paramdefaults (PARAM_DEFAULT(12))(PARAM_DEFAULT(1.))( NOPARAM_DEFAULT)26 #define paramreferences (N)(mindistance)( AlignedAxis)22 #define paramtypes (unsigned int)(double)(double)(double)(double)(Vector) 23 #define paramtokens ("count")("min-distance")("tesselation-radius")("random-atom-displacement")("random-molecule-displacement")("Alignment-Axis") 24 #define paramdescriptions ("number of instances to be added, changed according to geometric needs")("minimum distance between added instances")("radius of rolling sphere in tesselating selected molecule's surfaces")("magnitude of random atom displacement")("magnitude of random molecule displacement")("The filler molecule is rotated relative to this alignment axis") 25 #define paramdefaults (PARAM_DEFAULT(12))(PARAM_DEFAULT(1.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(0.))(NOPARAM_DEFAULT) 26 #define paramreferences (N)(mindistance)(SphereRadius)(RandAtomDisplacement)(RandMoleculeDisplacement)(AlignedAxis) 27 27 #define paramvalids \ 28 28 (DummyValidator< unsigned int >()) \ 29 (BoxLengthValidator()) \ 30 (BoxLengthValidator()) \ 31 (BoxLengthValidator()) \ 29 32 (BoxLengthValidator()) \ 30 33 (VectorNotZeroValidator()) … … 36 39 #define CATEGORY Fill 37 40 #define MENUNAME "fill" 38 #define MENUPOSITION 141 #define MENUPOSITION 2 39 42 #define ACTIONNAME Surface 40 43 #define TOKEN "fill-surface"
Note:
See TracChangeset
for help on using the changeset viewer.