VAPOR3 3.9.4
Public Member Functions | Protected Attributes | List of all members
TFEditor Class Reference

#include <TFEditor.h>

Inheritance diagram for TFEditor:
VSection

Public Member Functions

 TFEditor (bool usingColormapVariable=false)
 
 TFEditor (const std::string &tag)
 
virtual void Update (VAPoR::DataMgr *dataMgr, VAPoR::ParamsMgr *paramsMgr, VAPoR::RenderParams *rParams)
 
void SetShowOpacityMap (bool b)
 
- Public Member Functions inherited from VSection
 VSection (const std::string &title)
 
QVBoxLayout * layout () const
 
void setMenu (QMenu *menu)
 
void setLayout (QLayout *layout)=delete
 
int addTab (QWidget *page, const QString &label)=delete
 
QWidget * widget (int index) const =delete
 
void setCornerWidget (QWidget *widget, Qt::Corner corner)=delete
 
QWidget * cornerWidget () const =delete
 

Protected Attributes

TFMapGroupWidget_maps
 
TFMapInfoGroupWidget_mapsInfo
 
TFMappingRangeSelector_range
 
TFOpacityMap_opacityMap
 
TFHistogramMap_histogramMap
 
TFColorMap_colorMap
 
TFIsoValueMap_isoMap
 

Detailed Description

Definition at line 19 of file TFEditor.h.

Constructor & Destructor Documentation

◆ TFEditor() [1/2]

TFEditor::TFEditor ( bool  usingColormapVariable = false)

◆ TFEditor() [2/2]

TFEditor::TFEditor ( const std::string &  tag)

Member Function Documentation

◆ SetShowOpacityMap()

void TFEditor::SetShowOpacityMap ( bool  b)

◆ Update()

virtual void TFEditor::Update ( VAPoR::DataMgr dataMgr,
VAPoR::ParamsMgr paramsMgr,
VAPoR::RenderParams rParams 
)
virtual

Member Data Documentation

◆ _colorMap

TFColorMap* TFEditor::_colorMap
protected

Definition at line 36 of file TFEditor.h.

◆ _histogramMap

TFHistogramMap* TFEditor::_histogramMap
protected

Definition at line 35 of file TFEditor.h.

◆ _isoMap

TFIsoValueMap* TFEditor::_isoMap
protected

Definition at line 37 of file TFEditor.h.

◆ _maps

TFMapGroupWidget* TFEditor::_maps
protected

Definition at line 30 of file TFEditor.h.

◆ _mapsInfo

TFMapInfoGroupWidget* TFEditor::_mapsInfo
protected

Definition at line 31 of file TFEditor.h.

◆ _opacityMap

TFOpacityMap* TFEditor::_opacityMap
protected

Definition at line 34 of file TFEditor.h.

◆ _range

TFMappingRangeSelector* TFEditor::_range
protected

Definition at line 32 of file TFEditor.h.


The documentation for this class was generated from the following file: