public class FlippingModel
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
doFlip() |
void |
flipVertex(Vertex v)
Add v to flip list if it is not already there.
|
static FlippingModel |
getInstance() |
java.util.Collection<Vertex> |
getVerteicsToFlip() |
public static FlippingModel getInstance()
public void clear()
public java.util.Collection<Vertex> getVerteicsToFlip()
public void doFlip()
public void flipVertex(Vertex v)