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

#include <gnuplotHeatMapWriter.h>

+ Collaboration diagram for olb::heatmap::detail::detailParam< T >:

Public Attributes

const plotParam< T > * plot
 
BlockF2D< T > * blockData
 
const HyperplaneLattice3D< T > * hyperPlane
 
std::string matrixPath
 
std::string csvPath
 
std::string jpegPath
 
std::string pngPath
 
std::string plotFilePath
 
std::string dir
 
int iT
 
int nx
 
int ny
 
aspect
 
int canvasX
 
int canvasY
 
cbXscaling
 
spacing
 
Vector< T, 3 > origin
 
Vector< T, 3 > normal
 
Vector< T, 2 > zoomMin
 
Vector< T, 2 > zoomMax
 
std::string quantityname
 

Detailed Description

template<typename T>
struct olb::heatmap::detail::detailParam< T >

Definition at line 90 of file gnuplotHeatMapWriter.h.

Member Data Documentation

◆ aspect

template<typename T >
T olb::heatmap::detail::detailParam< T >::aspect

Definition at line 103 of file gnuplotHeatMapWriter.h.

◆ blockData

template<typename T >
BlockF2D<T>* olb::heatmap::detail::detailParam< T >::blockData

Definition at line 92 of file gnuplotHeatMapWriter.h.

◆ canvasX

template<typename T >
int olb::heatmap::detail::detailParam< T >::canvasX

Definition at line 104 of file gnuplotHeatMapWriter.h.

◆ canvasY

template<typename T >
int olb::heatmap::detail::detailParam< T >::canvasY

Definition at line 105 of file gnuplotHeatMapWriter.h.

◆ cbXscaling

template<typename T >
T olb::heatmap::detail::detailParam< T >::cbXscaling

Definition at line 106 of file gnuplotHeatMapWriter.h.

◆ csvPath

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::csvPath

Definition at line 95 of file gnuplotHeatMapWriter.h.

◆ dir

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::dir

Definition at line 99 of file gnuplotHeatMapWriter.h.

◆ hyperPlane

template<typename T >
const HyperplaneLattice3D<T>* olb::heatmap::detail::detailParam< T >::hyperPlane

Definition at line 93 of file gnuplotHeatMapWriter.h.

◆ iT

template<typename T >
int olb::heatmap::detail::detailParam< T >::iT

Definition at line 100 of file gnuplotHeatMapWriter.h.

◆ jpegPath

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::jpegPath

Definition at line 96 of file gnuplotHeatMapWriter.h.

◆ matrixPath

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::matrixPath

Definition at line 94 of file gnuplotHeatMapWriter.h.

◆ normal

template<typename T >
Vector<T,3> olb::heatmap::detail::detailParam< T >::normal

Definition at line 109 of file gnuplotHeatMapWriter.h.

◆ nx

template<typename T >
int olb::heatmap::detail::detailParam< T >::nx

Definition at line 101 of file gnuplotHeatMapWriter.h.

◆ ny

template<typename T >
int olb::heatmap::detail::detailParam< T >::ny

Definition at line 102 of file gnuplotHeatMapWriter.h.

◆ origin

template<typename T >
Vector<T,3> olb::heatmap::detail::detailParam< T >::origin

Definition at line 108 of file gnuplotHeatMapWriter.h.

◆ plot

template<typename T >
const plotParam<T>* olb::heatmap::detail::detailParam< T >::plot

Definition at line 91 of file gnuplotHeatMapWriter.h.

◆ plotFilePath

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::plotFilePath

Definition at line 98 of file gnuplotHeatMapWriter.h.

◆ pngPath

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::pngPath

Definition at line 97 of file gnuplotHeatMapWriter.h.

◆ quantityname

template<typename T >
std::string olb::heatmap::detail::detailParam< T >::quantityname

Definition at line 112 of file gnuplotHeatMapWriter.h.

◆ spacing

template<typename T >
T olb::heatmap::detail::detailParam< T >::spacing

Definition at line 107 of file gnuplotHeatMapWriter.h.

◆ zoomMax

template<typename T >
Vector<T,2> olb::heatmap::detail::detailParam< T >::zoomMax

Definition at line 111 of file gnuplotHeatMapWriter.h.

◆ zoomMin

template<typename T >
Vector<T,2> olb::heatmap::detail::detailParam< T >::zoomMin

Definition at line 110 of file gnuplotHeatMapWriter.h.


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