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

Public Member Functions

 ENode (EGraph *egrph, int loops, int sdeg)
 
void initAss (EGraph *egrph, int nid, int sdg)
 
void setId (EGraph *egrph, const int nid)
 
void copy (ENode *en)
 
void setExtern (int typ, int pt)
 
void setType (int typ)
 
void print (void)
 

Data Fields

EGraphegraph
 
int * edges
 
int id
 
int maxdeg
 
int deg
 
int extloop
 
int ndtype
 
int intrct
 
int * klow
 
int visited
 
int DUMMYPADDING
 

Detailed Description

Definition at line 528 of file grcc.h.

Constructor & Destructor Documentation

◆ ENode() [1/2]

ENode ( void  )

Definition at line 6024 of file grcc.cc.

◆ ENode() [2/2]

ENode ( EGraph egrph,
int  loops,
int  sdeg 
)

Definition at line 6040 of file grcc.cc.

◆ ~ENode()

~ENode ( void  )

Definition at line 6060 of file grcc.cc.

Member Function Documentation

◆ initAss()

void initAss ( EGraph egrph,
int  nid,
int  sdg 
)

Definition at line 6084 of file grcc.cc.

◆ setId()

void setId ( EGraph egrph,
const int  nid 
)

Definition at line 6092 of file grcc.cc.

◆ copy()

void copy ( ENode en)

Definition at line 6071 of file grcc.cc.

◆ setExtern()

void setExtern ( int  typ,
int  pt 
)

Definition at line 6099 of file grcc.cc.

◆ setType()

void setType ( int  typ)

Definition at line 6112 of file grcc.cc.

◆ print()

void print ( void  )

Definition at line 6125 of file grcc.cc.

Field Documentation

◆ egraph

EGraph* egraph

Definition at line 530 of file grcc.h.

◆ edges

int* edges

Definition at line 531 of file grcc.h.

◆ id

int id

Definition at line 534 of file grcc.h.

◆ maxdeg

int maxdeg

Definition at line 535 of file grcc.h.

◆ deg

int deg

Definition at line 536 of file grcc.h.

◆ extloop

int extloop

Definition at line 537 of file grcc.h.

◆ ndtype

int ndtype

Definition at line 538 of file grcc.h.

◆ intrct

int intrct

Definition at line 539 of file grcc.h.

◆ klow

int* klow

Definition at line 542 of file grcc.h.

◆ visited

int visited

Definition at line 543 of file grcc.h.

◆ DUMMYPADDING

int DUMMYPADDING

Definition at line 545 of file grcc.h.


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