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

#include <flowData.hpp>

Public Member Functions

flowDataoperator= (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
 

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