|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.algorithms.geometry.surface.IsoContourGenerator.EdgeSplit
protected class IsoContourGenerator.EdgeSplit
The Class EdgeSplit is a container to describe a level set crossing point.
| Field Summary | |
|---|---|
IsoContourGenerator.Edge |
e1
The e2. |
IsoContourGenerator.Edge |
e2
The e2. |
| Constructor Summary | |
|---|---|
IsoContourGenerator.EdgeSplit(Point2i pt1,
Point2i pt2)
Instantiates a new edge split. |
|
| Method Summary | |
|---|---|
boolean |
equals(IsoContourGenerator.EdgeSplit split)
Compare two edge splits. |
long |
hashValue()
Hash value that uniquely identifies edge split. |
long |
hashValue(Point2i pt)
Generate hash value for grid point. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IsoContourGenerator.Edge e1
public IsoContourGenerator.Edge e2
| Constructor Detail |
|---|
public IsoContourGenerator.EdgeSplit(Point2i pt1,
Point2i pt2)
pt1 - the lower grid pointpt2 - the upper grid point| Method Detail |
|---|
public boolean equals(IsoContourGenerator.EdgeSplit split)
split - the split
public long hashValue()
public long hashValue(Point2i pt)
pt - the grid point
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||