A struct that stores information about a particular node with a specific and unique name. More...
#include <geewhiz.h>
Public Member Functions | |
| void | addFunction (FunctionType &f) |
| Add colour for the node. | |
Public Attributes | |
| string | name |
| string | label |
| string | type |
| vector< FunctionType > | functions |
| string | url |
| MyColor | color |
| vector< vector< MyColor > > | colors |
| string | image |
| MyNT | weight |
A struct that stores information about a particular node with a specific and unique name.
| void Graphwhiz::NodeInfo::addFunction | ( | FunctionType & | f | ) | [inline] |
Add colour for the node.
Add function (label) annotating node.
1.7.6.1