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

◆ set_structure()

void MayaFlux::Kakshya::TextureContainer::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 286 of file TextureContainer.hpp.

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