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

Represents a input or ouput port on a FilterCreatorBlock. Two ports can be connected to connect an output to an input on two different FilterCreatorBlock. More...

Inheritance diagram for CellexalVR.Filters.FilterCreatorBlockPort:

Public Member Functions

void SetHighlighted (bool highlight)
 
bool ConnectTo (FilterCreatorBlockPort other)
 Connects this port to a port on another block. More...
 
void Disconnect ()
 
BooleanExpression.Expr ToExpr ()
 

Public Attributes

ReferenceManager referenceManager
 
FilterManager filterManager
 
bool IsInput
 
FilterCreatorBlock parent
 
FilterCreatorBlockPort connectedTo
 
GameObject wire
 

Detailed Description

Represents a input or ouput port on a FilterCreatorBlock. Two ports can be connected to connect an output to an input on two different FilterCreatorBlock.

Member Function Documentation

◆ ConnectTo()

bool CellexalVR.Filters.FilterCreatorBlockPort.ConnectTo ( FilterCreatorBlockPort  other)

Connects this port to a port on another block.

Parameters
otherThe port to connect to.
Returns
True if a successful connection was made.

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