tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::graph::NodeGraph Struct Reference

Holds a graph in an order ready for processing and a sorted map for quick lookups. More...

#include "tracktion_Node.h"

Public Attributes

std::unique_ptr< NoderootNode
 
std::vector< Node * > orderedNodes
 
std::vector< NodeAndIDsortedNodes
 

Detailed Description

Holds a graph in an order ready for processing and a sorted map for quick lookups.

Definition at line 123 of file tracktion_Node.h.

Member Data Documentation

◆ orderedNodes

std::vector<Node*> tracktion::graph::NodeGraph::orderedNodes

Definition at line 126 of file tracktion_Node.h.

◆ rootNode

std::unique_ptr<Node> tracktion::graph::NodeGraph::rootNode

Definition at line 125 of file tracktion_Node.h.

◆ sortedNodes

std::vector<NodeAndID> tracktion::graph::NodeGraph::sortedNodes

Definition at line 127 of file tracktion_Node.h.


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