|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Interpretation attached to one named quantity sampled over a lattice. More...
#include <LatticeSemantics.hpp>
Collaboration diagram for MayaFlux::Kinesis::LatticeSemantics:Public Attributes | |
| LatticeValueClass | value_class = LatticeValueClass::Unknown |
| Geometric meaning of the values. | |
| VectorVariance | variance = VectorVariance::Invariant |
| Vector quantities only. | |
Interpretation attached to one named quantity sampled over a lattice.
Carries no data and no lattice. It says what a separately stored array of values means, so that a consumer which never saw the code that produced them can resample, render or write them correctly.
Pure description with no behaviour, which is why it lives in Kinesis rather than in Buffers or IO. A GPU-resident simulation attaches one to each of its stored quantities at declaration; an interchange writer reads the same struct and maps it to whatever its format calls these two ideas. Neither side owns it and neither needs its own copy.
Both members default to their least presumptuous value, so a caller that has nothing to say says nothing:
Definition at line 91 of file LatticeSemantics.hpp.