20#ifndef _BOOST_PARAMETERS_H_
21#define _BOOST_PARAMETERS_H_
24#define BOOST_PARAMETER_MAX_ARITY 12
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(components)
36 BOOST_PARAMETER_NAME(referencePoint)
37 BOOST_PARAMETER_NAME(diffuseColor)
38 BOOST_PARAMETER_NAME(transparency)
39 BOOST_PARAMETER_NAME(size)
40 BOOST_PARAMETER_NAME(offset)
41 BOOST_PARAMETER_NAME(length)
42 BOOST_PARAMETER_NAME(xLength)
43 BOOST_PARAMETER_NAME(yLength)
44 BOOST_PARAMETER_NAME(zLength)
45 BOOST_PARAMETER_NAME(polynomialPoints)
46 BOOST_PARAMETER_NAME(circularPoints)
47 BOOST_PARAMETER_NAME(numberOfCoils)
48 BOOST_PARAMETER_NAME(nominalLength)
49 BOOST_PARAMETER_NAME(springRadius)
50 BOOST_PARAMETER_NAME(scaleFactor)
51 BOOST_PARAMETER_NAME(crossSectionRadius)
52 BOOST_PARAMETER_NAME(nodes)
53 BOOST_PARAMETER_NAME(etaNodes)
54 BOOST_PARAMETER_NAME(xiNodes)
55 BOOST_PARAMETER_NAME(minimalColorValue)
56 BOOST_PARAMETER_NAME(maximalColorValue)
57 BOOST_PARAMETER_NAME(filled)
58 BOOST_PARAMETER_NAME(colorRepresentation)
59 BOOST_PARAMETER_NAME(sideOfInteraction)
60 BOOST_PARAMETER_NAME(pointSize)
61 BOOST_PARAMETER_NAME(lineWidth)
62 BOOST_PARAMETER_NAME(path)
namespace MBSim
Definition: bilateral_constraint.cc:30