10 #ifndef ossimPointCloudUtil_HEADER 11 #define ossimPointCloudUtil_HEADER 35 void loadJSON(
const Json::Value& json_request)
override;
36 void saveJSON(Json::Value& json)
const override;
37 virtual bool execute()
override;
41 void setGSD(
const double& meters_per_pixel);
47 enum Operation { HIGHEST_DEM, LOWEST_DEM, HIGHEST_LOWEST } m_operation;