MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / clear

Method clear

Source/ThirdParty/recastnavigation/DetourNode.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void dtNodePool::clear()
84{
85 memset(m_first, 0xff, sizeof(dtNodeIndex)*m_hashSize);
86 m_nodeCount = 0;
87}
88
89unsigned int dtNodePool::findNodes(dtPolyRef id, dtNode** nodes, const int maxNodes)
90{

Callers 15

updateMethod · 0.45
floodRegionFunction · 0.45
expandRegionsFunction · 0.45
sortCellsByLevelFunction · 0.45
mergeRegionsFunction · 0.45
mergeAndFilterRegionsFunction · 0.45
buildPolyDetailFunction · 0.45
seedArrayWithPolyCenterFunction · 0.45
getHeightDataFunction · 0.45
rcBuildContoursFunction · 0.45
initMethod · 0.45

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected