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) | |
| template<typename NewScalar > | |
| CostItemTpl< NewScalar > | cast () const |
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 19 of file cost-sum.hpp.
| typedef CostModelAbstractTpl<Scalar> CostModelAbstract |
Definition at line 23 of file cost-sum.hpp.
|
inline |
Definition at line 25 of file cost-sum.hpp.
|
inline |
Definition at line 26 of file cost-sum.hpp.
|
inline |
Definition at line 31 of file cost-sum.hpp.
|
friend |
Print information on the cost item.
Definition at line 41 of file cost-sum.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 22 of file cost-sum.hpp.
| std::string name |
Definition at line 47 of file cost-sum.hpp.
| std::shared_ptr<CostModelAbstract> cost |
Definition at line 48 of file cost-sum.hpp.
| Scalar weight |
Definition at line 49 of file cost-sum.hpp.
| bool active |
Definition at line 50 of file cost-sum.hpp.