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

◆ get_collection()

std::optional< CompositeGeometryProcessor::GeometryCollection > MayaFlux::Buffers::CompositeGeometryBuffer::get_collection ( const std::string &  name) const

Get geometry collection metadata.

Parameters
nameGeometry identifier
Returns
Optional collection if exists

Definition at line 44 of file CompositeGeometryBuffer.cpp.

45{
46 if (!m_processor) {
47 return std::nullopt;
48 }
49
50 return m_processor->get_collection(name);
51}
std::shared_ptr< CompositeGeometryProcessor > m_processor

References m_processor.