|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include "Node.hpp"
Include dependency graph for NodeStructure.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Nodes::ChainNode |
| Connects two nodes in series to form a processing chain. More... | |
| class | MayaFlux::Nodes::BinaryOpContext |
| Specialized context for binary operation callbacks. More... | |
| class | MayaFlux::Nodes::BinaryOpContextGpu |
| GPU-compatible context for binary operation callbacks. More... | |
| class | MayaFlux::Nodes::BinaryOpNode |
| Combines the outputs of two nodes using a binary operation. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Nodes |
| Contains the node-based computational processing system components. | |