Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DModel.java109 int dataSourceFrame = -1; field in Model
161 dataSourceFrame = this.modelIndex = modelIndex; in set()
293 if (dataSourceFrame > modelIndex) in fixIndicesM()
294 dataSourceFrame--; in fixIndicesM()
H A DModelSet.java680 && bsModels.get(am[i].dataSourceFrame)) { in includeAllRelatedFrames()
1605 Model model = am[type == null ? am[modelDataIndex].dataSourceFrame in setJmolDataFrame()
1615 am[modelDataIndex].dataSourceFrame = modelIndex; in setJmolDataFrame()
1654 return (modelIndex >= 0 && modelIndex < mc ? am[modelIndex].dataSourceFrame in getJmolDataSourceFrame()