|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jocl.cloth.ClothPartitioner
class ClothPartitioner
A class for computing independent sets of edges. That is, it splits a set of edges into sets where no two edges of a single set have a common vertex.
| Method Summary | ||
|---|---|---|
static
|
computeIndependentSets(java.util.Collection<T> edges)
Compute the independent sets of the given edges |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends de.javagl.simplemesh.Edge> java.util.List<java.util.List<T>> computeIndependentSets(java.util.Collection<T> edges)
T - The edge typeedges - The edges
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||