#include <ESTBWeights.h>
Public Types | |
typedef std::map < ESStripGroupId, ESWeightSet > | ESTBWeightMap |
Public Member Functions | |
ESTBWeights () | |
const ESTBWeightMap & | getMap () const |
void | setValue (const ESStripGroupId &groupId, const ESWeightSet &weight) |
~ESTBWeights () | |
Private Attributes | |
COND_SERIALIZABLE | |
ESTBWeightMap | map_ |
Definition at line 12 of file ESTBWeights.h.
typedef std::map< ESStripGroupId, ESWeightSet > ESTBWeights::ESTBWeightMap |
Definition at line 14 of file ESTBWeights.h.
ESTBWeights::ESTBWeights | ( | ) |
Definition at line 5 of file ESTBWeights.cc.
ESTBWeights::~ESTBWeights | ( | ) |
Definition at line 9 of file ESTBWeights.cc.
|
inline |
void ESTBWeights::setValue | ( | const ESStripGroupId & | groupId, |
const ESWeightSet & | weight | ||
) |
Definition at line 13 of file ESTBWeights.cc.
References map_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
private |
Definition at line 28 of file ESTBWeights.h.
|
private |
Definition at line 26 of file ESTBWeights.h.
Referenced by getMap(), and setValue().