HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VdfGrapherOptions::NodeLimit Struct Reference

#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

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

Definition at line 72 of file grapherOptions.h.

Member Data Documentation

int VdfGrapherOptions::NodeLimit::maxInDepth

Definition at line 79 of file grapherOptions.h.

int VdfGrapherOptions::NodeLimit::maxOutDepth

Definition at line 80 of file grapherOptions.h.

const VdfNode* VdfGrapherOptions::NodeLimit::node

Definition at line 78 of file grapherOptions.h.


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