MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Buffers::detail::NeighbourWalk Struct Reference

Knobs for append_neighbour_walk. More...

#include <NeighbourWalkHelper.hpp>

+ Collaboration diagram for MayaFlux::Buffers::detail::NeighbourWalk:

Public Attributes

bool cluster_scoped = false
 Emit the cross_cluster / cluster_id guard.
 
std::string on_hit
 Statements run per in-range candidate; j, bj, pj, p in scope. One per line, no braces, no indent.
 
std::string radius = "cell_size"
 Distance cutoff, a GLSL expression.
 
std::string reach = "1"
 Cell-block half-extent, a GLSL expression or int local name.
 
std::string skip_self = "j == i"
 Candidate skipped when this GLSL predicate holds.
 

Detailed Description

Knobs for append_neighbour_walk.

Defaults are a fixed 27-cell walk counting candidates within one cell_size.

Definition at line 10 of file NeighbourWalkHelper.hpp.


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