Class Heatmap2DWidget¶
Defined in File Heatmap2DWidget.h
Inheritance Relationships¶
Base Type¶
public SmartPeak::GenericGraphicWidget(Class GenericGraphicWidget)
Class Documentation¶
-
class
SmartPeak::Heatmap2DWidget: public SmartPeak::GenericGraphicWidget¶ Class for plotting heatmaps.
Public Functions
-
inline
Heatmap2DWidget(SessionHandler &session_handler, SequenceHandler &sequence_handler, const std::string &id, const std::string &title)¶
-
virtual void
draw() override¶ Interface to show the widget
NOTE: free to override in inherited implmementations
-
inline void
setRefreshNeeded()¶
Protected Attributes
-
SessionHandler &
session_handler_¶
-
SequenceHandler &
sequence_handler_¶
-
SessionHandler::HeatMapData
heatmap_data_¶
-
std::string
plot_title_¶
-
std::string
selected_feature_¶
-
bool
invalid_data_¶
-
bool
data_mismatch_¶
-
bool
refresh_needed_= false¶
-
inline