MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / StatesInPool

Method StatesInPool

Source/Utils/micropather.cpp:659–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657
658
659void MicroPather::StatesInPool( MP_VECTOR< cPosition >* stateVec )
660{
661 stateVec->clear();
662 pathNodePool.AllStates( frame, stateVec );
663}
664
665
666void PathNodePool::AllStates( unsigned frame, MP_VECTOR< cPosition >* stateVec )

Callers

nothing calls this directly

Calls 2

AllStatesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected