Click or drag to resize

AlgorithmsIsConnected Method

Overload List
  NameDescription
Public methodStatic memberCode exampleIsConnectedTCell, TPoint(IGridTCell, TPoint, IEnumerableTPoint, FuncTPoint, TPoint, Boolean)
The set is connected if the set of points are neighbor-connected, and isNeighborsConnected return true for each two neighbors in the set.Two points are connected if they are neighbors, or one point has a neighbor that is neighbor-connected with the other point.
Public methodStatic memberCode exampleIsConnectedTCell, TPoint(IGridTCell, TPoint, TPoint, TPoint, FuncTPoint, TPoint, Boolean)
The set is connected if the set of points are neighbor-connected, and isNeighborsConnected return true for each two neighbors in the set.Two points are connected if they are neighbors, or one point has a neighbor that is neighbor-connected with the other point. Another way to put this is, this function returns true if there is a set that connects point1 to point2.
Top
See Also