constant.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2010 CNRS
3  *
4  * Florent Lamiraux
5  */
6 
7 #ifndef DG_TUTORIAL_CONSTANT_HH
8 #define DG_TUTORIAL_CONSTANT_HH
9 
10 namespace dynamicgraph {
11 namespace tutorial {
12 class Constant {
13  public:
14  static const double gravity;
15 };
16 } // namespace tutorial
17 } // namespace dynamicgraph
18 
19 #endif // DG_TUTORIAL_CONSTANT_HH
dynamicgraph
dynamicgraph::tutorial::Constant::gravity
static const double gravity
Definition: constant.hh:14
dynamicgraph::tutorial::Constant
Definition: constant.hh:12


dynamic-graph-tutorial
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Tue Jun 20 2023 02:35:58