|
GatingSet/GatingHierarchy C++ API
|
#include <transformation.hpp>


Public Member Functions | |
| biexpTrans () | |
| void | computCalTbl () |
| biexpTrans * | clone () |
| 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 |
1.8.6