FORM 4.3
|
Go to the source code of this file.
Data Structures | |
struct | ToPoTyPe |
Macros | |
#define | MAXPOINTS 120 |
Typedefs | |
typedef struct ToPoTyPe | TOPOTYPE |
Functions | |
int | GenerateVertices (TOPOTYPE *TopoInf, int pointsremaining, int level) |
WORD | GenerateTopologies (PHEAD WORD nloops, WORD nlegs, WORD setvert, WORD setmax) |
void | toForm (EGraph *egraph) |
routines for conversion of topology and diagram output to FORM notation
Definition in file topowrap.cc.
#define MAXPOINTS 120 |
Definition at line 44 of file topowrap.cc.
int GenerateVertices | ( | TOPOTYPE * | TopoInf, |
int | pointsremaining, | ||
int | level | ||
) |
Definition at line 72 of file topowrap.cc.
WORD GenerateTopologies | ( | PHEAD WORD | nloops, |
WORD | nlegs, | ||
WORD | setvert, | ||
WORD | setmax | ||
) |
Definition at line 123 of file topowrap.cc.
void toForm | ( | EGraph * | egraph | ) |
Definition at line 179 of file topowrap.cc.