hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
This is the complete list of members for hpp::core::ConstraintSet, including all inherited members.
addConstraint(const ConstraintPtr_t &constraint) | hpp::core::ConstraintSet | inline |
apply(ConfigurationOut_t configuration) | hpp::core::Constraint | |
begin() | hpp::core::ConstraintSet | inline |
compressMatrix(matrixIn_t normal, matrixOut_t small, bool rows=true) const | hpp::core::ConstraintSet | |
compressVector(vectorIn_t normal, vectorOut_t small) const | hpp::core::ConstraintSet | |
configProjector() const | hpp::core::ConstraintSet | |
Constraint(const std::string &name) | hpp::core::Constraint | inlineprotected |
Constraint(const Constraint &constraint) | hpp::core::Constraint | inlineprotected |
ConstraintSet(const DevicePtr_t &robot, const std::string &name) | hpp::core::ConstraintSet | protected |
ConstraintSet(const ConstraintSet &other) | hpp::core::ConstraintSet | protected |
copy() const | hpp::core::ConstraintSet | virtual |
create(const DevicePtr_t &robot, const std::string &name) | hpp::core::ConstraintSet | inlinestatic |
createCopy(const ConstraintSetPtr_t &cs) | hpp::core::ConstraintSet | inlinestatic |
end() | hpp::core::ConstraintSet | inline |
impl_compute(ConfigurationOut_t configuration) | hpp::core::ConstraintSet | protectedvirtual |
init(const ConstraintSetPtr_t &self) | hpp::core::ConstraintSet | inlineprotected |
hpp::core::Constraint::init(const ConstraintPtr_t &self) | hpp::core::Constraint | inlineprotected |
isSatisfied(ConfigurationIn_t config) | hpp::core::ConstraintSet | virtual |
isSatisfied(ConfigurationIn_t config, vector_t &error) | hpp::core::ConstraintSet | virtual |
name() const | hpp::core::Constraint | inline |
numberNonLockedDof() const | hpp::core::ConstraintSet | |
print(std::ostream &os) const | hpp::core::ConstraintSet | protectedvirtual |
uncompressMatrix(matrixIn_t small, matrixOut_t normal, bool rows=true) const | hpp::core::ConstraintSet | |
uncompressVector(vectorIn_t small, vectorOut_t normal) const | hpp::core::ConstraintSet | |
~Constraint() | hpp::core::Constraint | inlinevirtual |