![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
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.
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.