|
FORM 4.3
|
#include "form3.h"Go to the source code of this file.
Functions | |
| int | CoCanonicalize (UBYTE *s) |
| int | DoCanonicalize (PHEAD WORD *term, WORD *params) |
| WORD | GenTopologies (PHEAD WORD *term, WORD level) |
| WORD | GenDiagrams (PHEAD WORD *term, WORD level) |
| int | DoTopologyCanonicalize (PHEAD WORD *term, WORD vert, WORD edge, WORD *args) |
| int | DoShattering (PHEAD WORD *connect, WORD *environ, WORD *partitions, WORD nvert) |
Contains the wrapper routines for diagram manipulations.
Definition in file diagrams.c.
| int CoCanonicalize | ( | UBYTE * | s | ) |
Definition at line 64 of file diagrams.c.
| int DoCanonicalize | ( | PHEAD WORD * | term, |
| WORD * | params ) |
Definition at line 185 of file diagrams.c.
| WORD GenTopologies | ( | PHEAD WORD * | term, |
| WORD | level ) |
Definition at line 348 of file diagrams.c.
| WORD GenDiagrams | ( | PHEAD WORD * | term, |
| WORD | level ) |
Definition at line 401 of file diagrams.c.
| int DoTopologyCanonicalize | ( | PHEAD WORD * | term, |
| WORD | vert, | ||
| WORD | edge, | ||
| WORD * | args ) |
Definition at line 428 of file diagrams.c.
| int DoShattering | ( | PHEAD WORD * | connect, |
| WORD * | environ, | ||
| WORD * | partitions, | ||
| WORD | nvert ) |
Definition at line 639 of file diagrams.c.