OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Pure virtual interface for classes implementing JSON-based load/save state. More...
#include <JsonInterface.h>
Public Member Functions | |
JsonInterface () | |
virtual | ~JsonInterface () |
virtual void | loadJSON (const Json::Value &jsonNode)=0 |
virtual void | saveJSON (Json::Value &jsonNode) const =0 |
Pure virtual interface for classes implementing JSON-based load/save state.
Refer to 3DISA API document for JSON formats used.
Definition at line 19 of file JsonInterface.h.
|
inline |
Definition at line 22 of file JsonInterface.h.
|
inlinevirtual |
Definition at line 23 of file JsonInterface.h.
|
pure virtual |
Implemented in ossim::TiePoint, ossim::PhotoBlock, ossim::JsonConfig, ossim::GroundControlPoint, ossim::Image, ossimTool, ATP::ossimAtpTool, ossimDemTool, and ossimPointCloudTool.
|
pure virtual |