Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FillAction/FillSurfaceAction.def

    r09eaac rdf9f20  
    2020// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    2121// "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)
    2727#define paramvalids \
    2828(DummyValidator< unsigned int >()) \
     29(BoxLengthValidator()) \
     30(BoxLengthValidator()) \
     31(BoxLengthValidator()) \
    2932(BoxLengthValidator()) \
    3033(VectorNotZeroValidator())
     
    3639#define CATEGORY Fill
    3740#define MENUNAME "fill"
    38 #define MENUPOSITION 1
     41#define MENUPOSITION 2
    3942#define ACTIONNAME Surface
    4043#define TOKEN "fill-surface"
Note: See TracChangeset for help on using the changeset viewer.