MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_node_output()

virtual std::optional< double > MayaFlux::Nodes::NodeNetwork::get_node_output ( size_t  index) const
inlinevirtual

Get output of specific internal node (for ONE_TO_ONE mapping)

Parameters
indexIndex of node in network
Returns
Output value, or nullopt if not applicable

Reimplemented in MayaFlux::Nodes::ModalNetwork, and MayaFlux::Nodes::ParticleNetwork.

Definition at line 213 of file NodeNetwork.hpp.

214 {
215 return std::nullopt; // Default: not supported
216 }