Uses of Class
org.jmol.modelset.ModelSet
Packages that use ModelSet
Package
Description
-
Uses of ModelSet in org.jmol.adapter.readers.pdb
Methods in org.jmol.adapter.readers.pdb with parameters of type ModelSetModifier and TypeMethodDescriptionvoidJmolDataReader.setJmolDataFrame(ModelSet ms, String type, int modelIndex, int modelDataIndex) Set up the JmolDataFrame initially -
Uses of ModelSet in org.jmol.api
Methods in org.jmol.api with parameters of type ModelSetModifier and TypeMethodDescriptionvoidJmolAnnotationParser.getAtomicDSSRData(ModelSet ms, int modelIndex, float[] dssrData, String dataType) SymmetryInterface.getSpaceGroupInfo(ModelSet modelSet, String spaceGroup, int modelIndex, boolean isFull, float[] cellParams) booleanSymmetryInterface.getSymmetryInfoAtom(ModelSet ms, int iatom, String xyz, int op, P3 translation, P3 pt, P3 pt2, String id, int type, float scaleFactor, int nth, int options, int[] oplist) SymmetryInterface.notInCentroid(ModelSet modelSet, BS bsAtoms, int[] minmax) SymmetryInterface.removeDuplicates(ModelSet ms, BS bs, boolean highPrec) voidvoidvoidAtomIndexIterator.setModel(ModelSet modelSet, int modelIndex, int zeroBase, int atomIndex, T3 center, float distance, RadiusData rd) -
Uses of ModelSet in org.jmol.dssx
Methods in org.jmol.dssx with parameters of type ModelSetModifier and TypeMethodDescriptionvoidAnnotationParser.getAtomicDSSRData(ModelSet ms, int modelIndex, float[] dssrData, String dataType) voidDSSR1.getAtomicDSSRData(ModelSet ms, int modelIndex, float[] dssrData, String dataType) voidvoid -
Uses of ModelSet in org.jmol.minimize
Methods in org.jmol.minimize with parameters of type ModelSetModifier and TypeMethodDescriptionvoidMinimizer.calculatePartialCharges(ModelSet ms, BS bsAtoms, BS bsReport) -
Uses of ModelSet in org.jmol.modelkit
Fields in org.jmol.modelkit declared as ModelSet -
Uses of ModelSet in org.jmol.modelset
Fields in org.jmol.modelset declared as ModelSetModifier and TypeFieldDescriptionMeasurement.msModel.msBE CAREFUL: FAILURE TO NULL REFERENCES TO modelSet WILL PREVENT FINALIZATION AND CREATE A MEMORY LEAK.ModelLoader.msMethods in org.jmol.modelset with parameters of type ModelSetModifier and TypeMethodDescriptionstatic StringModelLoader.createAtomDataSet(Viewer vwr, ModelSet modelSet, int tokType, Object asc, BS bsSelected) voidMeasurementData.define(JmolMeasurementClient client, ModelSet modelSet) called by the client to generate a set of measurementsint[]BondSet.getAssociatedAtoms(ModelSet ms) protected voidModelSet.mergeModelArrays(ModelSet mergeModelSet) initial transfer of model data from old to new model set.Model.set(ModelSet modelSet, int modelIndex, int trajectoryBaseIndex, Map<String, Object> jmolData, Properties properties, Map<String, Object> auxiliaryInfo) Measurement.setM(ModelSet modelSet, Measurement m, float value, short colix, String strFormat, int index) voidAtomIteratorWithinModel.setModel(ModelSet modelSet, int modelIndex, int firstModelAtom, int atomIndex, T3 center, float distance, RadiusData rd) MeasurementData.setModelSet(ModelSet m) Constructors in org.jmol.modelset with parameters of type ModelSet -
Uses of ModelSet in org.jmol.modelsetbio
Methods in org.jmol.modelsetbio with parameters of type ModelSet -
Uses of ModelSet in org.jmol.render
Fields in org.jmol.render declared as ModelSetMethods in org.jmol.render with parameters of type ModelSetModifier and TypeMethodDescriptionvoid//////// actual rendering ///////////booleanShapeRenderer.renderShape(JmolRendererInterface g3d, ModelSet modelSet, Shape shape, int flags) voidShapeRenderer.setup(JmolRendererInterface g3d, ModelSet modelSet, Shape shape) -
Uses of ModelSet in org.jmol.shape
Fields in org.jmol.shape declared as ModelSetMethods in org.jmol.shape with parameters of type ModelSetModifier and TypeMethodDescriptionfinal voidShape.initializeShape(Viewer vwr, ModelSet modelSet, int shapeID) voidShape.setModelSet(ModelSet modelSet) -
Uses of ModelSet in org.jmol.symmetry
Methods in org.jmol.symmetry with parameters of type ModelSetModifier and TypeMethodDescriptionSymmetry.getSpaceGroupInfo(ModelSet modelSet, String sgName, int modelIndex, boolean isFull, float[] cellParams) booleanSymmetry.getSymmetryInfoAtom(ModelSet modelSet, int iatom, String xyz, int op, P3 translation, P3 pt, P3 pt2, String id, int type, float scaleFactor, int nth, int options, int[] opList) Symmetry.notInCentroid(ModelSet modelSet, BS bsAtoms, int[] minmax) Symmetry.removeDuplicates(ModelSet ms, BS bs, boolean highPrec) voidUnitCellIterator.setModel(ModelSet modelSet, int modelIndex, int zeroBase, int atomIndex, T3 center, float distance, RadiusData rd) voidSymmetry.setSymmetryInfoFromFile(ModelSet ms, int modelIndex, float[] unitCellParams) Set space group and unit cell from the auxiliary info generated by XtalSymmetry specific to a given model. -
Uses of ModelSet in org.jmol.util
Methods in org.jmol.util with parameters of type ModelSet -
Uses of ModelSet in org.jmol.viewer
Fields in org.jmol.viewer declared as ModelSetMethods in org.jmol.viewer with parameters of type ModelSetModifier and TypeMethodDescriptionvoidShapeManager.loadDefaultShapes(ModelSet newModelSet) voidShapeManager.setModelSet(ModelSet modelSet) voidViewer.setModelSet(ModelSet modelSet)