Public Member Functions | Private Member Functions
robot_controllers::TrajectorySampler Class Reference

Base class for samplers of trajectories. More...

#include <trajectory.h>

Inheritance diagram for robot_controllers::TrajectorySampler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual double end_time ()=0
 Get the end time of our trajectory.
virtual Trajectory getTrajectory ()=0
 Get the trajectory that we are sampling from.
virtual TrajectoryPoint sample (double time)=0
 Sample from this trajectory.
 TrajectorySampler ()
 Construct a trajectory sampler.
virtual ~TrajectorySampler ()

Private Member Functions

TrajectorySampleroperator= (const TrajectorySampler &)
 TrajectorySampler (const TrajectorySampler &)

Detailed Description

Base class for samplers of trajectories.

Definition at line 307 of file trajectory.h.


Constructor & Destructor Documentation

Construct a trajectory sampler.

Definition at line 311 of file trajectory.h.

Definition at line 312 of file trajectory.h.


Member Function Documentation

virtual double robot_controllers::TrajectorySampler::end_time ( ) [pure virtual]

Get the end time of our trajectory.

Implemented in robot_controllers::SplineTrajectorySampler.

Get the trajectory that we are sampling from.

Implemented in robot_controllers::SplineTrajectorySampler.

TrajectorySampler& robot_controllers::TrajectorySampler::operator= ( const TrajectorySampler ) [private]
virtual TrajectoryPoint robot_controllers::TrajectorySampler::sample ( double  time) [pure virtual]

Sample from this trajectory.

Implemented in robot_controllers::SplineTrajectorySampler.


The documentation for this class was generated from the following file:


robot_controllers
Author(s): Michael Ferguson
autogenerated on Wed Jun 14 2017 04:09:10