Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOLScene.java1276 if (reps[PyMOL.REP_CARTOON].get(iAtom)) { in fixReps()
1298 reps[PyMOL.REP_CARTOON].clear(iAtom); in fixReps()
1303 reps[PyMOL.REP_CARTOON].clear(iAtom); in fixReps()
1312 reps[PyMOL.REP_CARTOON].and(bsCartoon); in fixReps()
1313 cleanSingletons(reps[PyMOL.REP_CARTOON]); in fixReps()
1317 bsCartoon.and(reps[PyMOL.REP_CARTOON]); in fixReps()
1441 case PyMOL.REP_CARTOON: in createShapeObject()
H A DPyMOL.java73 final static int REP_CARTOON = 5; field in PyMOL