|
Graphviz 14.0.3~dev.20251026.1726
|
Go to the source code of this file.
Functions | |
| int | l_int (void *obj, Agsym_t *attr, int def) |
| float | l_float (void *obj, Agsym_t *attr, float def) |
| int | getAttrBool (Agraph_t *g, void *obj, char *attr_name, int def) |
| int | getAttrInt (Agraph_t *g, void *obj, char *attr_name, int def) |
| float | getAttrFloat (Agraph_t *g, void *obj, char *attr_name, float def) |
| char * | getAttrStr (Agraph_t *g, void *obj, char *attr_name, char *def) |
| void | getcolorfromschema (const colorschemaset sc, float l, float maxl, glCompColor *c) |
| glCompPoint | getPointFromStr (const char *str) |
| int | point_in_polygon (glCompPoly_t *selPoly, glCompPoint p) |
|
extern |
Definition at line 33 of file smyrna_utils.c.
References agattr_text(), AGTYPE, and late_bool().
Referenced by pick_object(), and renderSelectedNodes().
|
extern |
Definition at line 43 of file smyrna_utils.c.
References agattr_text(), AGTYPE, and l_float().
Referenced by object_color().
|
extern |
Definition at line 38 of file smyrna_utils.c.
References agattr_text(), AGTYPE, and l_int().
Referenced by renderNodes().
|
extern |
Definition at line 48 of file smyrna_utils.c.
References agattr_text(), AGTYPE, and late_string().
Referenced by object_color().
| void getcolorfromschema | ( | const colorschemaset | sc, |
| float | l, | ||
| float | maxl, | ||
| glCompColor * | c | ||
| ) |
Definition at line 530 of file viewport.c.
References glCompColor::A, glCompColor::B, colorschema::c, glCompColor::G, interpol(), colorschema::perc, glCompColor::R, and colorschemaset::s.
Referenced by object_color().
|
extern |
Definition at line 54 of file smyrna_utils.c.
References str, glCompPoint::x, glCompPoint::y, and glCompPoint::z.
Referenced by edge_seg(), getEdgeHead(), getEdgeTail(), renderNodes(), and set_boundaries().
|
extern |
Definition at line 23 of file smyrna_utils.c.
References agxget().
Referenced by getAttrFloat(), and renderNodes().
|
extern |
Definition at line 18 of file smyrna_utils.c.
References late_int().
Referenced by getAttrInt(), and renderNodes().
|
extern |
Definition at line 60 of file smyrna_utils.c.
References LIST_GET, LIST_SIZE, glCompPoint::x, and glCompPoint::y.
Referenced by select_polygon().