Public Types | |
typedef ConstraintModelAbstractTpl< Scalar > | ConstraintModelAbstract |
Public Member Functions | |
ConstraintItemTpl (const std::string &name, std::shared_ptr< ConstraintModelAbstract > constraint, bool active=true) | |
Public Attributes | |
bool | active |
std::shared_ptr< ConstraintModelAbstract > | constraint |
std::string | name |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ConstraintItemTpl< Scalar > &model) |
Print information on the constraint item. | |
Definition at line 23 of file constraint-manager.hpp.
typedef ConstraintModelAbstractTpl<Scalar> ConstraintModelAbstract |
Definition at line 27 of file constraint-manager.hpp.
|
inline |
Definition at line 29 of file constraint-manager.hpp.
|
inline |
Definition at line 30 of file constraint-manager.hpp.
|
friend |
Print information on the constraint item.
Definition at line 38 of file constraint-manager.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 26 of file constraint-manager.hpp.
std::string name |
Definition at line 44 of file constraint-manager.hpp.
std::shared_ptr<ConstraintModelAbstract> constraint |
Definition at line 45 of file constraint-manager.hpp.
bool active |
Definition at line 46 of file constraint-manager.hpp.