GT RoboCup SSL
Soccer software, robot firmware
|
This is the complete list of members for Planning::Path, including all inherited members.
_debugText (defined in Planning::Path) | Planning::Path | protected |
_startTime (defined in Planning::Path) | Planning::Path | protected |
clone() const =0 | Planning::Path | pure virtual |
draw(DebugDrawer *const debug_drawer, const QColor &color=Qt::black, const QString &layer="Motion") const | Planning::Path | virtual |
drawDebugText(DebugDrawer *debug_drawer, const QColor &color=Qt::darkCyan, const QString &layer="PathDebugText") const (defined in Planning::Path) | Planning::Path | virtual |
end() const =0 | Planning::Path | pure virtual |
eval(RJ::Seconds t) const =0 (defined in Planning::Path) | Planning::Path | protectedpure virtual |
evalRate (defined in Planning::Path) | Planning::Path | protected |
evaluate(RJ::Seconds t) const | Planning::Path | inline |
getDuration() const =0 | Planning::Path | pure virtual |
getSlowedDuration() const (defined in Planning::Path) | Planning::Path | inline |
hit(const Geometry2d::ShapeSet &obstacles, RJ::Seconds startTimeIntoPath, RJ::Seconds *hitTime=nullptr) const =0 | Planning::Path | pure virtual |
iterator(RJ::Time startTime, RJ::Seconds deltaT) const (defined in Planning::Path) | Planning::Path | virtual |
Path(RJ::Time startTime=RJ::now()) (defined in Planning::Path) | Planning::Path | inline |
pathsIntersect(const std::vector< DynamicObstacle > &paths, RJ::Time startTime, Geometry2d::Point *hitLocation, RJ::Seconds *hitTime) const (defined in Planning::Path) | Planning::Path | virtual |
setDebugText(QString string) (defined in Planning::Path) | Planning::Path | inlinevirtual |
setStartTime(RJ::Time t) (defined in Planning::Path) | Planning::Path | inlinevirtual |
slow(float multiplier, RJ::Seconds timeInto=RJ::Seconds::zero()) (defined in Planning::Path) | Planning::Path | |
start() const =0 | Planning::Path | pure virtual |
startTime() const | Planning::Path | inlinevirtual |
subPath(RJ::Seconds startTime=0ms, RJ::Seconds endTime=RJ::Seconds::max()) const =0 | Planning::Path | pure virtual |
~Path() (defined in Planning::Path) | Planning::Path | inlinevirtual |