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

#include <transformation.hpp>

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

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)
 
transformationgetTran (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
 

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