Home
last modified time | relevance | path

Searched refs:cRepLabelBit (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DRep.h78 #define cRepLabelBit (1 << 3) macro
108 cRepLabelBit | cRepNonbondedSphereBit | cRepCartoonBit | cRepRibbonBit | \
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DAtomInfo.h336 cRepSphereBit | cRepEllipsoidBit | cRepLabelBit | in isVisible()
H A DRepLabel.cpp1517 if(!cs->hasRep(cRepLabelBit)) in RepLabelNew()
1558 if((ai->visRep & cRepLabelBit) && (ai->label)) { in RepLabelNew()
H A DObjectMolecule.cpp2823 cRepLabelBit | cRepNonbondedSphereBit | cRepCartoonBit | in ObjectMoleculeRenderSele()
10131 ai->visRep &= ~cRepLabelBit; in ObjectMoleculeSeleOp()
10149 ai->visRep |= cRepLabelBit; in ObjectMoleculeSeleOp()
10165 ai->visRep |= cRepLabelBit; in ObjectMoleculeSeleOp()
H A DObjectMolecule2.cpp294 ai->visRep = cRepLabelBit; in ObjectMoleculeAddPseudoatom()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSelector.cpp92 {"labels", cRepLabelBit},
H A DExecutive.cpp9962 op1.i1 = cRepLabelBit; in ExecutiveLabel()