SPH
Public Attributes | List of all members
TemporalPlot::Params Struct Reference

Parameters of the plot. More...

#include <Plot.h>

Public Attributes

Float segment = INFTY
 Plotted time segment. More...
 
Interval fixedRangeX = Interval{}
 Fixed x-range for the plot. If empty, a dynamic range is used. More...
 
Float minRangeY = 0._f
 Minimal size of the y-range. More...
 
bool shrinkY = false
 When discarting points out of plotted range, shrink y-axis to fit currently visible points. More...
 
Size maxPointCnt = 100
 
Float period = 0._f
 Time that needs to pass before a new point is added. More...
 

Detailed Description

Parameters of the plot.

Definition at line 176 of file Plot.h.

Member Data Documentation

◆ fixedRangeX

Interval TemporalPlot::Params::fixedRangeX = Interval{}

Fixed x-range for the plot. If empty, a dynamic range is used.

Definition at line 181 of file Plot.h.

◆ maxPointCnt

Size TemporalPlot::Params::maxPointCnt = 100

Maximum number of points on the plot. When exceeded, every second point is removed and the plot period is doubled.

Definition at line 191 of file Plot.h.

◆ minRangeY

Float TemporalPlot::Params::minRangeY = 0._f

Minimal size of the y-range.

Definition at line 184 of file Plot.h.

◆ period

Float TemporalPlot::Params::period = 0._f

Time that needs to pass before a new point is added.

Definition at line 194 of file Plot.h.

◆ segment

Float TemporalPlot::Params::segment = INFTY

Plotted time segment.

Definition at line 178 of file Plot.h.

◆ shrinkY

bool TemporalPlot::Params::shrinkY = false

When discarting points out of plotted range, shrink y-axis to fit currently visible points.

Definition at line 187 of file Plot.h.


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