public abstract class MinEdgeOrientation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
edgeColor |
boolean[] |
isWellOriented |
MinPolyhedron_3 |
polyhedron |
Constructor and Description |
---|
MinEdgeOrientation() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEdgeColoration() |
java.awt.Color[] |
getEdgeColors() |
boolean[] |
getEdgeOrientation() |
java.lang.String |
orientationToString()
Return a string representing the edge coloring/orientation
|
public MinPolyhedron_3 polyhedron
public boolean[] isWellOriented
public byte[] edgeColor
public boolean[] getEdgeOrientation()
public byte[] getEdgeColoration()
public java.lang.String orientationToString()
public java.awt.Color[] getEdgeColors()