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

◆ set_structure()

void MayaFlux::Kakshya::WindowContainer::set_structure ( ContainerDataStructure  structure)
inlineoverridevirtual

Set the data structure for this container.

Parameters
structureNew ContainerDataStructure to apply
Note
This may trigger reorganization of existing data to match the new structure.

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 96 of file WindowContainer.hpp.

96{ m_structure = std::move(s); }