org.jmol.jvxl.calc
private static class MarchingSquares.ContourVertex extends Object
| Field Summary | |
|---|---|
| int[] | pixelLocation |
| float | value |
| int | vertexIndex |
| Point3f | vertexXYZ |
| Point3i | voxelLocation |
| Constructor Summary | |
|---|---|
| ContourVertex(int x, int y, int z, Point3f vertexXYZ, int vPt) | |
| Method Summary | |
|---|---|
| void | setPixelLocation(Point3i pt) |
| void | setValue(float value, VolumeData volumeData) |