Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::JSONConverter< Base > Class Template Referenceabstract
+ Inheritance diagram for inviwo::JSONConverter< Base >:

Public Member Functions

virtual std::string_view getClassIdentifier () const =0
 
virtual void toJSON (json &j, const Base &p) const =0
 
virtual void fromJSON (const json &j, Base &p) const =0
 

Member Function Documentation

◆ fromJSON()

template<typename Base >
virtual void inviwo::JSONConverter< Base >::fromJSON ( const json & j,
Base & p ) const
pure virtual

◆ toJSON()

template<typename Base >
virtual void inviwo::JSONConverter< Base >::toJSON ( json & j,
const Base & p ) const
pure virtual

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