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

#include <struct.h>

Collaboration diagram for ListNodeType:

Public Attributes

int id
 
struct ListNodeTypeprev
 
struct ListNodeTypenext
 

Detailed Description

Definition at line 48 of file struct.h.

Member Data Documentation

◆ id

int ListNodeType::id

Definition at line 49 of file struct.h.

Referenced by PQueueGetMax(), PQueueInit(), and PQueueSeeMax().

◆ next

struct ListNodeType * ListNodeType::next

Definition at line 50 of file struct.h.

Referenced by PQueueDelete(), PQueueGetMax(), PQueueInsert(), and PQueueUpdateUp().

◆ prev

struct ListNodeType* ListNodeType::prev

Definition at line 50 of file struct.h.

Referenced by PQueueDelete(), PQueueGetMax(), PQueueInsert(), and PQueueUpdateUp().


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