FORM 4.3
|
Public Member Functions | |
MNodeClass (int nnodes, int ncl) | |
void | init (int *cl, int mxdeg, int **adjmat) |
void | copy (MNodeClass *mnc) |
int | clCmp (int nd0, int nd1, int cn) |
void | printMat (void) |
void | mkFlist (void) |
void | mkNdCl (void) |
void | mkClMat (int **adjmat) |
void | incMat (int nd, int td, int val) |
Bool | chkOrd (int nd, int ndc, MNodeClass *cl, int *dtcl) |
int | cmpArray (int *a0, int *a1, int ma) |
Data Fields | |
int | nNodes |
int | nClasses |
int * | clist |
int * | ndcl |
int ** | clmat |
int * | flist |
int | maxdeg |
int | forallignment |
Definition at line 248 of file gentopo.cc.
MNodeClass | ( | int | nnodes, |
int | ncl ) |
Definition at line 274 of file gentopo.cc.
~MNodeClass | ( | ) |
Definition at line 289 of file gentopo.cc.
void init | ( | int * | cl, |
int | mxdeg, | ||
int ** | adjmat ) |
Definition at line 301 of file gentopo.cc.
void copy | ( | MNodeClass * | mnc | ) |
Definition at line 314 of file gentopo.cc.
int clCmp | ( | int | nd0, |
int | nd1, | ||
int | cn ) |
Definition at line 363 of file gentopo.cc.
void printMat | ( | void | ) |
Definition at line 434 of file gentopo.cc.
void mkFlist | ( | void | ) |
Definition at line 335 of file gentopo.cc.
void mkNdCl | ( | void | ) |
Definition at line 349 of file gentopo.cc.
void mkClMat | ( | int ** | adjmat | ) |
Definition at line 383 of file gentopo.cc.
void incMat | ( | int | nd, |
int | td, | ||
int | val ) |
Definition at line 397 of file gentopo.cc.
Bool chkOrd | ( | int | nd, |
int | ndc, | ||
MNodeClass * | cl, | ||
int * | dtcl ) |
Definition at line 404 of file gentopo.cc.
int cmpArray | ( | int * | a0, |
int * | a1, | ||
int | ma ) |
Definition at line 457 of file gentopo.cc.
int nNodes |
Definition at line 250 of file gentopo.cc.
int nClasses |
Definition at line 251 of file gentopo.cc.
int* clist |
Definition at line 252 of file gentopo.cc.
int* ndcl |
Definition at line 253 of file gentopo.cc.
int** clmat |
Definition at line 254 of file gentopo.cc.
int* flist |
Definition at line 255 of file gentopo.cc.
int maxdeg |
Definition at line 256 of file gentopo.cc.
int forallignment |
Definition at line 257 of file gentopo.cc.