Inviwo 0.9.12-pre
Inviwo documentation
|
Reader for *.dat files. More...
#include <datvolumesequencereader.h>
Public Member Functions | |
DatVolumeSequenceReader (const DatVolumeSequenceReader &rhs) | |
DatVolumeSequenceReader & | operator= (const DatVolumeSequenceReader &that) |
virtual DatVolumeSequenceReader * | clone () const override |
virtual std::shared_ptr< VolumeSequence > | readData (const std::filesystem::path &filePath) override |
Public Member Functions inherited from inviwo::DataReaderType< VolumeSequence > | |
DataReaderType (const DataReaderType &rhs)=default | |
DataReaderType (DataReaderType &&rhs) noexcept=default | |
DataReaderType & | operator= (const DataReaderType &that)=default |
DataReaderType & | operator= (DataReaderType &&that) noexcept=default |
virtual std::shared_ptr< VolumeSequence > | readData (const std::filesystem::path &filePath, MetaDataOwner *) |
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_ |
Reader for *.dat files.
The following tags are supported:
The tag names are case insensitive and should always be followed by a ":" Anything after a '#' will be considered a comment.
Supports reading VolumeSequence (for example time-varying volume data) by specifying multiple .dat files.
Example:
|
overridevirtual |
Implements inviwo::DataReaderType< VolumeSequence >.
|
overridevirtual |
Implements inviwo::DataReaderType< VolumeSequence >.