Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes
VuoCompilerComposition.hh File Reference

Description

VuoCompilerComposition interface.

Classes

class  VuoCompilerComposition
 A collection of nodes and the cables connecting them. More...
 
class  VuoCompilerComposition::NodeReplacement
 A mapping from a node to its replacement in a composition diff. More...
 

Class Documentation

class VuoCompilerComposition::NodeReplacement
Class Members
string newNodeIdentifier The Graphviz identifier of the replacement node.
map< string, string > oldAndNewPortIdentifiers A mapping of equivalent port class names from the original node to the replacement node.
string oldNodeIdentifier The Graphviz identifier of the original node.