PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
NormThreshold Struct Reference

#include <ScaleDefinition.h>

Public Member Functions

 NormThreshold ()
 
 NormThreshold (double mn, double mx, const std::string &lbl)
 

Public Attributes

double min
 
double max
 
std::string label
 

Detailed Description

Definition at line 195 of file ScaleDefinition.h.

Constructor & Destructor Documentation

◆ NormThreshold() [1/2]

NormThreshold::NormThreshold ( )
inline

Definition at line 199 of file ScaleDefinition.h.

199: min(0), max(0) {}

◆ NormThreshold() [2/2]

NormThreshold::NormThreshold ( double  mn,
double  mx,
const std::string &  lbl 
)
inline

Definition at line 200 of file ScaleDefinition.h.

200: min(mn), max(mx), label(lbl) {}
std::string label

Member Data Documentation

◆ label

std::string NormThreshold::label

Definition at line 198 of file ScaleDefinition.h.

◆ max

double NormThreshold::max

Definition at line 197 of file ScaleDefinition.h.

◆ min

double NormThreshold::min

Definition at line 196 of file ScaleDefinition.h.


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