#include <L1TUtmScale.h>
Public Member Functions | |
const std::vector< L1TUtmBin > & | getBins () const |
double | getMaximum () const |
double | getMinimum () const |
const std::string & | getName () const |
unsigned int | getNbits () const |
int | getObjectType () const |
int | getScaleType () const |
double | getStep () const |
L1TUtmScale () | |
virtual | ~L1TUtmScale () |
Protected Attributes | |
std::vector< L1TUtmBin > | bins_ |
double | maximum_ |
double | minimum_ |
unsigned int | n_bits_ |
std::string | name_ |
int | object_ |
double | step_ |
int | type_ |
unsigned int | version |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
This class implements data structure for Scale
Definition at line 39 of file L1TUtmScale.h.
|
inline |
Definition at line 43 of file L1TUtmScale.h.
|
inlinevirtual |
Definition at line 48 of file L1TUtmScale.h.
|
inline |
|
inline |
|
inline |
|
inline |
get scale name
Definition at line 51 of file L1TUtmScale.h.
References name_.
Referenced by plotting.Plot::draw().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
friend |
Definition at line 85 of file L1TUtmScale.h.
|
friend |
Definition at line 85 of file L1TUtmScale.h.
|
protected |
array of L1TUtmBin
Definition at line 83 of file L1TUtmScale.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
type of scale
Definition at line 78 of file L1TUtmScale.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), getScaleType(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), and Modules.ESPrefer::nameInProcessDesc_().
|
protected |
Definition at line 84 of file L1TUtmScale.h.
Referenced by validation.Sample::datasetpattern(), and validation.Sample::filename().