crocoddyl 1.9.0
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
 
Loading...
Searching...
No Matches
ImpulseItemTpl< _Scalar > Struct Template Reference
Collaboration diagram for ImpulseItemTpl< _Scalar >:

Public Types

typedef ImpulseModelAbstractTpl< Scalar > ImpulseModelAbstract
 

Public Member Functions

 ImpulseItemTpl (const std::string &name, boost::shared_ptr< ImpulseModelAbstract > impulse, const bool active=true)
 

Public Attributes

bool active
 
boost::shared_ptr< ImpulseModelAbstractimpulse
 
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. More...
 

Detailed Description

template<typename _Scalar>
struct crocoddyl::ImpulseItemTpl< _Scalar >

Definition at line 24 of file multiple-impulses.hpp.

Member Typedef Documentation

◆ ImpulseModelAbstract

Definition at line 28 of file multiple-impulses.hpp.

Constructor & Destructor Documentation

◆ ImpulseItemTpl() [1/2]

ImpulseItemTpl ( )
inline

Definition at line 30 of file multiple-impulses.hpp.

◆ ImpulseItemTpl() [2/2]

ImpulseItemTpl ( const std::string &  name,
boost::shared_ptr< ImpulseModelAbstract impulse,
const bool  active = true 
)
inline

Definition at line 31 of file multiple-impulses.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const ImpulseItemTpl< Scalar > &  model 
)
friend

Print information on the impulse item.

Definition at line 37 of file multiple-impulses.hpp.

Member Data Documentation

◆ Scalar

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar

Definition at line 27 of file multiple-impulses.hpp.

◆ name

std::string name

Definition at line 42 of file multiple-impulses.hpp.

◆ impulse

boost::shared_ptr<ImpulseModelAbstract> impulse

Definition at line 43 of file multiple-impulses.hpp.

◆ active

bool active

Definition at line 44 of file multiple-impulses.hpp.


The documentation for this struct was generated from the following files: