1#ifndef FIDELITYWIDGET_H
2#define FIDELITYWIDGET_H
6#include "ui_FidelityWidgetGUI.h"
68 void getCmpFactors(
string varname, vector<float> &lodCF, vector<string> &lodStr, vector<float> &multiresCF, vector<string> &multiresStr)
const;
70 void uncheckFidelity();
74 QButtonGroup *_fidelityButtons;
78 std::vector<int> _fidelityLodIdx;
79 std::vector<int> _fidelityMultiresIdx;
80 std::vector<string> _fidelityLodStrs;
81 std::vector<string> _fidelityMultiresStrs;
82 std::string _currentLodStr;
83 std::string _currentMultiresStr;
A pure virtual class specifying the common properties of all the renderer parameter tabs in the VAPOR...
A cache based data reader.
A singleton class for managing Params instances.
A Params subclass for managing parameters used by Renderers.