|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#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 |
Definition at line 195 of file ScaleDefinition.h.
|
inline |
Definition at line 199 of file ScaleDefinition.h.
|
inline |
Definition at line 200 of file ScaleDefinition.h.
| std::string NormThreshold::label |
Definition at line 198 of file ScaleDefinition.h.
| double NormThreshold::max |
Definition at line 197 of file ScaleDefinition.h.
| double NormThreshold::min |
Definition at line 196 of file ScaleDefinition.h.