dynamic-graph  4.4.3
Dynamic graph library
all-commands.h
1 // -*- mode: c++ -*-
2 // Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST
3 // Thomas Moulard, Nicolas Mansard LAAS-CNRS
4 //
5 
6 #ifndef DYNAMIC_GRAPH_ALL_COMMANDS_H
7 #define DYNAMIC_GRAPH_ALL_COMMANDS_H
8 
9 // Utility header files including all commands headers
10 
11 #include <dynamic-graph/command-bind.h>
12 #include <dynamic-graph/command-direct-getter.h>
13 #include <dynamic-graph/command-direct-setter.h>
14 #include <dynamic-graph/command-getter.h>
15 #include <dynamic-graph/command-setter.h>
16 #include <dynamic-graph/command.h>
17 
18 #endif