FORM 4.3
Public Member Functions | Data Fields
MGraph Class Reference

Public Member Functions

 MGraph (int pid, int ncl, int *cldeg, int *clnum, int *clext, int sopi)
 
long generate (void)
 

Data Fields

int pId
 
int nNodes
 
int nEdges
 
int nLoops
 
MNode ** nodes
 
int * clist
 
int nClasses
 
int mindeg
 
int maxdeg
 
int selOPI
 
long ndiag
 
long n1PI
 
int nBridges
 
int c1PI
 
int ** adjMat
 
BigInt nsym
 
BigInt esym
 
Fraction wsum
 
Fraction wsopi
 
MNodeClasscurcl
 
EGraphegraph
 
long ngen
 
long ngconn
 
long nCallRefine
 
long discardOrd
 
long discardRefine
 
long discardDisc
 
long discardIso
 

Detailed Description

Definition at line 84 of file gentopo.h.

Constructor & Destructor Documentation

◆ MGraph()

MGraph ( int pid,
int ncl,
int * cldeg,
int * clnum,
int * clext,
int sopi )

Definition at line 472 of file gentopo.cc.

◆ ~MGraph()

~MGraph ( )

Definition at line 571 of file gentopo.cc.

Member Function Documentation

◆ generate()

long generate ( void )

Definition at line 910 of file gentopo.cc.

Field Documentation

◆ pId

int pId

Definition at line 89 of file gentopo.h.

◆ nNodes

int nNodes

Definition at line 90 of file gentopo.h.

◆ nEdges

int nEdges

Definition at line 91 of file gentopo.h.

◆ nLoops

int nLoops

Definition at line 92 of file gentopo.h.

◆ nodes

MNode** nodes

Definition at line 93 of file gentopo.h.

◆ clist

int* clist

Definition at line 94 of file gentopo.h.

◆ nClasses

int nClasses

Definition at line 95 of file gentopo.h.

◆ mindeg

int mindeg

Definition at line 97 of file gentopo.h.

◆ maxdeg

int maxdeg

Definition at line 98 of file gentopo.h.

◆ selOPI

int selOPI

Definition at line 100 of file gentopo.h.

◆ ndiag

long ndiag

Definition at line 103 of file gentopo.h.

◆ n1PI

long n1PI

Definition at line 104 of file gentopo.h.

◆ nBridges

int nBridges

Definition at line 105 of file gentopo.h.

◆ c1PI

int c1PI

Definition at line 108 of file gentopo.h.

◆ adjMat

int** adjMat

Definition at line 109 of file gentopo.h.

◆ nsym

BigInt nsym

Definition at line 110 of file gentopo.h.

◆ esym

BigInt esym

Definition at line 111 of file gentopo.h.

◆ wsum

Fraction wsum

Definition at line 112 of file gentopo.h.

◆ wsopi

Fraction wsopi

Definition at line 113 of file gentopo.h.

◆ curcl

MNodeClass* curcl

Definition at line 114 of file gentopo.h.

◆ egraph

EGraph* egraph

Definition at line 115 of file gentopo.h.

◆ ngen

long ngen

Definition at line 118 of file gentopo.h.

◆ ngconn

long ngconn

Definition at line 119 of file gentopo.h.

◆ nCallRefine

long nCallRefine

Definition at line 121 of file gentopo.h.

◆ discardOrd

long discardOrd

Definition at line 122 of file gentopo.h.

◆ discardRefine

long discardRefine

Definition at line 123 of file gentopo.h.

◆ discardDisc

long discardDisc

Definition at line 124 of file gentopo.h.

◆ discardIso

long discardIso

Definition at line 125 of file gentopo.h.


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