![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Reader for *.pvm files. More...
#include <modules/pvm/pvmvolumereader.h>
Inheritance diagram for inviwo::PVMVolumeReader:Public Member Functions | |
| virtual PVMVolumeReader * | clone () const override |
| PVMVolumeReader & | operator= (const PVMVolumeReader &that)=default |
| PVMVolumeReader (const PVMVolumeReader &rhs)=default | |
| virtual std::shared_ptr< Volume > | readData (const std::filesystem::path &filePath) override |
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 |
| virtual std::shared_ptr< Volume > | readData (const std::filesystem::path &filePath, MetaDataOwner *) |
Public Member Functions inherited from inviwo::DataReader | |
| void | addExtension (FileExtension ext) |
| DataReader (const DataReader &rhs)=default | |
| DataReader (DataReader &&rhs) noexcept=default | |
| const std::vector< FileExtension > & | getExtensions () const |
| virtual std::any | getOption (std::string_view key) |
| Query the value of an reader specific option. | |
| DataReader & | operator= (const DataReader &that)=default |
| DataReader & | operator= (DataReader &&that) noexcept=default |
| template<typename T > | |
| bool | readsType () const |
| 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. | |
Static Public Member Functions | |
| static std::shared_ptr< Volume > | readPVMData (const std::filesystem::path &filePath) |
Protected Member Functions | |
| void | printMetaInfo (const MetaDataOwner &, std::string_view) const |
Protected Member Functions inherited from inviwo::DataReaderType< Volume > | |
| virtual bool | canRead (const std::type_index &index) const override |
Additional Inherited Members | |
Static Protected Member Functions inherited from inviwo::DataReader | |
| static void | checkExists (const std::filesystem::path &path) |
| static std::filesystem::path | downloadAndCacheIfUrl (const std::filesystem::path &url) |
| 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::string | readFileContents (const std::filesystem::path &path) |
Protected Attributes inherited from inviwo::DataReader | |
| std::vector< FileExtension > | extensions_ |
Reader for *.pvm files.
Format designed by Stefan Roettger
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.
|
overridevirtual |
Implements inviwo::DataReaderType< Volume >.