|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for Molecule.View.DisplayBond.BondLineStyle:
Collaboration diagram for Molecule.View.DisplayBond.BondLineStyle:Public Member Functions | |
| BondLineStyle () | |
| void | DisplayBonds () |
Public Attributes | |
| int | number =1 |
| List< int[]> | bondEPList |
Static Public Attributes | |
| static GameObject | BondLineParent = new GameObject("BondLineParent") |
Private Member Functions | |
| void | CreateLine (int i) |
Definition at line 78 of file BondLineStyle.cs.
| Molecule.View.DisplayBond.BondLineStyle.BondLineStyle | ( | ) |
Definition at line 86 of file BondLineStyle.cs.
|
private |
Definition at line 117 of file BondLineStyle.cs.
References LineUpdate.atomnumber1, LineUpdate.atomnumber2, Molecule.Model.MoleculeModel.atomsLocationlist, LineUpdate.posAtom1, and LineUpdate.posAtom2.
| void Molecule.View.DisplayBond.BondLineStyle.DisplayBonds | ( | ) |
Implements Molecule.View.DisplayBond.IBondStyle.
Definition at line 91 of file BondLineStyle.cs.
References Molecule.Model.MoleculeModel.bondCAList, Molecule.Model.MoleculeModel.bondEPList, Molecule.Model.MoleculeModel.bondsnumber, UI.UIData.EnableUpdate, LineManager.Init(), and UI.UIData.secondarystruct.
Here is the call graph for this function:| List<int[]> Molecule.View.DisplayBond.BondLineStyle.bondEPList |
Definition at line 82 of file BondLineStyle.cs.
|
static |
Definition at line 84 of file BondLineStyle.cs.
| int Molecule.View.DisplayBond.BondLineStyle.number =1 |
Definition at line 81 of file BondLineStyle.cs.