VAPOR3 3.9.4
VolumeIsoEventRouter.h
Go to the documentation of this file.
1#pragma once
2
5
10
12public:
15 string GetType() const { return GetClassType(); }
16 bool Supports2DVariables() const { return false; }
17 bool Supports3DVariables() const { return true; }
18
19protected:
20 string _getDescription() const;
21 string _getSmallIconImagePath() const { return "IsoSurface_small.png"; }
22 string _getIconImagePath() const { return "IsoSurface.png"; }
23};
Tab manager for renderer subtabs.
Provides API for VAPOR visualizer User Interfaces (UIs)
static std::string GetClassType()
Isosurface renderer GUI.
static string GetClassType()
string _getIconImagePath() const
bool Supports2DVariables() const
VolumeIsoEventRouter(QWidget *parent, VAPoR::ControlExec *ce)
string _getSmallIconImagePath() const
bool Supports3DVariables() const
string _getDescription() const