UnityMol  0.9.6-875
UnityMol viewer / In developement
Molecule.View.DisplayBond.BondParticleStyle Class Reference
+ 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
 

Detailed Description

Definition at line 77 of file BondParticleStyle.cs.

Constructor & Destructor Documentation

Molecule.View.DisplayBond.BondParticleStyle.BondParticleStyle ( )

Definition at line 85 of file BondParticleStyle.cs.

Member Function Documentation

void Molecule.View.DisplayBond.BondParticleStyle.CreateCylinderByParticle ( int  start,
int  end 
)
private

Definition at line 120 of file BondParticleStyle.cs.

References UI.GUIDisplay.file_extension.

void Molecule.View.DisplayBond.BondParticleStyle.DisplayBonds ( )

Member Data Documentation

List<int[]> Molecule.View.DisplayBond.BondParticleStyle.bondEPList =new List<int[]>()

Definition at line 80 of file BondParticleStyle.cs.

int Molecule.View.DisplayBond.BondParticleStyle.bondindex =0
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.

Particle [] Molecule.View.DisplayBond.BondParticleStyle.p = new Particle[MoleculeModel.bondEPList.Count]
private

Definition at line 82 of file BondParticleStyle.cs.


The documentation for this class was generated from the following file: