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

◆ load_into_container()

bool MayaFlux::IO::ModelReader::load_into_container ( std::shared_ptr< Kakshya::SignalSourceContainer container)
overridevirtual

No-op.

Mesh data does not use SignalSourceContainer.

Returns
false always.

Implements MayaFlux::IO::FileReader.

Definition at line 338 of file ModelReader.cpp.

340{
341 m_last_error = "Mesh data does not use SignalSourceContainer. Use load() instead.";
342 return false;
343}

References m_last_error.