Plasma Engine  2.0
Loading...
Searching...
No Matches
plPathSearch< PathStateType > Member List

This is the complete list of members for plPathSearch< PathStateType >, including all inherited members.

AddPathNode(plInt64 iNodeIndex, const PathStateType &NewState)plPathSearch< PathStateType >
FindClosest(plInt64 iStartNodeIndex, const PathStateType &StartState, IsSearchedObjectCallback Callback, plDeque< PathResultData > &out_Path, float fMaxPathCost=plMath::Infinity< float >())plPathSearch< PathStateType >
FindPath(plInt64 iStartNodeIndex, const PathStateType &StartState, plInt64 iTargetNodeIndex, plDeque< PathResultData > &out_Path, float fMaxPathCost=plMath::Infinity< float >())plPathSearch< PathStateType >
IsSearchedObjectCallback typedefplPathSearch< PathStateType >
SetPathStateGenerator(plPathStateGenerator< PathStateType > *pStateGenerator)plPathSearch< PathStateType >inline