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::Path, including all inherited members.
as(void) | hpp::core::Path | inline |
as(void) const | hpp::core::Path | inline |
at(const value_type &time, ConfigurationOut_t result) const | hpp::core::Path | inline |
checkPath() const | hpp::core::Path | protectedvirtual |
configAtParam(const value_type ¶m, bool &success) const | hpp::core::Path | inlineprotected |
constraints() const | hpp::core::Path | inline |
constraints(const ConstraintSetPtr_t &constraint) | hpp::core::Path | inlineprotected |
copy() const =0 | hpp::core::Path | pure virtual |
copy(const ConstraintSetPtr_t &constraints) const =0 | hpp::core::Path | pure virtual |
derivative(vectorOut_t result, const value_type &time, size_type order) const | hpp::core::Path | |
end() const =0 | hpp::core::Path | pure virtual |
eval(const value_type &time, bool &success) const | hpp::core::Path | inline |
eval(ConfigurationOut_t result, const value_type &time) const | hpp::core::Path | inline |
extract(const interval_t &subInterval) const | hpp::core::Path | |
extract(const value_type &tmin, const value_type &tmax) const | hpp::core::Path | inline |
impl_compute(ConfigurationOut_t configuration, value_type param) const =0 | hpp::core::Path | protectedpure virtual |
impl_derivative(vectorOut_t derivative, const value_type ¶m, size_type order) const | hpp::core::Path | inlineprotectedvirtual |
impl_extract(const interval_t ¶mInterval) const | hpp::core::Path | protectedvirtual |
impl_velocityBound(vectorOut_t bound, const value_type ¶m0, const value_type ¶m1) const | hpp::core::Path | inlineprotectedvirtual |
init(const PathWkPtr_t &self) | hpp::core::Path | protected |
initial() const =0 | hpp::core::Path | pure virtual |
length() const | hpp::core::Path | inlinevirtual |
operator()(const value_type &time) const HPP_CORE_DEPRECATED | hpp::core::Path | inline |
operator()(const value_type &time, bool &success) const | hpp::core::Path | inline |
operator()(ConfigurationOut_t result, const value_type &time) const | hpp::core::Path | inline |
operator<<(std::ostream &os, const Path &path) | hpp::core::Path | friend |
outputDerivativeSize() const | hpp::core::Path | inline |
outputSize() const | hpp::core::Path | inline |
paramLength() const | hpp::core::Path | inlineprotected |
paramRange() const | hpp::core::Path | inline |
paramRange_ | hpp::core::Path | protected |
Path(const interval_t &interval, size_type outputSize, size_type outputDerivativeSize, const ConstraintSetPtr_t &constraints) | hpp::core::Path | protected |
Path(const interval_t &interval, size_type outputSize, size_type outputDerivativeSize) | hpp::core::Path | protected |
Path(const Path &path) | hpp::core::Path | protected |
Path(const Path &path, const ConstraintSetPtr_t &constraints) | hpp::core::Path | protected |
print(std::ostream &os) const | hpp::core::Path | protectedvirtual |
reverse() const | hpp::core::Path | virtual |
timeParameterization(const TimeParameterizationPtr_t &tp, const interval_t &tr) | hpp::core::Path | inline |
timeParameterization() const | hpp::core::Path | inlineprotected |
timeRange() const | hpp::core::Path | inline |
timeRange(const interval_t &timeRange) | hpp::core::Path | inlineprotected |
velocityBound(vectorOut_t result, const value_type &t0, const value_type &t1) const | hpp::core::Path | inline |
~Path() | hpp::core::Path | inlinevirtual |