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 SV
JmolViewer.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) void
JmolAnnotationParser.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 TypeMethodDescriptionboolean
JmolScriptEvaluator.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) AnnotationParser.catalogValidations
(Viewer viewer, SV map0, int[] modelAtomIndices, Map<String, int[]> resMap, Map<String, Integer> atomMap, Map<String, Integer> modelMap) Returns a Lstvoid
Adjusts _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
Fields in org.jmol.script declared as SVModifier and TypeFieldDescriptionstatic final SV
SV.vF
static final SV
SV.vNaN
static final SV
SV.vT
Fields in org.jmol.script with type parameters of type SVMethods in org.jmol.script that return SVModifier and TypeMethodDescriptionSV.arrayToList
(SV target) static SV
SV.concatList
(SV x1, SV x2, boolean asNew) static SV
SV.copySafely
(SV v) Make a copy if this is a variable -- if it has myName != null.static SV
SV.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 SV
SV.getVariable
(Object x) static SV
SV.getVariableAD
(double[] f) static SV
SV.getVariableList
(Lst<?> v) static SV
SV.getVariableMap
(Map<String, ?> x) ScriptMathProcessor.getX()
static SV
SV.newF
(float f) static SV
SV.newI
(int i) static SV
static SV
static SV
Script variables are pushed after cloning, because the name comes with them when we do otherwise they are not mutable anyway.static SV
ScriptEval.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 TypeMethodDescriptionboolean
boolean
boolean
static boolean
For legacy reasons, "x" == "X" but see isLike()SV.arrayToList
(SV target) boolean
int
static SV
SV.concatList
(SV x1, SV x2, boolean asNew) static SV
SV.copySafely
(SV v) Make a copy if this is a variable -- if it has myName != null.static Object
Accepts arguments from the format() function First argument is a format string.static BS
ScriptEval.getUserFunctionResult
(String name, Lst<SV> params, SV tokenAtom) static boolean
a 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 boolean
void
static P4
static P3
Script variables are pushed after cloning, because the name comes with them when we do otherwise they are not mutable anyway.static Object
Method 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 TypeMethodDescriptionboolean
MathExt.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 TypeMethodDescriptionboolean
Viewer.checkSelect
(Map<String, SV> h, T[] value) static String
StateManager.getVariableList
(Map<String, SV> htVariables, int nMax, boolean withSites, boolean definedOnly)