14 PunctiformProductHandler(std::shared_ptr<products::Product> p,
bool dataset_mode =
false);
15 ~PunctiformProductHandler();
28 current_mode_t current_mode = MODE_GRAPH;
33 std::string selected_channel;
35 double range_max = 10;
46 void addSubHandler(std::shared_ptr<Handler> handler,
bool ontop =
false) { img_handler.addSubHandler(handler, ontop); }
48 void delSubHandler(std::shared_ptr<Handler> handler,
bool now =
false) { img_handler.delSubHandler(handler,
true); }
50 bool drawTreeMenu(std::shared_ptr<Handler> &h) {
return img_handler.drawTreeMenu(h); }
55 void saveResult(std::string directory);
57 std::string getID() {
return "punctiform_product_handler"; }
The main standard ImageHandler.
Definition image_handler.h:33
ProductHandler(std::shared_ptr< products::Product > p, bool dataset_mode=false, std::function< bool(nlohmann::ordered_json &)> filterPreset=[](auto &) { return true;})
Constructor.
Definition product_handler.cpp:17