32 std::string dataset_name =
"Invalid Dataset!";
43 std::shared_ptr<Handler> instrument_products;
44 std::shared_ptr<Handler> general_products;
45 std::vector<std::shared_ptr<products::Product>> all_products;
52 std::string
getName() {
return dataset_name; }
54 std::string getID() {
return "dataset_handler"; }
std::string getName()
Get this handler's readable name.
Definition dataset_handler.h:52
void drawMenu()
Render explorer menu left sidebar.
Definition dataset_handler.cpp:44
void drawContents(ImVec2 win_size)
Render explorer contents (center/left)
Definition dataset_handler.cpp:46
DatasetHandler(std::string path, products::DataSet d)
Constructor.
Definition dataset_handler.cpp:15
SatDump's handler base class.
Definition handler.h:32
Core dataset implementation.
Core Product implementation.
SatDump dataset struct.
Definition dataset.h:26