CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.AnalysisLogic.LineBundler Class Reference

Class that handles the lines drawn between cells in different graphs and the bundling of them. More...

Inheritance diagram for CellexalVR.AnalysisLogic.LineBundler:

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
 

Detailed Description

Class that handles the lines drawn between cells in different graphs and the bundling of them.

Member Function Documentation

◆ ClearLinesBetweenGraphPoints()

void CellexalVR.AnalysisLogic.LineBundler.ClearLinesBetweenGraphPoints ( )

Removes all lines between graphs.

◆ DrawLinesBetweenGraphPoints()

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.

Parameters
selectionThe graphpoints to draw the lines from.

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