- 3.0.2 rigid body dynamics module.
TraitSelectorSpecs.h
Go to the documentation of this file.
1
/**********************************************************************************************************************
2
This file is part of the Control Toolbox (https://github.com/ethz-adrl/control-toolbox), copyright by ETH Zurich.
3
Licensed under the BSD-2 license (see LICENSE file in main directory)
4
**********************************************************************************************************************/
5
6
#pragma once
7
8
#ifdef CPPADCG
9
#include "CppADCodegenTrait.h"
10
#endif
11
#ifdef CPPAD
12
#include "CppADDoubleTrait.h"
13
#endif
14
#include <
iit/rbd/traits/TraitSelector.h
>
15
16
namespace
iit
{
17
namespace
rbd {
18
namespace
tpl {
19
20
#ifdef CPPAD
21
template
<>
22
struct
TraitSelector<CppAD::AD<double>>
23
{
24
typedef
ct::rbd::internal::CppADDoubleTrait
Trait;
25
};
26
#endif
27
28
#ifdef CPPADCG
29
template
<>
30
struct
TraitSelector<CppAD::AD<CppAD::cg::CG<double>>>
31
{
32
typedef
ct::rbd::internal::CppADCodegenTrait
Trait;
33
};
34
#endif
35
36
}
//namespace tpl
37
}
// namespace rbd
38
}
// namespace iit
ct::core::internal::CppADCodegenTrait
TraitSelector.h
iit
ct::core::internal::CppADDoubleTrait
include
ct
rbd
internal
TraitSelectorSpecs.h
Generated on Wed Feb 19 2020 15:14:47 by
1.8.13