ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccgraph.c File Reference
#include "metis.h"
Include dependency graph for ccgraph.c:

Go to the source code of this file.

Functions

void CreateCoarseGraph (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
void CreateCoarseGraphNoMask (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
void CreateCoarseGraph_NVW (CtrlType *ctrl, GraphType *graph, int cnvtxs, idxtype *match, idxtype *perm)
 
GraphTypeSetUpCoarseGraph (GraphType *graph, int cnvtxs, int dovsize)
 
void ReAdjustMemory (GraphType *graph, GraphType *cgraph, int dovsize)
 

Function Documentation

◆ CreateCoarseGraph()

◆ CreateCoarseGraph_NVW()

◆ CreateCoarseGraphNoMask()

◆ ReAdjustMemory()

◆ SetUpCoarseGraph()