FORM v5.0.0-35-g6318119
Public Member Functions | Data Fields
MConn Class Reference
Collaboration diagram for MConn:
Collaboration graph
[legend]

Public Member Functions

 MConn (int nnod, int nedg)
 
void init (void)
 
void initCEdges (MGraph *)
 
void pushNode (int nd)
 
void pushEdge (int n0, int n1)
 
void addCEdge (int n0, int n1, ULong momset)
 
void addOPIc (MCOpi *mopi, int stp)
 
void addBridge (int n0, int n1, int nex, int nextot)
 
void addArtic (int nd, int mul)
 
void addBlock (MCBlock *eblk, int stp)
 
void addBlockSelf (int nd, int mul)
 
void print (void)
 
void prEdges (void)
 

Data Fields

MCEdgecedges
 
MCOpiopics
 
MCBridgebridges
 
MCBlockblocks
 
int * articuls
 
int * opisp
 
int * opistk
 
Edge2n * blksp
 
Edge2n * blkstk
 
int snodes
 
int sedges
 
int nopic
 
int nlpopic
 
int nctopic
 
int nbacked
 
int nbridges
 
int ne0bridges
 
int ne1bridges
 
int nselfloops
 
int nmultiedges
 
int nblocks
 
int na1blocks
 
int narticuls
 
int neblocks
 
int nopisp
 
int opistkptr
 
int nblksp
 
int blkstkptr
 
int DUMMYPADDING
 

Detailed Description

Definition at line 1002 of file grcc.h.

Constructor & Destructor Documentation

◆ MConn()

MConn ( int  nnod,
int  nedg 
)

Definition at line 5534 of file grcc.cc.

◆ ~MConn()

~MConn ( void  )

Definition at line 5557 of file grcc.cc.

Member Function Documentation

◆ init()

void init ( void  )

Definition at line 5572 of file grcc.cc.

◆ initCEdges()

void initCEdges ( MGraph mg)

Definition at line 5629 of file grcc.cc.

◆ pushNode()

void pushNode ( int  nd)

Definition at line 5603 of file grcc.cc.

◆ pushEdge()

void pushEdge ( int  n0,
int  n1 
)

Definition at line 5612 of file grcc.cc.

◆ addCEdge()

void addCEdge ( int  n0,
int  n1,
ULong  momset 
)

Definition at line 5655 of file grcc.cc.

◆ addOPIc()

void addOPIc ( MCOpi mopi,
int  stp 
)

Definition at line 5679 of file grcc.cc.

◆ addBridge()

void addBridge ( int  n0,
int  n1,
int  nex,
int  nextot 
)

Definition at line 5706 of file grcc.cc.

◆ addArtic()

void addArtic ( int  nd,
int  mul 
)

Definition at line 5723 of file grcc.cc.

◆ addBlock()

void addBlock ( MCBlock eblk,
int  stp 
)

Definition at line 5734 of file grcc.cc.

◆ addBlockSelf()

void addBlockSelf ( int  nd,
int  mul 
)

Definition at line 5758 of file grcc.cc.

◆ print()

void print ( void  )

Definition at line 5776 of file grcc.cc.

◆ prEdges()

void prEdges ( void  )

Definition at line 5849 of file grcc.cc.

Field Documentation

◆ cedges

MCEdge* cedges

Definition at line 1005 of file grcc.h.

◆ opics

MCOpi* opics

Definition at line 1006 of file grcc.h.

◆ bridges

MCBridge* bridges

Definition at line 1007 of file grcc.h.

◆ blocks

MCBlock* blocks

Definition at line 1008 of file grcc.h.

◆ articuls

int* articuls

Definition at line 1009 of file grcc.h.

◆ opisp

int* opisp

Definition at line 1011 of file grcc.h.

◆ opistk

int* opistk

Definition at line 1012 of file grcc.h.

◆ blksp

Edge2n* blksp

Definition at line 1013 of file grcc.h.

◆ blkstk

Edge2n* blkstk

Definition at line 1014 of file grcc.h.

◆ snodes

int snodes

Definition at line 1015 of file grcc.h.

◆ sedges

int sedges

Definition at line 1016 of file grcc.h.

◆ nopic

int nopic

Definition at line 1019 of file grcc.h.

◆ nlpopic

int nlpopic

Definition at line 1020 of file grcc.h.

◆ nctopic

int nctopic

Definition at line 1021 of file grcc.h.

◆ nbacked

int nbacked

Definition at line 1024 of file grcc.h.

◆ nbridges

int nbridges

Definition at line 1027 of file grcc.h.

◆ ne0bridges

int ne0bridges

Definition at line 1028 of file grcc.h.

◆ ne1bridges

int ne1bridges

Definition at line 1029 of file grcc.h.

◆ nselfloops

int nselfloops

Definition at line 1030 of file grcc.h.

◆ nmultiedges

int nmultiedges

Definition at line 1031 of file grcc.h.

◆ nblocks

int nblocks

Definition at line 1034 of file grcc.h.

◆ na1blocks

int na1blocks

Definition at line 1035 of file grcc.h.

◆ narticuls

int narticuls

Definition at line 1036 of file grcc.h.

◆ neblocks

int neblocks

Definition at line 1037 of file grcc.h.

◆ nopisp

int nopisp

Definition at line 1040 of file grcc.h.

◆ opistkptr

int opistkptr

Definition at line 1041 of file grcc.h.

◆ nblksp

int nblksp

Definition at line 1042 of file grcc.h.

◆ blkstkptr

int blkstkptr

Definition at line 1043 of file grcc.h.

◆ DUMMYPADDING

int DUMMYPADDING

Definition at line 1045 of file grcc.h.


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