FORM 4.3
Public Member Functions | Data Fields
MNodeClass Class Reference

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
 

Detailed Description

Definition at line 248 of file gentopo.cc.

Constructor & Destructor Documentation

◆ MNodeClass()

MNodeClass ( int nnodes,
int ncl )

Definition at line 274 of file gentopo.cc.

◆ ~MNodeClass()

~MNodeClass ( )

Definition at line 289 of file gentopo.cc.

Member Function Documentation

◆ init()

void init ( int * cl,
int mxdeg,
int ** adjmat )

Definition at line 301 of file gentopo.cc.

◆ copy()

void copy ( MNodeClass * mnc)

Definition at line 314 of file gentopo.cc.

◆ clCmp()

int clCmp ( int nd0,
int nd1,
int cn )

Definition at line 363 of file gentopo.cc.

◆ printMat()

void printMat ( void )

Definition at line 434 of file gentopo.cc.

◆ mkFlist()

void mkFlist ( void )

Definition at line 335 of file gentopo.cc.

◆ mkNdCl()

void mkNdCl ( void )

Definition at line 349 of file gentopo.cc.

◆ mkClMat()

void mkClMat ( int ** adjmat)

Definition at line 383 of file gentopo.cc.

◆ incMat()

void incMat ( int nd,
int td,
int val )

Definition at line 397 of file gentopo.cc.

◆ chkOrd()

Bool chkOrd ( int nd,
int ndc,
MNodeClass * cl,
int * dtcl )

Definition at line 404 of file gentopo.cc.

◆ cmpArray()

int cmpArray ( int * a0,
int * a1,
int ma )

Definition at line 457 of file gentopo.cc.

Field Documentation

◆ nNodes

int nNodes

Definition at line 250 of file gentopo.cc.

◆ nClasses

int nClasses

Definition at line 251 of file gentopo.cc.

◆ clist

int* clist

Definition at line 252 of file gentopo.cc.

◆ ndcl

int* ndcl

Definition at line 253 of file gentopo.cc.

◆ clmat

int** clmat

Definition at line 254 of file gentopo.cc.

◆ flist

int* flist

Definition at line 255 of file gentopo.cc.

◆ maxdeg

int maxdeg

Definition at line 256 of file gentopo.cc.

◆ forallignment

int forallignment

Definition at line 257 of file gentopo.cc.


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