Home
last modified time | relevance | path

Searched refs:get3dContour (Results 1 – 1 of 1) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DIsosurfaceMesh.java278 get3dContour(this, vContours[i], value, jvxlData.contourColixes[i]); in getContours()
284 get3dContour(this, vContours[i], value, jvxlData.contourColixes[i]); in getContours()
301 private static void get3dContour(IsosurfaceMesh m, Lst<Object> v, float value, short colix) { in get3dContour() method in IsosurfaceMesh