- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/TesselationAction/ConvexEnvelopeAction.def
r6ba9ba re4afb4 9 9 class TesselationListClass; 10 10 11 #include "Parameters/Validators/Ops_Validator.hpp"12 #include "Parameters/Validators/Specific/FilePresentValidator.hpp"13 14 11 // i.e. there is an integer with variable name Z that can be found in 15 12 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 16 // "undefine" if no parameters are required, use (NO PARAM_DEFAULT) for each (undefined) default value13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 17 14 #define paramtypes (boost::filesystem::path)(boost::filesystem::path) 18 15 #define paramtokens ("convex-file")("nonconvex-file") … … 20 17 #undef paramdefaults 21 18 #define paramreferences (filenameConvex)(filenameNonConvex) 22 #define paramvalids \23 (!FilePresentValidator()) \24 (!FilePresentValidator())25 19 26 20 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.