|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
#include "SpatialHashProcessor.hpp"
Include dependency graph for MutationClaimProcessor.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Buffers::ClaimAccumulateProcessor |
| Counts how many particles each survivor swallowed this cycle. More... | |
| class | MayaFlux::Buffers::ClaimFlattenProcessor |
| Resolves absorption chains to their root via parallel pointer jumping. More... | |
| class | MayaFlux::Buffers::ClaimInitProcessor |
| Resets mutation_claimed_by[i] to i and mutation_swallow_count[i] to 0 for every particle. More... | |
| class | MayaFlux::Buffers::ClaimProcessor |
| Deterministic pairwise claim over the completed spatial hash. More... | |
| class | MayaFlux::Buffers::ClaimSwallowProcessor |
| Visually swallows absorbed particles into their survivor, which grows and heats up with how much it has swallowed. More... | |
| class | MayaFlux::Buffers::ClaimTransferProcessor |
| Relabels every vertex absorbed across a cluster boundary into its claimant's cluster: the "hop" / transfer that SpatialFieldConfig::transfer_on_claim enables. More... | |
| struct | MayaFlux::Buffers::MutationConfig |
| Parameters for the deterministic pairwise claim protocol built on top of a completed spatial hash. More... | |
| struct | MayaFlux::Buffers::ClaimInitProcessor::Params |
| struct | MayaFlux::Buffers::ClaimProcessor::Params |
| struct | MayaFlux::Buffers::ClaimFlattenProcessor::Params |
| struct | MayaFlux::Buffers::ClaimAccumulateProcessor::Params |
| struct | MayaFlux::Buffers::ClaimSwallowProcessor::Params |
| struct | MayaFlux::Buffers::ClaimTransferProcessor::Params |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Buffers |
| namespace | MayaFlux::Nodes |
| Contains the node-based computational processing system components. | |
| namespace | MayaFlux::Nodes::Network |