Uses of Class
org.jmol.script.SV
Packages that use SV
Package
Description
-
Uses of SV in org.jmol.api
Methods in org.jmol.api that return SVModifier and TypeMethodDescriptionabstract SVJmolViewer.evaluateExpressionAsVariable(Object expression) Methods in org.jmol.api that return types with arguments of type SVModifier and TypeMethodDescriptionJmolAnnotationParser.initializeAnnotation(SV objAnn, int type, int modelIndex) Methods in org.jmol.api with parameters of type SVModifier and TypeMethodDescriptionJmolAnnotationParser.catalogStructureUnits(Viewer vwr, SV svMap, int[] modelAtomIndices, Map<String, int[]> resMap, Object object, Map<String, Integer> modelMap) JmolAnnotationParser.catalogValidations(Viewer vwr, SV validation, int[] modelAtomIndices, Map<String, int[]> valResMap, Map<String, Integer> map, Map<String, Integer> modelMap) voidJmolAnnotationParser.getAnnotationInfo(Viewer vwr, SV a, String match, int type, int modelIndex) JmolAnnotationParser.initializeAnnotation(SV objAnn, int type, int modelIndex) Method parameters in org.jmol.api with type arguments of type SVModifier and TypeMethodDescriptionbooleanJmolScriptEvaluator.checkSelect(Map<String, SV> h, T[] where) -
Uses of SV in org.jmol.dssx
Methods in org.jmol.dssx that return types with arguments of type SVModifier and TypeMethodDescriptionAnnotationParser.initializeAnnotation(SV objAnn, int type, int modelIndex) We create a main list of mappings, where each mapping has _atoms and _pathMethods in org.jmol.dssx with parameters of type SVModifier and TypeMethodDescriptionAnnotationParser.catalogStructureUnits(Viewer viewer, SV map0, int[] modelAtomIndices, Map<String, int[]> resMap, Object object, Map<String, Integer> modelMap) RNA3D --AnnotationParser.catalogValidations(Viewer viewer, SV map0, int[] modelAtomIndices, Map<String, int[]> resMap, Map<String, Integer> atomMap, Map<String, Integer> modelMap) Returns a LstvoidAdjusts _atoms bitset to account for added hydrogen atoms.AnnotationParser.getAnnotationInfo(Viewer vwr, SV a, String match, int type, int modelIndex) Get a string report of annotation dataAnnotationParser.initializeAnnotation(SV objAnn, int type, int modelIndex) We create a main list of mappings, where each mapping has _atoms and _path -
Uses of SV in org.jmol.script
Classes in org.jmol.script that implement interfaces with type arguments of type SVFields in org.jmol.script declared as SVModifier and TypeFieldDescriptionstatic final SVSV.vFstatic final SVSV.vNaNstatic final SVSV.vTFields in org.jmol.script with type parameters of type SVMethods in org.jmol.script that return SVModifier and TypeMethodDescriptionSV.arrayToList(SV target) static SVSV.concatList(SV x1, SV x2, boolean asNew) static SVSV.copySafely(SV v) Make a copy if this is a variable -- if it has myName != null.static SVSV.getBoolean(boolean value) ScriptParam.getCallbackParameter(int n) ScriptParam.getContextVariableAsVariable(String var, boolean isLocal) ScriptEval.getUserFunctionResult(String name, Lst<SV> params, SV tokenAtom) ScriptContext.getVariable(String var) Context variables go up the stack until a function is found.static SVSV.getVariable(Object x) static SVSV.getVariableAD(double[] f) static SVSV.getVariableList(Lst<?> v) static SVSV.getVariableMap(Map<String, ?> x) ScriptMathProcessor.getX()static SVSV.newF(float f) static SVSV.newI(int i) static SVstatic SVstatic SVScript variables are pushed after cloning, because the name comes with them when we do otherwise they are not mutable anyway.static SVScriptEval.runUserAction(String functionName, Object[] params, Viewer vwr) SV.sortMapArray(String key) SV.sortOrReverse(int arrayPt) SV.toArray()Methods in org.jmol.script that return types with arguments of type SVMethods in org.jmol.script with parameters of type SVModifier and TypeMethodDescriptionbooleanbooleanbooleanstatic booleanFor legacy reasons, "x" == "X" but see isLike()SV.arrayToList(SV target) booleanintstatic SVSV.concatList(SV x1, SV x2, boolean asNew) static SVSV.copySafely(SV v) Make a copy if this is a variable -- if it has myName != null.static ObjectAccepts arguments from the format() function First argument is a format string.static BSstatic ObjectScriptEval.getUserFunctionResult(String name, Lst<SV> params, SV tokenAtom) static booleana LIKE "x" a is a string and equals x a LIKE "*x" a is a string and ends with x a LIKE "x*" a is a string and starts with x a LIKE "*x*" a is a string and contains xstatic booleanvoidbooleanstatic P4static P3Script variables are pushed after cloning, because the name comes with them when we do otherwise they are not mutable anyway.static ObjectMethod parameters in org.jmol.script with type arguments of type SV -
Uses of SV in org.jmol.scriptext
Methods in org.jmol.scriptext with parameters of type SVModifier and TypeMethodDescriptionbooleanMathExt.evaluate(ScriptMathProcessor mp, T op, SV[] args, int tok) CmdExt.prepareBinaryOutput(SV tvar) -
Uses of SV in org.jmol.util
Method parameters in org.jmol.util with type arguments of type SV -
Uses of SV in org.jmol.viewer
Methods in org.jmol.viewer that return SVModifier and TypeMethodDescriptionViewer.evaluateExpressionAsVariable(Object stringOrTokens) GlobalSettings.getAndSetNewVariable(String name, boolean doSet) GlobalSettings.setUserVariable(String key, SV var) Methods in org.jmol.viewer with parameters of type SVModifier and TypeMethodDescriptionViewer.getAnnotationInfo(SV d, String match, int type) GlobalSettings.setUserVariable(String key, SV var) Method parameters in org.jmol.viewer with type arguments of type SVModifier and TypeMethodDescriptionbooleanViewer.checkSelect(Map<String, SV> h, T[] value) static StringStateManager.getVariableList(Map<String, SV> htVariables, int nMax, boolean withSites, boolean definedOnly)