hpp::core::pathProjector::Progressive Class Reference

#include <hpp/core/path-projector/progressive.hh>

Inheritance diagram for hpp::core::pathProjector::Progressive:
Collaboration diagram for hpp::core::pathProjector::Progressive:

List of all members.

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)

Constructor & Destructor Documentation

hpp::core::pathProjector::Progressive::Progressive ( const core::DistancePtr_t  distance,
value_type  step 
) [protected]

Member Function Documentation

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.