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

#include <calibrationTable.hpp>

Public Member Functions

 calibrationTable ()
 
calibrationTableoperator= (const calibrationTable &source)
 
 calibrationTable (string _caltype, int _spline_method)
 
void interpolate ()
 
void init (unsigned)
 
valarray< double > transforming (valarray< double > &)
 
Spline_Coefs getSplineCoefs ()
 
valarray< double > getX ()
 
valarray< double > getY ()
 
void setY (valarray< double > _y)
 
void setX (valarray< double > _x)
 
valarray< double > getB ()
 
valarray< double > getC ()
 
valarray< double > getD ()
 
void setCaltype (string _caltype)
 
string getCaltype ()
 
void setMethod (int _spline_method)
 
int getMethod ()
 
void setInterpolated (bool _flag)
 
bool isInterpolated ()
 
void convertToPb (pb::calibrationTable &cal_pb)
 
 calibrationTable (const pb::calibrationTable &cal_pb)
 

Private Attributes

valarray< double > x
 
valarray< double > y
 
valarray< double > b
 
valarray< double > c
 
valarray< double > d
 
int spline_method
 
string caltype
 
bool flag
 

Friends

std::ostream & operator<< (std::ostream &os, const calibrationTable &gh)
 

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