switch.cpp
Go to the documentation of this file.
1 // Copyright (c) 2017, Joseph Mirabel
2 // Authors: Joseph Mirabel (joseph.mirabel@laas.fr)
3 
4 #include <dynamic-graph/factory.h>
5 
6 #include <sot/core/switch.hh>
7 
8 #include "type-name-helper.hh"
9 
10 namespace dynamicgraph {
11 namespace sot {
12 template <typename Tin, typename Tout, typename Time>
15 }
16 template <typename Tin, typename Tout, typename Time>
19 }
20 
21 template class VariadicAbstract<Vector, Vector, int>;
22 
24 template <>
25 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(SwitchVector, "SwitchVector");
26 
28 
30 template <>
31 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(SwitchBool, "SwitchBoolean");
32 
34 
36 template <>
37 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(SwitchMatrixHomogeneous,
38  "SwitchMatrixHomogeneous");
39 } // namespace sot
40 } // namespace dynamicgraph
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(FeaturePosture, "FeaturePosture")
Switch< MatrixHomogeneous, int > SwitchMatrixHomogeneous
Definition: switch.cpp:35
Switch< bool, int > SwitchBool
Definition: switch.cpp:29
static std::string getTypeOutName(void)
Definition: operator.hh:826
Switch< Vector, int > SwitchVector
Definition: switch.cpp:23
static std::string getTypeInName(void)
Definition: operator.hh:822


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26