SvGraphNodeReference Class Reference
 
 
 
SvGraphNodeReference Class Reference

This reference page is linked to from the following overview topics: Schematic View Relationships.


#include <svcore.h>

Inheritance diagram for SvGraphNodeReference:
MaxHeapOperators

Class Description

A small container type class that associates graph nodes with traversal status.

See also:
IGraphNode, IGraphObjectManager, Animatable

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.

Constructor & Destructor Documentation

SvGraphNodeReference ( ) [inline]

Constructor.


Member Data Documentation

Points to the interface for the node in the schematic view.