|
GatingSet/GatingHierarchy C++ API
|
#include <flowData.hpp>
Public Member Functions | |
| flowData & | operator= (const flowData &source) |
| flowData () | |
| flowData (const double *mat, vector< string >, unsigned _nEvents, unsigned _sampleID, bool _ignore_case=false) | |
| slice | getSlice (string channel) const |
| void | updateSlice (string channel, valarray< double > x) |
| valarray< double > | subset (string channel) const |
| void | setParams (vector< string > _params) |
| vector< string > | getParams () |
| void | setEventCount (unsigned _nEvents) |
| unsigned | getEventsCount () |
| void | setSampleID (unsigned _sampleID) |
| unsigned | getSampleID () |
| void | clear () |
| unsigned | dataSize () |
| void | getData (double *mat, unsigned nSize) |
| valarray< double > | getData () |
Private Attributes | |
| vector< string > | params |
| unsigned | sampleID |
| valarray< double > | data |
| unsigned | nEvents |
| bool | ignore_case |
1.8.6