#include <types.h>
Collaboration diagram for path:
Data Fields | |
port | start |
port | end |
point * | ulpp |
point * | urpp |
point * | llpp |
point * | lrpp |
int | nbox |
box * | boxes |
void * | data |
Definition at line 94 of file types.h.
int path::nbox |
Definition at line 98 of file types.h.
Referenced by add_box(), compoundEdges(), and makeSelfEdge().
void* path::data |