GatingSet/GatingHierarchy C++ API
Main Page
Classes
All
Classes
Functions
Variables
GatingHierarchy
addRoot
GatingHierarchy
getAncestor
getChildren
getDescendants
getNodeDepths
getNodeID
getNodeProperty
getParent
getPopPaths
getVertices
tree
VertexID_vec getDescendants
(
VertexID
u
,
string
name
)
search for all the nodes that matches the pop name given the ancestor node id
Parameters
u
the ancestor node id to search from
name
the node name to search for
Returns
the vector of node id that match
For example:
VertexID parentID = gh->getNodeID(
"CD3"
);
//this may return two descendants: "CD3/CD4/CCR7+ 45RA+" and "CD3/CD8/CCR7+ 45RA+"
gh->getDescendants(parentID,
"CCR7+ 45RA+"
);
Generated on Thu Nov 10 2016 16:54:36 for GatingSet/GatingHierarchy C++ API by
1.8.6