MCPcopy Create free account
hub / github.com/LabSound/LabSound / isScheduledNode

Method isScheduledNode

include/LabSound/core/AudioNode.h:137–137  ·  view source on GitHub ↗

-------------------------------------------------- overridable interface If the final node class has ScheduledNode in its class hierarchy, this will return true. This is to save the cost of a dynamic_cast when scheduling nodes.

Source from the content-addressed store, hash-verified

135 // will return true. This is to save the cost of a dynamic_cast when
136 // scheduling nodes.
137 virtual bool isScheduledNode() const { return false; }
138
139 // No significant resources should be allocated until initialize() is called.
140 // Processing may not occur until a node is initialized.

Callers 2

handlePreRenderTasksMethod · 0.45
addAutomaticPullNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected