![]() |
|
This struct is used to allow the grapher to graph a subset of the nodes. More...
#include <grapherOptions.h>
Public Member Functions | |
| NodeLimit (const VdfNode *n, int maxin, int maxout) | |
Public Attributes | |
| const VdfNode * | node |
| int | maxInDepth |
| int | maxOutDepth |
This struct is used to allow the grapher to graph a subset of the nodes.
Definition at line 71 of file grapherOptions.h.
Definition at line 72 of file grapherOptions.h.
| int maxInDepth |
Definition at line 79 of file grapherOptions.h.
| int maxOutDepth |
Definition at line 80 of file grapherOptions.h.
| const VdfNode* node |
Definition at line 78 of file grapherOptions.h.