The container that holds gate and population information. More...
#include <nodeProperties.hpp>
Public Member Functions | |
POPSTATS | getStats (bool isFlowCore=false) |
void | setStats (POPSTATS s, bool isFlowCore=false) |
unsigned | getCounts () |
gate * | getGate () |
string | getName () |
void | setName (const char *popName) |
vector< bool > | getIndices () |
void | setIndices (vector< bool > _ind) |
void | setGate (gate *gate) |
void | computeStats () |
Private Attributes | |
gate * | thisGate |
popIndPtr | indices |
the pointer to the event indices
It has the population name, the pointer to the base object, gate indices and population stats.