![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
AmiraMesh scalar field (volume) reader. More...
#include <amiravolumereader.h>
Public Member Functions | |
| AmiraVolumeReader (const AmiraVolumeReader &rhs)=default | |
| AmiraVolumeReader (AmiraVolumeReader &&rhs) noexcept=default | |
| AmiraVolumeReader & | operator= (const AmiraVolumeReader &that)=default |
| AmiraVolumeReader & | operator= (AmiraVolumeReader &&that) noexcept=default |
| virtual AmiraVolumeReader * | clone () const override |
| virtual std::shared_ptr< Volume > | readData (const std::filesystem::path &filePath) override |
| Public Member Functions inherited from inviwo::DataReaderType< Volume > | |
| DataReaderType & | operator= (const DataReaderType &that)=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. | |
| template<typename T> | |
| bool | readsType () const |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::DataReaderType< Volume > | |
| virtual bool | canRead (const std::type_index &index) const override |
| Static Protected Member Functions inherited from inviwo::DataReader | |
| static void | checkExists (const std::filesystem::path &path) |
| static std::ifstream | open (const std::filesystem::path &path, std::ios_base::openmode mode=std::ios_base::in) |
| static std::ifstream | openAndCacheIfUrl (const std::filesystem::path &path, std::ios_base::openmode mode=std::ios_base::in) |
| static std::filesystem::path | downloadAndCacheIfUrl (const std::filesystem::path &url) |
| static std::string | readFileContents (const std::filesystem::path &path) |
| Protected Attributes inherited from inviwo::DataReader | |
| std::vector< FileExtension > | extensions_ |
AmiraMesh scalar field (volume) reader.
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.