ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PQueueType Struct Reference

#include <struct.h>

Collaboration diagram for PQueueType:

Public Attributes

int type
 
int nnodes
 
int maxnodes
 
int mustfree
 
int pgainspan
 
int ngainspan
 
int maxgain
 
ListNodeTypenodes
 
ListNodeType ** buckets
 
KeyValueTypeheap
 
idxtypelocator
 

Detailed Description

Definition at line 61 of file struct.h.

Member Data Documentation

◆ buckets

ListNodeType** PQueueType::buckets

◆ heap

◆ locator

idxtype* PQueueType::locator

◆ maxgain

int PQueueType::maxgain

◆ maxnodes

int PQueueType::maxnodes

Definition at line 64 of file struct.h.

Referenced by CheckHeap(), PQueueFree(), PQueueInit(), and PQueueReset().

◆ mustfree

int PQueueType::mustfree

Definition at line 65 of file struct.h.

Referenced by PQueueFree(), and PQueueInit().

◆ ngainspan

int PQueueType::ngainspan

◆ nnodes

◆ nodes

ListNodeType* PQueueType::nodes

Definition at line 70 of file struct.h.

Referenced by PQueueDelete(), PQueueFree(), PQueueInit(), PQueueInsert(), and PQueueUpdateUp().

◆ pgainspan

int PQueueType::pgainspan

Definition at line 68 of file struct.h.

Referenced by PQueueFree(), PQueueInit(), and PQueueReset().

◆ type


The documentation for this struct was generated from the following file: