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


Public Member Functions | |
| ellipsoidGate () | |
| ellipsoidGate (vector< coordinate > _antipodal, vector< string > _params) | |
| void | transforming (trans_local &) |
| ellipsoidGate * | clone () |
| void | convertToPb (pb::gate &gate_pb) |
| ellipsoidGate (const pb::gate &gate_pb) | |
| vector< bool > | gating (flowData &) |
| unsigned short | getType () |
Public Member Functions inherited from ellipseGate | |
| ellipseGate () | |
| ellipseGate (coordinate _mu, vector< coordinate > _cov, double _dist) | |
| ellipseGate (vector< coordinate > _antipodal, vector< string > _params) | |
| vector< coordinate > | getCovarianceMat () |
| coordinate | getMu () |
| double | getDist () |
| void | computeCov () |
| void | extend (flowData &, float) |
| void | extend (float, float) |
| void | gain (map< string, float > &) |
| ellipseGate (const pb::gate &gate_pb) | |
| void | toPolygon (unsigned nVertices) |
Public Member Functions inherited from polygonGate | |
| polygonGate () | |
| virtual void | transforming (transformation *trans_x, transformation *trans_y) |
| virtual vertices_valarray | getVertices () |
| void | setParam (paramPoly _param) |
| void | updateChannels (const CHANNEL_MAP &chnl_map) |
| virtual paramPoly | getParam () |
| virtual vector< string > | getParamNames () |
| polygonGate (const pb::gate &gate_pb) | |
Public Member Functions inherited from gate | |
| gate () | |
| gate (const pb::gate &gate_pb) | |
| virtual | ~gate () |
| virtual vector< BOOL_GATE_OP > | getBoolSpec () |
| virtual bool | isNegate () |
| virtual bool | gained () |
| virtual void | setNegate (bool _neg) |
| virtual bool | Transformed () |
| virtual void | setTransformed (bool _isTransformed) |
Additional Inherited Members | |
Protected Attributes inherited from ellipseGate | |
| vector< coordinate > | antipodal_vertices |
| coordinate | mu |
| vector< coordinate > | cov |
| double | dist |
Protected Attributes inherited from polygonGate | |
| paramPoly | param |
Protected Attributes inherited from gate | |
| bool | neg |
| bool | isTransformed |
| bool | isGained |
1.8.6