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

◆ load_into_container()

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

No-op.

Volume data does not use SignalSourceContainer.

Returns
false always.

Implements MayaFlux::IO::FileReader.

Definition at line 387 of file VolumeReader.cpp.

389{
390 m_last_error = "Volume data does not use SignalSourceContainer. Use load() instead.";
391 return false;
392}

References m_last_error.