public final class Edge extends Object
Constructor and Description |
---|
Edge(Curve c,
int ctag) |
Edge(Curve c,
int ctag,
int etag) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Edge other,
double[] yrange) |
Curve |
getCurve() |
int |
getCurveTag() |
int |
getEdgeTag() |
int |
getEquivalence() |
boolean |
isActiveFor(double y,
int etag) |
void |
record(double yend,
int etag) |
void |
setEdgeTag(int etag) |
void |
setEquivalence(int eq) |
String |
toString() |
public Edge(Curve c, int ctag)
public Edge(Curve c, int ctag, int etag)
public Curve getCurve()
public int getCurveTag()
public int getEdgeTag()
public void setEdgeTag(int etag)
public int getEquivalence()
public void setEquivalence(int eq)
public int compareTo(Edge other, double[] yrange)
public void record(double yend, int etag)
public boolean isActiveFor(double y, int etag)
Copyright © 2020. All rights reserved.