|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
A vector field's name, issued by the volume that owns it. More...
#include <VolumeGridBuffer.hpp>
Collaboration diagram for MayaFlux::Buffers::VectorRef:Public Member Functions | |
| bool | issued_by (const VolumeGridBuffer *volume) const |
| Whether this ref was issued by the given volume. | |
| operator const std::string & () const | |
Public Attributes | |
| std::string | name |
| std::weak_ptr< VolumeGridBuffer > | owner |
Static Public Attributes | |
| static constexpr size_t | stride = sizeof(glm::vec4) |
A vector field's name, issued by the volume that owns it.
As ScalarRef, for fields of glm::vec4 stride. The fourth component is carried through by every current stage and read by none.
Definition at line 66 of file VolumeGridBuffer.hpp.