Package org.jmol.api
Interface JmolEnvCalc
-
- All Known Implementing Classes:
EnvelopeCalculation
public interface JmolEnvCalc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcalculate(RadiusData rd, float maxRadius, BS bsSelected, BS bsIgnore, boolean disregardNeighbors, boolean onlySelectedDots, boolean isSurface, boolean multiModel)BSgetBsSurfaceClone()javajs.util.P3[]getPoints()JmolEnvCalcset(AtomDataServer vwr, int ac, short[] mads)
-
-
-
Method Detail
-
set
JmolEnvCalc set(AtomDataServer vwr, int ac, short[] mads)
-
getPoints
javajs.util.P3[] getPoints()
-
getBsSurfaceClone
BS getBsSurfaceClone()
-
calculate
void calculate(RadiusData rd, float maxRadius, BS bsSelected, BS bsIgnore, boolean disregardNeighbors, boolean onlySelectedDots, boolean isSurface, boolean multiModel)
-
-