![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
SocketPDB (string id) | |
void | loadPDB (string id) |
List< float[]> | getAtoms () |
List< AtomModel > | getTypes () |
ArrayList | getClubLocation () |
ArrayList | getClubRotation () |
Public Attributes | |
List< float[]> | alist =new List<float[]>() |
ArrayList | clubLocationalist =new ArrayList() |
float | progress |
Private Attributes | |
List< AtomModel > | typelist =new List<AtomModel>() |
ArrayList | clubRotationList =new ArrayList() |
string | Atoms ="" |
string | Clubs ="" |
Definition at line 83 of file SocketPDB.cs.
ParseData.ParsePDB.SocketPDB.SocketPDB | ( | string | id | ) |
Definition at line 96 of file SocketPDB.cs.
List<float[]> ParseData.ParsePDB.SocketPDB.getAtoms | ( | ) |
Definition at line 244 of file SocketPDB.cs.
ArrayList ParseData.ParsePDB.SocketPDB.getClubLocation | ( | ) |
Definition at line 257 of file SocketPDB.cs.
ArrayList ParseData.ParsePDB.SocketPDB.getClubRotation | ( | ) |
Definition at line 263 of file SocketPDB.cs.
List<AtomModel> ParseData.ParsePDB.SocketPDB.getTypes | ( | ) |
Definition at line 252 of file SocketPDB.cs.
void ParseData.ParsePDB.SocketPDB.loadPDB | ( | string | id | ) |
Definition at line 103 of file SocketPDB.cs.
References Molecule.Model.MoleculeModel.atomsLocationlist, Molecule.Model.MoleculeModel.atomsnumber, Molecule.Model.MoleculeModel.atomsSugarLocationlist, Molecule.Model.MoleculeModel.atomsSugarTypelist, Molecule.Model.MoleculeModel.atomsTypelist, Molecule.Model.MoleculeModel.bondEPList, Molecule.Model.MoleculeModel.bondEPSugarList, Molecule.Model.MoleculeModel.bondsnumber, Molecule.Model.MoleculeModel.cameraLocation, Molecule.Control.ControlMolecule.CreateBondsEPList(), Molecule.Model.AtomModel.GetModel(), Cmd.CommandID.GETPDB, Molecule.Model.MoleculeModel.Offset, SocketConnect.UnitySocket.UnitySocket.ReceiveInt(), SocketConnect.UnitySocket.UnitySocket.ReceiveString(), SocketConnect.UnitySocket.UnitySocket.Send(), and Molecule.Model.MoleculeModel.target.
List<float[]> ParseData.ParsePDB.SocketPDB.alist =new List<float[]>() |
Definition at line 86 of file SocketPDB.cs.
|
private |
Definition at line 92 of file SocketPDB.cs.
ArrayList ParseData.ParsePDB.SocketPDB.clubLocationalist =new ArrayList() |
Definition at line 90 of file SocketPDB.cs.
|
private |
Definition at line 91 of file SocketPDB.cs.
|
private |
Definition at line 93 of file SocketPDB.cs.
float ParseData.ParsePDB.SocketPDB.progress |
Definition at line 94 of file SocketPDB.cs.
Definition at line 88 of file SocketPDB.cs.