|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for LineManager:
Collaboration diagram for LineManager:Public Member Functions | |
| override void | Init () |
| override void | DestroyAll () |
| override void | SetColor (Color col, List< string > atoms, string residue="All", string chain="All") |
| override void | SetColor (Color col, int atomNum) |
| override void | SetRadii (List< string > atoms, string residue="All", string chain="All") |
| override void | SetRadii (int atomNum) |
| override GameObject | GetBall (int id) |
| override void | ToggleDistanceCueing (bool enabling) |
| override void | EnableRenderers () |
| override void | DisableRenderers () |
| override void | EnableShadows () |
| override void | DisableShadows () |
| override void | ResetRadii () |
| override void | ResetPositions () |
| override void | ResetIMDSimulationPositions () |
| override void | showHydrogens (bool hide) |
Private Member Functions | |
| void | ResetColors () |
| void | AdjustWidths () |
| void | Update () |
Private Attributes | |
| LineUpdate[] | lines |
| LineRenderer | lineRenderer |
Additional Inherited Members | |
Public Attributes inherited from GenericManager | |
| bool | isInit = false |
Definition at line 9 of file LineManager.cs.
|
private |
Definition at line 52 of file LineManager.cs.
References LineUpdate.oldWidth, and LineUpdate.width.
Referenced by Update().
Here is the caller graph for this function:
|
virtual |
Implements GenericManager.
Definition at line 22 of file LineManager.cs.
References GenericManager.isInit.
Referenced by Molecule.View.DisplayMolecule.DestroyAllAtomsAndBonds().
Here is the caller graph for this function:
|
virtual |
Disables the renderers for all objects managed by the instance of the manager.
Implements GenericManager.
Definition at line 68 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 81 of file LineManager.cs.
|
virtual |
Enables the renderers for all objects managed by the instance of the manager.
Implements GenericManager.
Definition at line 61 of file LineManager.cs.
References UnityMolMain.setCurrentBondManager().
Here is the call graph for this function:
|
virtual |
Implements GenericManager.
Definition at line 75 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 32 of file LineManager.cs.
|
virtual |
Initializes this instance of the manager.
Implements GenericManager.
Definition at line 14 of file LineManager.cs.
References BallUpdate.bondsReadyToBeReset, and GenericManager.isInit.
Referenced by Molecule.View.DisplayBond.BondLineStyle.DisplayBonds().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file LineManager.cs.
References LineUpdate.atomnumber1, LineUpdate.atomnumber2, Molecule.Model.MoleculeModel.atomsColorList, BallUpdate.bondsReadyToBeReset, and UI.UIData.bondtype.
Referenced by Update().
Here is the caller graph for this function:
|
virtual |
Implements GenericManager.
Definition at line 114 of file LineManager.cs.
References LineUpdate.atomnumber1, LineUpdate.atomnumber2, and Molecule.Model.MoleculeModel.atomsIMDSimulationLocationlist.
|
virtual |
Implements GenericManager.
Definition at line 105 of file LineManager.cs.
Referenced by Molecule3D.Update().
Here is the caller graph for this function:
|
virtual |
Implements GenericManager.
Definition at line 87 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 27 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 28 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 29 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 30 of file LineManager.cs.
|
virtual |
Implements GenericManager.
Definition at line 122 of file LineManager.cs.
References LineUpdate.atomnumber1, LineUpdate.atomnumber2, and Molecule.Model.MoleculeModel.atomsTypelist.
|
virtual |
Implements GenericManager.
Definition at line 36 of file LineManager.cs.
|
private |
Definition at line 93 of file LineManager.cs.
References AdjustWidths(), BallUpdate.bondsReadyToBeReset, UI.UIData.bondtype, LineUpdate.oldWidth, ResetColors(), and LineUpdate.width.
Here is the call graph for this function:
|
private |
Definition at line 11 of file LineManager.cs.
|
private |
Definition at line 10 of file LineManager.cs.