ConnectionList | Cellzilla2D Home |
Description
Returns the connection list of the Tissue object.
Needs["Cellzilla2D`"];
Return Value
ConnectionList[tissue] returns a list {{i1,j1}, {i2,j2},..} where each {i,j} pair represents a link between cell i and cell j.
Options
"UpperTriangular"→False - if True, only links {i,j} with i<j will be returned.
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also