#include <MultiTabulatedFunction.h>

Public Member Functions | |
| int | GetLabel () const |
| Return the label for the object. More... | |
| TabulatedFunction & | GetTabulatedFunction () |
| const TabulatedFunction & | GetTabulatedFunction () const |
| LabeledTabulatedFunction (const int label, TabulatedFunction &tf) | |
| LabeledTabulatedFunction (const std::pair< int, TabulatedFunction * > pair) | |
| bool | operator!= (const LabeledObject &lobj) const |
| bool | operator== (const LabeledObject &lobj) const |
Protected Member Functions | |
| TabulatedFunction & | GetObject () |
| const TabulatedFunction & | GetObject () const |
Definition at line 11 of file MultiTabulatedFunction.h.
|
inline |
Definition at line 14 of file MultiTabulatedFunction.h.
|
inline |
Definition at line 17 of file MultiTabulatedFunction.h.
|
inlineinherited |
Return the label for the object.
The label typically specifies the what signal component a utl::Trace or utl::TimeDistribution corresponds to
Definition at line 33 of file MultiObject.h.
References utl::LabeledObject< T >::fLabel.
|
inlineprotectedinherited |
Definition at line 42 of file MultiObject.h.
References utl::LabeledObject< T >::fObject.
|
inlineprotectedinherited |
Definition at line 43 of file MultiObject.h.
References utl::LabeledObject< T >::fObject.
|
inline |
Definition at line 20 of file MultiTabulatedFunction.h.
References utl::LabeledObject< T >::GetObject().
|
inline |
Definition at line 22 of file MultiTabulatedFunction.h.
References utl::LabeledObject< T >::GetObject().
|
inlineinherited |
Definition at line 38 of file MultiObject.h.
References utl::LabeledObject< T >::operator==().
|
inlineinherited |
Definition at line 35 of file MultiObject.h.
References utl::LabeledObject< T >::fLabel, and utl::LabeledObject< T >::fObject.