Loading...
Searching...
No Matches
VdfGrapherOptions::NodeLimit Struct Reference

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 VdfNodenode
 
int maxInDepth
 
int maxOutDepth
 

Detailed Description

This struct is used to allow the grapher to graph a subset of the nodes.

Definition at line 71 of file grapherOptions.h.

Constructor & Destructor Documentation

◆ NodeLimit()

NodeLimit ( const VdfNode n,
int  maxin,
int  maxout 
)
inline

Definition at line 72 of file grapherOptions.h.

Member Data Documentation

◆ maxInDepth

int maxInDepth

Definition at line 79 of file grapherOptions.h.

◆ maxOutDepth

int maxOutDepth

Definition at line 80 of file grapherOptions.h.

◆ node

const VdfNode* node

Definition at line 78 of file grapherOptions.h.


The documentation for this struct was generated from the following file: