PFoamCellPartition Method |
Creates "ripples" of cells originating from the input list of cells
The input cells can be disjoint "ripples" will be created from each cluster.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<IList<PFCell>> CellPartition(
List<PFCell> startCells
)
Public Function CellPartition (
startCells As List(Of PFCell)
) As IList(Of IList(Of PFCell))
public:
IList<IList<PFCell^>^>^ CellPartition(
List<PFCell^>^ startCells
)
member CellPartition :
startCells : List<PFCell> -> IList<IList<PFCell>>
Parameters
- startCells
- Type: System.Collections.GenericListPFCell
The cells to start the calculation from.
Return Value
Type:
IListIListPFCellA list of ripples. Each ripple is a list of cells.
See Also