![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <struct.h>

Public Attributes | |
| int | type |
| int | nnodes |
| int | maxnodes |
| int | mustfree |
| int | pgainspan |
| int | ngainspan |
| int | maxgain |
| ListNodeType * | nodes |
| ListNodeType ** | buckets |
| KeyValueType * | heap |
| idxtype * | locator |
| ListNodeType** PQueueType::buckets |
Definition at line 71 of file struct.h.
Referenced by PQueueDelete(), PQueueFree(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueSeeMax(), and PQueueUpdateUp().
| KeyValueType* PQueueType::heap |
Definition at line 74 of file struct.h.
Referenced by CheckHeap(), PQueueDelete(), PQueueGetKey(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueSeeMax(), PQueueUpdate(), and PQueueUpdateUp().
| idxtype* PQueueType::locator |
Definition at line 75 of file struct.h.
Referenced by CheckHeap(), PQueueDelete(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueUpdate(), and PQueueUpdateUp().
| int PQueueType::maxgain |
Definition at line 69 of file struct.h.
Referenced by PQueueDelete(), PQueueGetKey(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueSeeMax(), and PQueueUpdateUp().
| int PQueueType::maxnodes |
Definition at line 64 of file struct.h.
Referenced by CheckHeap(), PQueueFree(), PQueueInit(), and PQueueReset().
| int PQueueType::mustfree |
Definition at line 65 of file struct.h.
Referenced by PQueueFree(), and PQueueInit().
| int PQueueType::ngainspan |
Definition at line 68 of file struct.h.
Referenced by PQueueDelete(), PQueueFree(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), and PQueueUpdateUp().
| int PQueueType::nnodes |
Definition at line 63 of file struct.h.
Referenced by CheckHeap(), PQueueDelete(), PQueueGetKey(), PQueueGetMax(), PQueueGetSize(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueSeeMax(), PQueueUpdate(), and PQueueUpdateUp().
| ListNodeType* PQueueType::nodes |
Definition at line 70 of file struct.h.
Referenced by PQueueDelete(), PQueueFree(), PQueueInit(), PQueueInsert(), and PQueueUpdateUp().
| int PQueueType::pgainspan |
Definition at line 68 of file struct.h.
Referenced by PQueueFree(), PQueueInit(), and PQueueReset().
| int PQueueType::type |
Definition at line 62 of file struct.h.
Referenced by PQueueDelete(), PQueueFree(), PQueueGetKey(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueSeeMax(), PQueueUpdate(), and PQueueUpdateUp().