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

◆ get_field_names()

std::vector< std::string > MayaFlux::Buffers::VolumeGridBuffer::get_field_names ( ) const

Names of every declared field, in declaration order.

Definition at line 416 of file VolumeGridBuffer.cpp.

417{
418 return m_field_order;
419}
std::vector< std::string > m_field_order

References m_field_order.