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


Public Member Functions | |
| void | setSampleIDs (vector< int > _sampleIDs) |
| vector< int > | getSampleIDs () |
| string | getGroupName () |
| void | setGroupName (string _groupName) |
| void | convertToPb (pb::trans_local &tg_pb, pb::GatingSet &gs_pb) |
| trans_global () | |
| trans_global (const pb::trans_local &tg_pb, map< intptr_t, transformation * > &trans_tbl) | |
Public Member Functions inherited from trans_local | |
| trans_map | getTransMap () |
| void | setTransMap (trans_map _tp) |
| transformation * | getTran (string) |
| trans_map | cloneTransMap () |
| void | addTrans (string tName, transformation *trans) |
| trans_local () | |
| trans_local (const pb::trans_local &tg_pb, map< intptr_t, transformation * > &trans_tbl) | |
| virtual void | convertToPb (pb::trans_local &lg_pb) |
| void | updateChannels (const CHANNEL_MAP &chnl_map) |
Private Attributes | |
| string | groupName |
| vector< int > | sampleIDs |
1.8.6