Coconut Framework  beta
Public Attributes | List of all members
CNEdge Struct Reference

Edge of the graph. More...

#include <CNEdge.h>

Public Attributes

struct CNObject superClass
 
struct CNNodeproducerNode
 
struct CNNodeconsumerNode
 
CNBoolean isVisited
 

Detailed Description

Edge of the graph.

Member Data Documentation

struct CNObject CNEdge::superClass
struct CNNode* CNEdge::producerNode

Producer node

Referenced by CNProducerNodeOfEdge().

struct CNNode* CNEdge::consumerNode

Consumer node

Referenced by CNConsumerNodeOfEdge().

CNBoolean CNEdge::isVisited

Visited flag

Referenced by CNIsVisitedEdge(), and CNSetVisitedEdge().


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