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

#include <transformation.hpp>

Inheritance diagram for biexpTrans:
Inheritance graph
[legend]
Collaboration diagram for biexpTrans:
Collaboration graph
[legend]

Public Member Functions

 biexpTrans ()
 
void computCalTbl ()
 
biexpTransclone ()
 
void convertToPb (pb::transformation &trans_pb)
 
 biexpTrans (const pb::transformation &trans_pb)
 
void setTransformedScale (int scale)
 
int getTransformedScale ()
 
int getRawScale ()
 
- Public Member Functions inherited from transformation
 transformation ()
 
 transformation (bool _isGate, unsigned short _type)
 
virtual ~transformation ()
 
virtual void transforming (valarray< double > &input)
 
virtual Spline_Coefs getSplineCoefs ()
 
virtual void setCalTbl (calibrationTable _tbl)
 
virtual calibrationTable getCalTbl ()
 
virtual void interpolate ()
 
virtual bool isInterpolated ()
 
virtual bool gateOnly ()
 
virtual void setGateOnlyFlag (bool _flag)
 
virtual bool computed ()
 
virtual void setComputeFlag (bool _flag)
 
virtual string getName ()
 
virtual void setName (string _name)
 
virtual string getChannel ()
 
virtual void setChannel (string _channel)
 
virtual unsigned short getType ()
 
virtual void setType (unsigned short _type)
 
 transformation (const pb::transformation &trans_pb)
 
virtual boost::shared_ptr
< transformation
getInverseTransformation ()
 

Public Attributes

int channelRange
 
double pos
 
double neg
 
double widthBasis
 
double maxValue
 

Additional Inherited Members

- Protected Attributes inherited from transformation
calibrationTable calTbl
 
bool isGateOnly
 
unsigned short type
 
string name
 
string channel
 
bool isComputed
 

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