GT RoboCup SSL
Soccer software, robot firmware
|
This is the complete list of members for Planning::CompositePath, including all inherited members.
_debugText (defined in Planning::Path) | Planning::Path | protected |
_startTime (defined in Planning::Path) | Planning::Path | protected |
append(std::unique_ptr< Path > path) | Planning::CompositePath | |
append(std::unique_ptr< Path > path, Args... args) (defined in Planning::CompositePath) | Planning::CompositePath | inline |
clone() const override | Planning::CompositePath | virtual |
CompositePath() | Planning::CompositePath | inline |
CompositePath(std::unique_ptr< Path > path) | Planning::CompositePath | |
CompositePath(std::unique_ptr< Path > path, Args... args) (defined in Planning::CompositePath) | Planning::CompositePath | inline |
draw(DebugDrawer *constdebug_drawer, const QColor &color=Qt::black, const QString &layer="Motion") const override | Planning::CompositePath | virtual |
drawDebugText(DebugDrawer *debug_drawer, const QColor &color=Qt::darkCyan, const QString &layer="PathDebugText") const (defined in Planning::Path) | Planning::Path | virtual |
end() const override | Planning::CompositePath | virtual |
eval(RJ::Seconds t) const override (defined in Planning::CompositePath) | Planning::CompositePath | protectedvirtual |
evalRate (defined in Planning::Path) | Planning::Path | protected |
evaluate(RJ::Seconds t) const | Planning::Path | inline |
getDuration() const override | Planning::CompositePath | virtual |
getSlowedDuration() const (defined in Planning::Path) | Planning::Path | inline |
hit(const Geometry2d::ShapeSet &shape, RJ::Seconds startTimeIntoPath, RJ::Seconds *hitTime) const override | Planning::CompositePath | 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 override | Planning::CompositePath | virtual |
startTime() const | Planning::Path | inlinevirtual |
subPath(RJ::Seconds startTime=0ms, RJ::Seconds endTime=RJ::Seconds::max()) const override | Planning::CompositePath | virtual |
~Path() (defined in Planning::Path) | Planning::Path | inlinevirtual |