![]() |
Plasma Engine
2.0
|
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 typedef | plPathSearch< PathStateType > | |
| SetPathStateGenerator(plPathStateGenerator< PathStateType > *pStateGenerator) | plPathSearch< PathStateType > | inline |