Public Types | |
| typedef ImpulseModelAbstractTpl< Scalar > | ImpulseModelAbstract |
Public Member Functions | |
| ImpulseItemTpl (const std::string &name, std::shared_ptr< ImpulseModelAbstract > impulse, const bool active=true) | |
| template<typename NewScalar > | |
| ImpulseItemTpl< NewScalar > | cast () const |
Public Attributes | |
| bool | active |
| std::shared_ptr< ImpulseModelAbstract > | impulse |
| std::string | name |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ImpulseItemTpl< Scalar > &model) |
| Print information on the impulse item. | |
Definition at line 19 of file multiple-impulses.hpp.
| typedef ImpulseModelAbstractTpl<Scalar> ImpulseModelAbstract |
Definition at line 23 of file multiple-impulses.hpp.
|
inline |
Definition at line 25 of file multiple-impulses.hpp.
|
inline |
Definition at line 26 of file multiple-impulses.hpp.
|
inline |
Definition at line 32 of file multiple-impulses.hpp.
|
friend |
Print information on the impulse item.
Definition at line 41 of file multiple-impulses.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 22 of file multiple-impulses.hpp.
| std::string name |
Definition at line 47 of file multiple-impulses.hpp.
| std::shared_ptr<ImpulseModelAbstract> impulse |
Definition at line 48 of file multiple-impulses.hpp.
| bool active |
Definition at line 49 of file multiple-impulses.hpp.