#include <DaVinci.h>
Public Member Functions | |
| EDGE_TYPE () | |
| EDGE_TYPE & | Name (const char *typ_name) |
| EDGE_TYPE & | Color (const char *rgb) |
| EDGE_TYPE & | Pattern (EDGE_PATTERN pat) |
| EDGE_TYPE & | Direction (EDGE_DIR dir) |
Private Attributes | |
| char | _type_name [20] |
| char | _edge_color [30] |
| EDGE_PATTERN | _edge_pattern |
| EDGE_DIR | _edge_dir |
Friends | |
| class | DaVinci |
Definition at line 266 of file DaVinci.h.
| EDGE_TYPE::EDGE_TYPE | ( | ) | [inline] |
Definition at line 275 of file DaVinci.h.
References _edge_color, _edge_dir, _edge_pattern, _type_name, ED_UNSET, and EP_UNSET.
| EDGE_TYPE & EDGE_TYPE::Color | ( | const char * | rgb | ) |
Definition at line 133 of file DaVinci.cxx.
References _edge_color.
Referenced by Callback::Edge_Select().
| EDGE_TYPE & EDGE_TYPE::Name | ( | const char * | typ_name | ) |
Definition at line 121 of file DaVinci.cxx.
References _type_name.
| EDGE_TYPE& EDGE_TYPE::Pattern | ( | EDGE_PATTERN | pat | ) | [inline] |
Definition at line 283 of file DaVinci.h.
References _edge_pattern.
char EDGE_TYPE::_edge_color[30] [private] |
Definition at line 269 of file DaVinci.h.
Referenced by Color(), EDGE_TYPE(), and DaVinci::Emit_Attr().
EDGE_DIR EDGE_TYPE::_edge_dir [private] |
Definition at line 271 of file DaVinci.h.
Referenced by Direction(), EDGE_TYPE(), and DaVinci::Emit_Attr().
EDGE_PATTERN EDGE_TYPE::_edge_pattern [private] |
Definition at line 270 of file DaVinci.h.
Referenced by EDGE_TYPE(), DaVinci::Emit_Attr(), and Pattern().
char EDGE_TYPE::_type_name[20] [private] |
Definition at line 268 of file DaVinci.h.
Referenced by EDGE_TYPE(), Name(), and DaVinci::Out_Edge().
1.6.1