Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::CImgVolumeReader Class Reference
+ Inheritance diagram for inviwo::CImgVolumeReader:

Public Member Functions

 CImgVolumeReader (const CImgVolumeReader &rhs)=default
 
CImgVolumeReaderoperator= (const CImgVolumeReader &that)=default
 
virtual CImgVolumeReaderclone () const override
 
virtual std::shared_ptr< VolumereadData (const std::filesystem::path &filePath) override
 
- Public Member Functions inherited from inviwo::DataReaderType< Volume >
 DataReaderType (const DataReaderType &rhs)=default
 
 DataReaderType (DataReaderType &&rhs) noexcept=default
 
DataReaderTypeoperator= (const DataReaderType &that)=default
 
DataReaderTypeoperator= (DataReaderType &&that) noexcept=default
 
virtual std::shared_ptr< VolumereadData (const std::filesystem::path &filePath, MetaDataOwner *)
 
- Public Member Functions inherited from inviwo::DataReader
 DataReader (const DataReader &rhs)=default
 
 DataReader (DataReader &&rhs) noexcept=default
 
DataReaderoperator= (const DataReader &that)=default
 
DataReaderoperator= (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.
 

Protected Member Functions

void printMetaInfo (const MetaDataOwner &, std::string_view) const
 
- 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
 

Additional Inherited Members

- Protected Attributes inherited from inviwo::DataReader
std::vector< FileExtensionextensions_
 

Member Function Documentation

◆ clone()

virtual CImgVolumeReader * inviwo::CImgVolumeReader::clone ( ) const
overridevirtual

◆ readData()

virtual std::shared_ptr< Volume > inviwo::CImgVolumeReader::readData ( const std::filesystem::path & filePath)
overridevirtual

The documentation for this class was generated from the following file: