MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ has_field()

bool MayaFlux::Buffers::VolumeGridBuffer::has_field ( const std::string &  name) const

Whether a field of this name was declared.

Definition at line 402 of file VolumeGridBuffer.cpp.

403{
404 return m_fields.contains(name);
405}
std::unordered_map< std::string, Field > m_fields

References m_fields.

Referenced by setup_flow().

+ Here is the caller graph for this function: