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

◆ seek()

bool MayaFlux::IO::ImageReader::seek ( const std::vector< uint64_t > &  position)
overridevirtual

Seek to a specific position in the file.

Parameters
positionTarget position in N-dimensional space.
Returns
true if seek was successful.

Implements MayaFlux::IO::FileReader.

Definition at line 177 of file ImageReader.cpp.

178{
179 return true; // No-op for static images
180}