|  | 
|  | JSONWriter (const JSONWriter &)=default | 
|  | JSONWriter (JSONWriter &&) noexcept=default | 
| JSONWriter & | operator= (const JSONWriter &)=default | 
| JSONWriter & | operator= (JSONWriter &&) noexcept=default | 
| virtual JSONWriter * | clone () const override | 
| virtual void | writeData (const json *data, const std::filesystem::path &filePath) const override | 
|  | Write datatofilePath.
 | 
| virtual std::unique_ptr< std::vector< unsigned char > > | writeDataToBuffer (const json *data, std::string_view fileExtension) const override | 
| void | writeData (const json *data, std::ostream &os) const | 
| DataWriterType & | operator= (const DataWriterType &that)=default | 
|  | DataWriter (const DataWriter &rhs) | 
| DataWriter & | operator= (const DataWriter &that) | 
|  | DataWriter (DataWriter &&rhs) noexcept=default | 
| DataWriter & | operator= (DataWriter &&that) noexcept=default | 
| const std::vector< FileExtension > & | getExtensions () const | 
| void | addExtension (FileExtension ext) | 
| Overwrite | getOverwrite () const | 
| void | setOverwrite (Overwrite val) | 
| void | checkOverwrite (const std::filesystem::path &path) const | 
| virtual bool | setOption (std::string_view key, std::any value) | 
|  | Set writer specific options See the documentation of the specific writer for the available options. 
 | 
| virtual std::any | getOption (std::string_view key) const | 
|  | Query the value of a writer specific option. 
 | 
| template<typename T> | 
| bool | writesType () const | 
|  | 
| static void | checkOverwrite (const std::filesystem::path &path, Overwrite overwrite) | 
| virtual bool | canWrite (const std::type_index &index) const override | 
| std::ofstream | open (const std::filesystem::path &path, std::ios_base::openmode mode=std::ios_base::out) const | 
| Overwrite | overwrite_ | 
| std::vector< FileExtension > | extensions_ | 
◆ clone()
  
  | 
        
          | virtual JSONWriter * inviwo::JSONWriter::clone | ( |  | ) | const |  | overridevirtual | 
 
 
◆ writeData()
  
  | 
        
          | virtual void inviwo::JSONWriter::writeData | ( | const json * | data, |  
          |  |  | const std::filesystem::path & | filePath ) const |  | overridevirtual | 
 
 
◆ writeDataToBuffer()
  
  | 
        
          | virtual std::unique_ptr< std::vector< unsigned char > > inviwo::JSONWriter::writeDataToBuffer | ( | const json * | data, |  
          |  |  | std::string_view | fileExtension ) const |  | overridevirtual | 
 
 
The documentation for this class was generated from the following file: