#include <hpp/core/path-projector/progressive.hh>
Static Public Member Functions | |
static ProgressivePtr_t | create (const core::DistancePtr_t distance, value_type step) |
Protected Member Functions | |
bool | impl_apply (const StraightPathPtr_t path, PathPtr_t &projection) const |
Method to be reimplemented by inherited class. | |
Progressive (const core::DistancePtr_t distance, value_type step) |
hpp::core::pathProjector::Progressive::Progressive | ( | const core::DistancePtr_t | distance, |
value_type | step | ||
) | [protected] |
static ProgressivePtr_t hpp::core::pathProjector::Progressive::create | ( | const core::DistancePtr_t | distance, |
value_type | step | ||
) | [inline, static] |
bool hpp::core::pathProjector::Progressive::impl_apply | ( | const StraightPathPtr_t | path, |
PathPtr_t & | projection | ||
) | const [protected, virtual] |
Method to be reimplemented by inherited class.
Implements hpp::core::PathProjector.