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

Public Member Functions

 JSONReader (const JSONReader &)=default
 
 JSONReader (JSONReader &&) noexcept=default
 
JSONReaderoperator= (const JSONReader &)=default
 
JSONReaderoperator= (JSONReader &&) noexcept=default
 
virtual JSONReaderclone () const override
 
virtual std::shared_ptr< json > readData (const std::filesystem::path &fileName) override
 
virtual std::shared_ptr< json > readData (const std::filesystem::path &filePath, MetaDataOwner *) override
 
std::shared_ptr< json > readData (std::istream &stream) const
 
- Public Member Functions inherited from inviwo::DataReaderType< json >
 DataReaderType (const DataReaderType &rhs)=default
 
 DataReaderType (DataReaderType &&rhs) noexcept=default
 
DataReaderTypeoperator= (const DataReaderType &that)=default
 
DataReaderTypeoperator= (DataReaderType &&that) noexcept=default
 
- 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.
 
template<typename T>
bool readsType () const
 

Additional Inherited Members

- Protected Member Functions inherited from inviwo::DataReaderType< json >
virtual bool canRead (const std::type_index &index) const override
 
- 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< FileExtensionextensions_
 

Member Function Documentation

◆ clone()

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

◆ readData() [1/2]

virtual std::shared_ptr< json > inviwo::JSONReader::readData ( const std::filesystem::path & fileName)
overridevirtual

◆ readData() [2/2]

virtual std::shared_ptr< json > inviwo::JSONReader::readData ( const std::filesystem::path & filePath,
MetaDataOwner *  )
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.

See also
RawVolumeReader

Reimplemented from inviwo::DataReaderType< json >.


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