|
ParaView
|
Custom panel for the default netCDF reader. More...
#include <pqNetCDFPanel.h>


Public Slots | |
| void | updateVariableStatusEntries () |
Public Member Functions | |
| pqNetCDFPanel (pqProxy *proxy, QWidget *p) | |
| virtual | ~pqNetCDFPanel () |
Protected Attributes | |
| QComboBox * | Dimensions |
| pqTreeWidget * | Variables |
Custom panel for the default netCDF reader.
This panel adds and modifies the auto generated panel to allow the user to only select variables that have the same dimensions.
Definition at line 33 of file pqNetCDFPanel.h.
| pqNetCDFPanel::pqNetCDFPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
| virtual pqNetCDFPanel::~pqNetCDFPanel | ( | ) | [virtual] |
| void pqNetCDFPanel::updateVariableStatusEntries | ( | ) | [slot] |
QComboBox* pqNetCDFPanel::Dimensions [protected] |
Definition at line 46 of file pqNetCDFPanel.h.
pqTreeWidget* pqNetCDFPanel::Variables [protected] |
Definition at line 47 of file pqNetCDFPanel.h.
1.7.5.1