TracktionEngine
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::graph::Node::TransformOptions Struct Reference

#include <tracktion_Node.h>

Public Attributes

NoderootNode
 
const std::vector< Node * > & postOrderedNodes
 This is an ordered list obtained from visiting all the Nodes and can be used for quicker introspection of the graph.
 
TransformCachecache
 A cache which can be used to speed up operations during the transform stage.
 
bool disableLatencyCompensation = false
 

Member Data Documentation

◆ rootNode

Node& tracktion::graph::Node::TransformOptions::rootNode

◆ postOrderedNodes

const std::vector<Node*>& tracktion::graph::Node::TransformOptions::postOrderedNodes

This is an ordered list obtained from visiting all the Nodes and can be used for quicker introspection of the graph.

◆ cache

TransformCache& tracktion::graph::Node::TransformOptions::cache

A cache which can be used to speed up operations during the transform stage.

◆ disableLatencyCompensation

bool tracktion::graph::Node::TransformOptions::disableLatencyCompensation = false

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