Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
RawVolumeReader (const RawVolumeReader &rhs) | |
RawVolumeReader & | operator= (const RawVolumeReader &that) |
virtual RawVolumeReader * | clone () const override |
virtual void | setParameters (const DataFormatBase *format, ivec3 dimensions, bool littleEndian, DataMapper dataMapper, size_t byteOffset=0u) |
virtual std::shared_ptr< Volume > | readData (const std::filesystem::path &filePath) override |
virtual std::shared_ptr< Volume > | readData (const std::filesystem::path &filePath, MetaDataOwner *metadata) override |
bool | haveReadLittleEndian () const |
const DataFormatBase * | getFormat () const |
Public Member Functions inherited from inviwo::DataReaderType< Volume > | |
DataReaderType (const DataReaderType &rhs)=default | |
DataReaderType (DataReaderType &&rhs) noexcept=default | |
DataReaderType & | operator= (const DataReaderType &that)=default |
DataReaderType & | operator= (DataReaderType &&that) noexcept=default |
Public Member Functions inherited from inviwo::DataReader | |
DataReader (const DataReader &rhs)=default | |
DataReader (DataReader &&rhs) noexcept=default | |
DataReader & | operator= (const DataReader &that)=default |
DataReader & | operator= (DataReader &&that) noexcept=default |
const std::vector< FileExtension > & | getExtensions () const |
void | addExtension (FileExtension ext) |
virtual bool | setOption (std::string_view key, std::any value) |
Set reader specific options See the documentation of the specific reader for the available options. | |
virtual std::any | getOption (std::string_view key) |
Query the value of an reader specific option. | |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::DataReader | |
void | checkExists (const std::filesystem::path &path) const |
std::ifstream | open (const std::filesystem::path &path, std::ios_base::openmode mode=std::ios_base::in) const |
Protected Attributes inherited from inviwo::DataReader | |
std::vector< FileExtension > | extensions_ |
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.
|
overridevirtual |
Optional overload that passed a MetaDataOwner to facilitate saving/loading state in the data reader the use is optional and the pointer can be null.
Reimplemented from inviwo::DataReaderType< Volume >.