TissueQ TissueCheck |
Cellzilla2D Home |
Description
Determines whether an object is a valid tissue and prints relevant facts.
Needs["Cellzilla2D`"];
Return Value
TissueQ[t] returns true or false indicating whether or not this is a valid tissue.
TissueCheck[t] also returns true or false; but also prints out the number vertices, edges, and cells; and prints an error message indicating why the object is not a tissue if TissueQ[t] is false.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also