ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
erf_plotfile::Plot3DQRange Struct Reference

#include <ERF_PlotfileSelection.H>

Collaboration diagram for erf_plotfile::Plot3DQRange:

Public Member Functions

bool valid () const noexcept
 

Public Attributes

int first_q = 0
 
int last_q = -1
 

Member Function Documentation

◆ valid()

bool erf_plotfile::Plot3DQRange::valid ( ) const
inlinenoexcept
62  {
63  return first_q >= 1 && last_q >= first_q;
64  }
int first_q
Definition: ERF_PlotfileSelection.H:58
int last_q
Definition: ERF_PlotfileSelection.H:59

Referenced by erf_plotfile::plot3d_q_range_available().

Here is the caller graph for this function:

Member Data Documentation

◆ first_q

int erf_plotfile::Plot3DQRange::first_q = 0

◆ last_q

int erf_plotfile::Plot3DQRange::last_q = -1

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