|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttoxi.geom.mesh.subdiv.FaceCountComparator
public class FaceCountComparator

Comparator used by SubdivisionStrategy.getEdgeOrdering() to define
the order of edges to be subdivided. This one prioritizes edges with the most
faces associated.
| Constructor Summary | |
|---|---|
FaceCountComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(WingedEdge e1,
WingedEdge e2)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public FaceCountComparator()
| Method Detail |
|---|
public int compare(WingedEdge e1,
WingedEdge e2)
compare in interface java.util.Comparator<WingedEdge>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||