|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for Molecule.View.DisplayBond.BondParticleStyle:
Collaboration diagram for Molecule.View.DisplayBond.BondParticleStyle:Public Member Functions | |
| BondParticleStyle () | |
| void | DisplayBonds () |
Public Attributes | |
| List< int[]> | bondList =new List<int[]>() |
| List< int[]> | bondEPList =new List<int[]>() |
Private Member Functions | |
| void | CreateCylinderByParticle (int start, int end) |
Private Attributes | |
| Particle[] | p = new Particle[MoleculeModel.bondEPList.Count] |
| int | bondindex =0 |
Definition at line 77 of file BondParticleStyle.cs.
| Molecule.View.DisplayBond.BondParticleStyle.BondParticleStyle | ( | ) |
Definition at line 85 of file BondParticleStyle.cs.
|
private |
Definition at line 120 of file BondParticleStyle.cs.
References UI.GUIDisplay.file_extension.
| void Molecule.View.DisplayBond.BondParticleStyle.DisplayBonds | ( | ) |
Implements Molecule.View.DisplayBond.IBondStyle.
Definition at line 90 of file BondParticleStyle.cs.
References ParticleEffect.atomcount, Molecule.Model.MoleculeModel.bondEPList, ParticleEffect.p, and ParticleEffect.SpawnEffect().
Here is the call graph for this function:| List<int[]> Molecule.View.DisplayBond.BondParticleStyle.bondEPList =new List<int[]>() |
Definition at line 80 of file BondParticleStyle.cs.
|
private |
Definition at line 83 of file BondParticleStyle.cs.
| List<int[]> Molecule.View.DisplayBond.BondParticleStyle.bondList =new List<int[]>() |
Definition at line 79 of file BondParticleStyle.cs.
|
private |
Definition at line 82 of file BondParticleStyle.cs.