FORM 4.3
topowrap.cc File Reference
#include "form3.h"
#include "gentopo.h"

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)

Detailed Description

routines for conversion of topology and diagram output to FORM notation

Definition in file topowrap.cc.

Macro Definition Documentation

◆ MAXPOINTS

#define MAXPOINTS   120

Definition at line 44 of file topowrap.cc.

Function Documentation

◆ GenerateVertices()

int GenerateVertices ( TOPOTYPE * TopoInf,
int pointsremaining,
int level )

Definition at line 72 of file topowrap.cc.

◆ GenerateTopologies()

WORD GenerateTopologies ( PHEAD WORD nloops,
WORD nlegs,
WORD setvert,
WORD setmax )

Definition at line 123 of file topowrap.cc.

◆ toForm()

void toForm ( EGraph * egraph)

Definition at line 179 of file topowrap.cc.