VAPOR3 3.9.4
VolumeEventRouter.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 "DVR_small.png"; }
22 string _getIconImagePath() const { return "DVR.png"; }
23};
Tab manager for renderer subtabs.
Provides API for VAPOR visualizer User Interfaces (UIs)
static std::string GetClassType()
Volume renderer GUI.
string _getIconImagePath() const
static string GetClassType()
bool Supports3DVariables() const
bool Supports2DVariables() const
string GetType() const
string _getSmallIconImagePath() const
string _getDescription() const
VolumeEventRouter(QWidget *parent, VAPoR::ControlExec *ce)