Inviwo
0.9.10.1
Inviwo documentation
|
#include <propertyjsonconverter.h>
Public Member Functions | |
virtual std::string | getPropClassIdentifier () const =0 |
virtual void | toJSON (json &j, const Property &p) const =0 |
virtual void | fromJSON (const json &j, Property &p) const =0 |
Interface for converting between JSON and Property.
|
pure virtual |
Converts a JSON object to a Property to a JSON object.
Implemented in inviwo::TemplatePropertyJSONConverter< SrcProperty >.
|
pure virtual |
Converts a Property to a JSON object.
Implemented in inviwo::TemplatePropertyJSONConverter< SrcProperty >.