This reference page is linked to from the following overview topics: Schematic View Relationships.
#include <svcore.h>
A small container type class that associates graph nodes with traversal status.
Public Member Functions |
|
SvGraphNodeReference () | |
Constructor. |
|
Public Attributes |
|
IGraphNode * | gNode |
Points to the interface for the node in the
schematic view. |
|
SvTraverseStatus | stat |
The traversal status. |
SvGraphNodeReference | ( | ) | [inline] |
Constructor.
{ gNode= NULL; stat = SVT_DO_NOT_PROCEED; }
Points to the interface for the node in the schematic view.
The traversal status.