CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Class that handles the lines drawn between cells in different graphs and the bundling of them. More...
Public Member Functions | |
IEnumerator | DrawLinesBetweenGraphPoints (Selection selection) |
Draws lines between the graph that was selected from to points in other graphs that share the same cell label. More... | |
void | BundleAllLines () |
void | ClearLinesBetweenGraphPoints () |
Removes all lines between graphs. More... | |
Public Attributes | |
ReferenceManager | referenceManager |
GameObject | lineBetweenTwoGraphPointsPrefab |
GameObject | pointClusterPrefab |
GameObject | clusterDebugBox |
Class that handles the lines drawn between cells in different graphs and the bundling of them.
void CellexalVR.AnalysisLogic.LineBundler.ClearLinesBetweenGraphPoints | ( | ) |
Removes all lines between graphs.
IEnumerator CellexalVR.AnalysisLogic.LineBundler.DrawLinesBetweenGraphPoints | ( | Selection | selection | ) |
Draws lines between the graph that was selected from to points in other graphs that share the same cell label.
selection | The graphpoints to draw the lines from. |