| 
    UnityMol
    0.9.6-875
    
   UnityMol viewer / In developement 
   | 
 
 Inheritance diagram for Selections:
 Collaboration diagram for Selections:Public Member Functions | |
| void | selectResidue (int resid) | 
| void | clearSelection () | 
Private Attributes | |
| List< BallUpdate > | selections = new List<BallUpdate>() | 
Definition at line 9 of file Selections.cs.
| void Selections.clearSelection | ( | ) | 
Definition at line 32 of file Selections.cs.
References BallUpdate.AtomColor, Molecule.Model.MoleculeModel.atomsTypelist, Molecule.Model.MoleculeModel.GetAtomColor(), RepresentationOldGUI.globalRadius, BallUpdate.number, and BallUpdate.SetRayonFactor().
Referenced by selectResidue().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void Selections.selectResidue | ( | int | resid | ) | 
Definition at line 13 of file Selections.cs.
References BallUpdate.AtomColor, Molecule.Model.MoleculeModel.atoms, clearSelection(), Molecule.Model.MoleculeModel.residues, and BallUpdate.SetRayonFactor().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 11 of file Selections.cs.