20 #ifndef _BOOST_PARAMETERS_H_
21 #define _BOOST_PARAMETERS_H_
24 #define BOOST_PARAMETER_MAX_ARITY 10
26 #include <boost/parameter/name.hpp>
27 #include <boost/parameter/keyword.hpp>
28 #include <boost/parameter/preprocessor.hpp>
32 BOOST_PARAMETER_NAME(scaleLength)
33 BOOST_PARAMETER_NAME(scaleSize)
34 BOOST_PARAMETER_NAME(type)
35 BOOST_PARAMETER_NAME(referencePoint)
36 BOOST_PARAMETER_NAME(diffuseColor)
37 BOOST_PARAMETER_NAME(transparency)
38 BOOST_PARAMETER_NAME(size)
39 BOOST_PARAMETER_NAME(offset)
40 BOOST_PARAMETER_NAME(length)
41 BOOST_PARAMETER_NAME(xLength)
42 BOOST_PARAMETER_NAME(yLength)
43 BOOST_PARAMETER_NAME(zLength)
44 BOOST_PARAMETER_NAME(polynomialPoints)
45 BOOST_PARAMETER_NAME(circularPoints)
46 BOOST_PARAMETER_NAME(numberOfCoils)
47 BOOST_PARAMETER_NAME(nominalLength)
48 BOOST_PARAMETER_NAME(springRadius)
49 BOOST_PARAMETER_NAME(scaleFactor)
50 BOOST_PARAMETER_NAME(crossSectionRadius)
51 BOOST_PARAMETER_NAME(nodes)
52 BOOST_PARAMETER_NAME(etaNodes)
53 BOOST_PARAMETER_NAME(xiNodes)
54 BOOST_PARAMETER_NAME(minimalColorValue)
55 BOOST_PARAMETER_NAME(maximalColorValue)