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

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< VolumeGridBufferowner
 

Static Public Attributes

static constexpr size_t stride = sizeof(glm::vec4)
 

Detailed Description

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.


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