Home
last modified time | relevance | path

Searched refs:cRepSphereBit (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DRep.h76 #define cRepSphereBit (1 << 1) macro
107 const int cRepsAtomMask = (cRepCylBit | cRepSphereBit | cRepSurfaceBit | \
H A DRep.cpp130 if (SettingGetGlobal_b(G, cSetting_auto_show_spheres)) mask |= cRepSphereBit; in RepGetAutoShowMask()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DMaeExportHelpers.cpp66 if (ai->visRep & cRepSphereBit) in MaeExportGetAtomStyle()
H A DSelector.cpp89 {"spheres", cRepSphereBit},
1157 int visRep_inorganic = cRepSphereBit; in SelectorClassifyAtoms()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DAtomInfo.h336 cRepSphereBit | cRepEllipsoidBit | cRepLabelBit | in isVisible()
H A DRepSphere.cpp522 if(!cs->hasRep(cRepSphereBit)) in RepSphereNew()
H A DRepCartoon.cpp337 if (!(ai1->visRep & (cRepLineBit | cRepCylBit | cRepSphereBit))) in ring_connector_visible()
2898 if ((ai->visRep & (cRepLineBit | cRepCylBit | cRepSphereBit)) && in RepCartoonGeneratePASS1()
H A DObjectMolecule.cpp2822 if(visRep & (cRepCylBit | cRepSphereBit | cRepSurfaceBit | in ObjectMoleculeRenderSele()