|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.cloth.ClusterSetsCreator
class ClusterSetsCreator
A class for creating the EdgeData
objects for lists of
edge lists that do not have common vertices.
Method Summary | ||
---|---|---|
(package private) static
|
createClusterSets(java.util.Collection<T> edges,
int numClusters)
Create the EdgeData objects for the clustered sets of
edges of the given collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
static <T extends de.javagl.simplemesh.Edge> EdgeData[][] createClusterSets(java.util.Collection<T> edges, int numClusters)
EdgeData
objects for the clustered sets of
edges of the given collection
T
- The edge typeedges
- The edgesnumClusters
- The number of clusters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |