Go to the source code of this file.
Namespaces | |
Rcs | |
Macros | |
#define | DEF_EXTENT_PARAM(name, modflag, var) addChild(new PPDSingleVar<double>((name), (modflag), [this](BodyParamInfo& bpi) -> double& {return (var);})) |
#define DEF_EXTENT_PARAM | ( | name, | |
modflag, | |||
var | |||
) | addChild(new PPDSingleVar<double>((name), (modflag), [this](BodyParamInfo& bpi) -> double& {return (var);})) |
Definition at line 41 of file PPDBoxExtents.cpp.