GatingSet/GatingHierarchy C++ API
 All Classes Functions Variables
Public Member Functions | Private Attributes | List of all members
nodeProperties Class Reference

The container that holds gate and population information. More...

#include <nodeProperties.hpp>

Collaboration diagram for nodeProperties:
Collaboration graph
[legend]

Public Member Functions

POPSTATS getStats (bool isFlowCore=false)
 
void setStats (POPSTATS s, bool isFlowCore=false)
 
unsigned getCounts ()
 
gategetGate ()
 
string getName ()
 
void setName (const char *popName)
 
vector< bool > getIndices ()
 
void setIndices (vector< bool > _ind)
 
void setGate (gate *gate)
 
void computeStats ()
 

Private Attributes

gatethisGate
 
popIndPtr indices
 

Detailed Description

the pointer to the event indices

It has the population name, the pointer to the base object, gate indices and population stats.


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