Public Types | |
typedef ConstraintModelAbstractTpl< Scalar > | ConstraintModelAbstract |
Public Member Functions | |
ConstraintItemTpl (const std::string &name, std::shared_ptr< ConstraintModelAbstract > constraint, bool active=true) | |
template<typename NewScalar > | |
ConstraintItemTpl< NewScalar > | cast () const |
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 17 of file constraint-manager.hpp.
typedef ConstraintModelAbstractTpl<Scalar> ConstraintModelAbstract |
Definition at line 21 of file constraint-manager.hpp.
|
inline |
Definition at line 23 of file constraint-manager.hpp.
|
inline |
Definition at line 24 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 39 of file constraint-manager.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 20 of file constraint-manager.hpp.
std::string name |
Definition at line 45 of file constraint-manager.hpp.
std::shared_ptr<ConstraintModelAbstract> constraint |
Definition at line 46 of file constraint-manager.hpp.
bool active |
Definition at line 47 of file constraint-manager.hpp.