ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
struct.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ChainType
 
struct  KeyValueType
 
struct  ListNodeType
 
struct  PQueueType
 
struct  edegreedef
 
struct  vedegreedef
 
struct  workspacedef
 
struct  rinfodef
 
struct  vrinfodef
 
struct  nrinfodef
 
struct  graphdef
 
struct  controldef
 
struct  vpwgtdef
 

Macros

#define MAXIDX   (1<<8*sizeof(idxtype)-2)
 

Typedefs

typedef int idxtype
 
typedef struct ChainType Chains
 
typedef struct KeyValueType KeyValueType
 
typedef struct ListNodeType ListNodeType
 
typedef struct PQueueType PQueueType
 
typedef struct edegreedef EDegreeType
 
typedef struct vedegreedef VEDegreeType
 
typedef struct workspacedef WorkSpaceType
 
typedef struct rinfodef RInfoType
 
typedef struct vrinfodef VRInfoType
 
typedef struct nrinfodef NRInfoType
 
typedef struct graphdef GraphType
 
typedef double timer
 
typedef struct controldef CtrlType
 
typedef struct vpwgtdef VPInfoType
 

Macro Definition Documentation

◆ MAXIDX

#define MAXIDX   (1<<8*sizeof(idxtype)-2)

Definition at line 19 of file struct.h.

Typedef Documentation

◆ Chains

typedef struct ChainType Chains

Definition at line 17 of file struct.h.

◆ CtrlType

typedef struct controldef CtrlType

Definition at line 215 of file struct.h.

◆ EDegreeType

typedef struct edegreedef EDegreeType

Definition at line 17 of file struct.h.

◆ GraphType

typedef struct graphdef GraphType

Definition at line 17 of file struct.h.

◆ idxtype

typedef int idxtype

Definition at line 17 of file struct.h.

◆ KeyValueType

typedef struct KeyValueType KeyValueType

Definition at line 17 of file struct.h.

◆ ListNodeType

typedef struct ListNodeType ListNodeType

Definition at line 17 of file struct.h.

◆ NRInfoType

typedef struct nrinfodef NRInfoType

Definition at line 17 of file struct.h.

◆ PQueueType

typedef struct PQueueType PQueueType

Definition at line 17 of file struct.h.

◆ RInfoType

typedef struct rinfodef RInfoType

Definition at line 17 of file struct.h.

◆ timer

typedef double timer

Definition at line 215 of file struct.h.

◆ VEDegreeType

typedef struct vedegreedef VEDegreeType

Definition at line 17 of file struct.h.

◆ VPInfoType

typedef struct vpwgtdef VPInfoType

Definition at line 215 of file struct.h.

◆ VRInfoType

typedef struct vrinfodef VRInfoType

Definition at line 17 of file struct.h.

◆ WorkSpaceType

typedef struct workspacedef WorkSpaceType

Definition at line 17 of file struct.h.