![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "metis.h"
Go to the source code of this file.
Functions | |
| float | ComputeRAsso (GraphType *graph, idxtype *where, int npart) |
| float | ComputeNCut (GraphType *graph, idxtype *where, int npart) |
| int | ComputeCut (GraphType *graph, idxtype *where) |
| int | CheckBnd (GraphType *graph) |
| int | CheckBnd2 (GraphType *graph) |
| int | CheckNodeBnd (GraphType *graph, int onbnd) |
| int | CheckRInfo (RInfoType *rinfo) |
| int | CheckNodePartitionParams (GraphType *graph) |
| int | IsSeparable (GraphType *graph) |
| int CheckBnd | ( | GraphType * | graph | ) |
Definition at line 145 of file debug.c.
References graphdef::adjncy, ASSERT, ASSERTP, graphdef::bndind, graphdef::bndptr, graphdef::nbnd, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
| int CheckBnd2 | ( | GraphType * | graph | ) |
Definition at line 181 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, ASSERT, ASSERTP, graphdef::bndind, graphdef::bndptr, graphdef::nbnd, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
| int CheckNodeBnd | ( | GraphType * | graph, |
| int | onbnd | ||
| ) |
Definition at line 216 of file debug.c.
References graphdef::adjncy, ASSERTP, graphdef::bndind, graphdef::bndptr, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
| int CheckNodePartitionParams | ( | GraphType * | graph | ) |
Definition at line 269 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, nrinfodef::edegrees, graphdef::nrinfo, graphdef::nvtxs, graphdef::pwgts, graphdef::vwgt, graphdef::where, and graphdef::xadj.
| int CheckRInfo | ( | RInfoType * | rinfo | ) |
Definition at line 252 of file debug.c.
References ASSERTP, rinfodef::edegrees, rinfodef::ndegrees, and edegreedef::pid.
Definition at line 119 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, NULL, graphdef::nvtxs, and graphdef::xadj.
Definition at line 67 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, idxsmalloc, NULL, graphdef::nvtxs, result, and graphdef::xadj.
Referenced by MLKKMRefine().
Definition at line 20 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, clusterSize(), idxsmalloc, NULL, graphdef::nvtxs, result, and graphdef::xadj.
Referenced by MLKKMRefine().
| int IsSeparable | ( | GraphType * | graph | ) |
Definition at line 316 of file debug.c.
References graphdef::adjncy, ASSERTP, graphdef::nvtxs, graphdef::where, and graphdef::xadj.