gwnavruntime/pathfollower/navtagmovepositiononpathpredicate.h Source File
Go to the documentation of this file.
41 template<
class TNavTag>
64 template<
class TNavTag>
const TNavTag * m_navTag
The NavTag the PositionOnPath is allowed to move on.
Definition: navtagmovepositiononpathpredicate.h:80
const TNavTag * m_navTag
The NavTag the PositionOnPath is allowed to move on.
Definition: navtagmovepositiononpathpredicate.h:58
Interface used to verify a PositionOnPath can be moved forward along the Path.
Definition: imovepositiononpathpredicate.h:17
This predicates allows Move forward to next entry or backward to previous entry of the given NavTag...
Definition: navtagmovepositiononpathpredicate.h:65
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
const NavTag * m_navTag
The NavTag the PositionOnPath is allowed to move on.
Definition: navtagmovepositiononpathpredicate.h:34
This predicates allows Move forward to next entry or backward to previous entry of the given NavTag...
Definition: navtagmovepositiononpathpredicate.h:42
This class aggregates all necessary information to describe a position on a LivePath, namely:
Definition: positiononlivepath.h:43
Default implementation of IMovePositionOnPathPredicate interface based on NavTag. ...
Definition: navtagmovepositiononpathpredicate.h:18
virtual bool CanMoveForward(PositionOnLivePath &positionOnLivePath)
Definition: navtagmovepositiononpathpredicate.cpp:15