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