GatingSet/GatingHierarchy C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
paramRange Class Reference

#include <gate.hpp>

Public Member Functions

 paramRange (double _min, double _max, string _name)
 
 paramRange ()
 
vertices_valarray toValarray ()
 
void setName (string _n)
 
void updateChannels (const CHANNEL_MAP &chnl_map)
 
string getName ()
 
vector< string > getNameArray ()
 
double getMin ()
 
void setMin (double _v)
 
double getMax ()
 
void setMax (double _v)
 
void convertToPb (pb::paramRange &paramRange_pb)
 
 paramRange (const pb::paramRange &paramRange_pb)
 

Private Attributes

string name
 
double min
 
double max
 

The documentation for this class was generated from the following files: