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

Method OpenQueue

Source/Utils/micropather.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50{
51 public:
52 OpenQueue( Graph* _graph )
53 {
54 graph = _graph;
55 sentinel = (PathNode*) sentinelMem;
56 sentinel->InitSentinel();
57 #ifdef DEBUG
58 sentinel->CheckList();
59 #endif
60 }
61 ~OpenQueue() {}
62
63 void Push( PathNode* pNode );

Callers

nothing calls this directly

Calls 2

InitSentinelMethod · 0.80
CheckListMethod · 0.80

Tested by

no test coverage detected