OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
olb::heatmap::plotParam< T > Struct Template Reference

#include <gnuplotHeatMapWriter.h>

+ Collaboration diagram for olb::heatmap::plotParam< T >:

Public Member Functions

 plotParam ()
 

Public Attributes

std::string name
 
bool writeCSV = false
 
bool fullScreenPlot = false
 
bool activateFullScreenPlotColorBox = false
 
int contourlevel = 0
 
std::string colour = std::string("rainbow")
 
Vector< T, 2u > zoomOrigin
 
Vector< T, 2u > zoomExtend
 
minValue = 0.
 
maxValue = 0.
 

Detailed Description

template<typename T>
struct olb::heatmap::plotParam< T >

Definition at line 39 of file gnuplotHeatMapWriter.h.

Constructor & Destructor Documentation

◆ plotParam()

template<typename T >
olb::heatmap::plotParam< T >::plotParam ( )
inline

Definition at line 51 of file gnuplotHeatMapWriter.h.

51 :
52 zoomOrigin(0.0, 0.0),
53 zoomExtend(1.0, 1.0)
54 {
55 }

Member Data Documentation

◆ activateFullScreenPlotColorBox

template<typename T >
bool olb::heatmap::plotParam< T >::activateFullScreenPlotColorBox = false

Definition at line 43 of file gnuplotHeatMapWriter.h.

◆ colour

template<typename T >
std::string olb::heatmap::plotParam< T >::colour = std::string("rainbow")

Definition at line 45 of file gnuplotHeatMapWriter.h.

◆ contourlevel

template<typename T >
int olb::heatmap::plotParam< T >::contourlevel = 0

Definition at line 44 of file gnuplotHeatMapWriter.h.

◆ fullScreenPlot

template<typename T >
bool olb::heatmap::plotParam< T >::fullScreenPlot = false

Definition at line 42 of file gnuplotHeatMapWriter.h.

◆ maxValue

template<typename T >
T olb::heatmap::plotParam< T >::maxValue = 0.

Definition at line 49 of file gnuplotHeatMapWriter.h.

◆ minValue

template<typename T >
T olb::heatmap::plotParam< T >::minValue = 0.

Definition at line 48 of file gnuplotHeatMapWriter.h.

◆ name

template<typename T >
std::string olb::heatmap::plotParam< T >::name

Definition at line 40 of file gnuplotHeatMapWriter.h.

◆ writeCSV

template<typename T >
bool olb::heatmap::plotParam< T >::writeCSV = false

Definition at line 41 of file gnuplotHeatMapWriter.h.

◆ zoomExtend

template<typename T >
Vector<T,2u> olb::heatmap::plotParam< T >::zoomExtend

Definition at line 47 of file gnuplotHeatMapWriter.h.

◆ zoomOrigin

template<typename T >
Vector<T,2u> olb::heatmap::plotParam< T >::zoomOrigin

Definition at line 46 of file gnuplotHeatMapWriter.h.


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