#include <HistoDef.h>
Public Member Functions | |
HistoDef () | |
void | init (ALIstring name) |
float | maximum () const |
float | minimum () const |
ALIstring | name () const |
void | setMaximum (float max) |
void | setMinimum (float min) |
~HistoDef () | |
Private Attributes | |
float | theMax |
float | theMin |
ALIstring | theName |
Definition at line 17 of file HistoDef.h.
|
inline |
Definition at line 22 of file HistoDef.h.
|
inline |
Definition at line 24 of file HistoDef.h.
void HistoDef::init | ( | ALIstring | name | ) |
Definition at line 12 of file HistoDef.cc.
References ALI_DBL_MAX, name(), theMax, theMin, and theName.
|
inline |
Definition at line 32 of file HistoDef.h.
References theMax.
|
inline |
Definition at line 29 of file HistoDef.h.
References theMin.
|
inline |
Definition at line 26 of file HistoDef.h.
References theName.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), validation.Sample::digest(), init(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
|
inline |
Definition at line 36 of file HistoDef.h.
|
private |
Definition at line 46 of file HistoDef.h.
Referenced by init(), maximum(), and setMaximum().
|
private |
Definition at line 45 of file HistoDef.h.
Referenced by init(), minimum(), and setMinimum().
|
private |
Definition at line 44 of file HistoDef.h.
Referenced by twikiExport.Constituent::__str__(), twikiExport.Material::__str__(), init(), and name().