Graphviz 13.0.0~dev.20241220.2304
|
#include <types.h>
Data Fields | |
pointf | p |
double | theta |
boxf * | bp |
bool | defined |
bool | constrained |
bool | clip |
bool | dyna |
unsigned char | order |
unsigned char | side |
char * | name |
boxf* port::bp |
Definition at line 51 of file types.h.
Referenced by closestSide(), compassPort(), resolvePort(), and sameport().
bool port::clip |
Definition at line 56 of file types.h.
Referenced by compassPort(), and sameport().
bool port::constrained |
Definition at line 55 of file types.h.
Referenced by beginpath(), compassPort(), endpath(), make_regular_edge(), printpath(), routesplines_(), and sameport().
bool port::defined |
Definition at line 54 of file types.h.
Referenced by compassPort(), portcmp(), record_path(), and sameport().
bool port::dyna |
Definition at line 57 of file types.h.
Referenced by compassPort(), and sameport().
char* port::name |
Definition at line 63 of file types.h.
Referenced by chkPort(), poly_port(), resolvePort(), sameport(), and strdup_and_subst_obj0().
unsigned char port::order |
Definition at line 58 of file types.h.
Referenced by compassPort(), and sameport().
pointf port::p |
Definition at line 49 of file types.h.
Referenced by beginpath(), checkpath(), compassPort(), endpath(), portcmp(), printpath(), record_path(), routesplines_(), and sameport().
unsigned char port::side |
Definition at line 59 of file types.h.
Referenced by closestSide(), compassPort(), resolvePort(), and sameport().
double port::theta |
Definition at line 50 of file types.h.
Referenced by beginpath(), compassPort(), endpath(), make_regular_edge(), printpath(), routesplines_(), and sameport().