VAPOR3 3.9.4
PDatasetTransformWidget.h
Go to the documentation of this file.
1#pragma once
2
3#include "PWidget.h"
4
5namespace VAPoR {
6class ControlExec;
7}
8class VSection;
11
12
15 VSection * _section;
16 PStringDropdown * _twDataset;
17 PTransformWidget * _tw;
18 static const std::string SelectedDatasetTag;
19
20public:
22
23 void updateGUI() const override;
24};
PDatasetTransformWidget(VAPoR::ControlExec *ce)
void updateGUI() const override
Provides API for VAPOR visualizer User Interfaces (UIs)