Data Structures | |
| struct | edgeDescr_t |
| The description of an edge. More... | |
| struct | stitch_t |
| The full description of a single stitch. More... | |
Enumerations | |
| enum | edgeType_t { ET_Live = 1, ET_In, ET_Out, ET_Over } |
| All types of edges. More... | |
Functions | |
| int | stitchLibLoad (const char *xmlFile) |
| void | stitchLibPrint () |
| void | stitchLibDestroy () |
| stitch_t * | stitchesGetByName (char *sName) |
These structures define the topology of a single stitch. The stitch library is generated in stitches.c.
| enum edgeType_t |
| stitch_t* stitchesGetByName | ( | char * | sName | ) |
| void stitchLibDestroy | ( | ) |
| int stitchLibLoad | ( | const char * | xmlFile | ) |
| void stitchLibPrint | ( | ) |
1.5.3