10 #ifndef PND_MVA_VARIABLE_H 
   11 #define PND_MVA_VARIABLE_H 
   26                           float normFactor = 1.0, 
float mean = 0.0,
 
   27                           float min = 0.0, 
float max = 0.0);
 
   57                                       float normFactor, 
float mean,
 
   60                       NormFactor(normFactor),
 
   73                       NormFactor(oth.NormFactor),
 
PndMvaVariable & operator=(PndMvaVariable const &oth)
Assignment operator. 
friend F32vec4 max(const F32vec4 &a, const F32vec4 &b)
virtual ~PndMvaVariable()
Destructor. 
bool operator==(PndMvaVariable const &oth) const 
static T Min(const T &x, const T &y)
bool operator>(PndMvaVariable const &oth) const 
friend F32vec4 min(const F32vec4 &a, const F32vec4 &b)
PndMvaVariable(std::string const &name="UNKNOWN_VAR", float normFactor=1.0, float mean=0.0, float min=0.0, float max=0.0)
Constructor implementation. 
bool operator<(PndMvaVariable const &oth) const 
static T Max(const T &x, const T &y)