30 #define __parameter_H 1
32 #include <boost/parameter.hpp>
33 #include <boost/parameter/keyword.hpp>
38 namespace parameter = boost::parameter;
41 BOOST_PARAMETER_TEMPLATE_KEYWORD( dim )
42 BOOST_PARAMETER_TEMPLATE_KEYWORD( order )
43 BOOST_PARAMETER_TEMPLATE_KEYWORD( value_type )
44 BOOST_PARAMETER_TEMPLATE_KEYWORD( convex_type )
45 BOOST_PARAMETER_TEMPLATE_KEYWORD( points_type )
46 BOOST_PARAMETER_TEMPLATE_KEYWORD( cont_type )