Public Types | |
typedef CostModelAbstractTpl< Scalar > | CostModelAbstract |
Public Member Functions | |
CostItemTpl (const std::string &name, std::shared_ptr< CostModelAbstract > cost, const Scalar weight, const bool active=true) | |
Public Attributes | |
bool | active |
std::shared_ptr< CostModelAbstract > | cost |
std::string | name |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Scalar | weight |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CostItemTpl< Scalar > &model) |
Print information on the cost item. | |
Definition at line 25 of file cost-sum.hpp.
typedef CostModelAbstractTpl<Scalar> CostModelAbstract |
Definition at line 29 of file cost-sum.hpp.
|
inline |
Definition at line 31 of file cost-sum.hpp.
|
inline |
Definition at line 32 of file cost-sum.hpp.
|
friend |
Print information on the cost item.
Definition at line 39 of file cost-sum.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 28 of file cost-sum.hpp.
std::string name |
Definition at line 45 of file cost-sum.hpp.
std::shared_ptr<CostModelAbstract> cost |
Definition at line 46 of file cost-sum.hpp.
Scalar weight |
Definition at line 47 of file cost-sum.hpp.
bool active |
Definition at line 48 of file cost-sum.hpp.