LocalTrajectory Class Reference

#include <armarx/navigation/core/Trajectory.h>

Public Member Functions

Evaluation evaluate (const DateTime &timestamp) const
 
 LocalTrajectory ()=default
 
 LocalTrajectory (const std::vector< LocalTrajectoryPoint > &points)
 
std::vector< LocalTrajectoryPoint > & mutablePoints ()
 
const std::vector< LocalTrajectoryPoint > & points () const
 

Detailed Description

Definition at line 167 of file Trajectory.h.

Constructor & Destructor Documentation

◆ LocalTrajectory() [1/2]

LocalTrajectory ( )
default

◆ LocalTrajectory() [2/2]

LocalTrajectory ( const std::vector< LocalTrajectoryPoint > &  points)
inline

Definition at line 172 of file Trajectory.h.

Member Function Documentation

◆ evaluate()

Evaluation evaluate ( const DateTime timestamp) const

Definition at line 849 of file Trajectory.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mutablePoints()

std::vector< LocalTrajectoryPoint > & mutablePoints ( )

Definition at line 843 of file Trajectory.cpp.

◆ points()

const std::vector< LocalTrajectoryPoint > & points ( ) const

Definition at line 837 of file Trajectory.cpp.

+ Here is the caller graph for this function:

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