|
|||||||||
| 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.IsoSurfaceGenerator.EdgeSplit
protected class IsoSurfaceGenerator.EdgeSplit
The Class EdgeSplit is a container to describe a level set crossing point.
| Constructor Summary | |
|---|---|
IsoSurfaceGenerator.EdgeSplit(Point3i pt1,
Point3i pt2)
Instantiates a new edge split. |
|
| Method Summary | |
|---|---|
boolean |
equals(IsoSurfaceGenerator.EdgeSplit split)
Compare two edge splits. |
long |
hashValue()
Hash value that uniquely identifies edge split. |
long |
hashValue(Point3i pt)
Generate hash value for grid point |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsoSurfaceGenerator.EdgeSplit(Point3i pt1,
Point3i pt2)
pt1 - the lower grid pointpt2 - the upper grid point| Method Detail |
|---|
public boolean equals(IsoSurfaceGenerator.EdgeSplit split)
split - the split
public long hashValue()
public long hashValue(Point3i pt)
pt - the grid point
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||