|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.Particles
A flat container of atomic properties. lookup tables i.e. for single-center interaction parameters.
SimSystem,
InTopoG96.Topology,
G96SolventTopology,
InteractionParameters| Field Summary | |
int[] |
anum
Number of Particle i in Topology. |
int[] |
boundaryAtoms
Last atom[m] i of Molecule m in Topology. |
double[] |
charge
Charge of Particle i. |
int[] |
chgrp
Charge Group of Particle i in Topology. |
int[] |
IAC
Integer Atom Code (IAC) of Particle i in Topology. |
double[] |
mass
Mass of Particle i. |
int[] |
molecule
Molecule number of Particle i in Topology. |
java.lang.String[] |
name
Particle name of Particle i in Topology. |
int |
number
Total Number of solute Particles. |
int |
numMolecules
Number of Molecules in Topology. |
int |
numResidues
Total Number of residues. |
double[][] |
pos
The atomic positions. |
double[] |
radius
The atomic radii. |
java.lang.String[] |
rname
Residue name of Particle i in Topology. |
int[] |
rnum
Residue number of Particle i in Topology. |
double[] |
SASA
The SASA of atoms i. |
double[] |
SASAweight
The SASA weight. |
| Constructor Summary | |
Particles()
|
|
Particles(int num)
|
|
| Method Summary | |
Particles |
copy(int numCopies)
Generate a (multiple) of the particles. |
int[] |
getAtomsByMoleculeNumber(int moleculeNumber)
|
int[] |
getAtomsByResidueName(java.lang.String residueName)
|
int[] |
getAtomsByResidueNumber(int residueNumber)
|
Particles |
join(Particles particles)
Joins two sets of particles. |
Particles |
subset(int[] indices)
Select a subset of particles. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int number
public int numResidues
public int[] anum
public int[] rnum
public java.lang.String[] name
public java.lang.String[] rname
public int[] IAC
public int numMolecules
public int[] molecule
public int[] boundaryAtoms
public double[] mass
public double[] charge
public int[] chgrp
public double[][] pos
public double[] radius
public double[] SASAweight
public double[] SASA
| Constructor Detail |
public Particles()
public Particles(int num)
num - the number of atoms| Method Detail |
public Particles copy(int numCopies)
numCopies -
public Particles join(Particles particles)
particles - the other set of particles
public Particles subset(int[] indices)
indices - (sorted)
public int[] getAtomsByResidueNumber(int residueNumber)
residueNumber -
public int[] getAtomsByResidueName(java.lang.String residueName)
residueName -
public int[] getAtomsByMoleculeNumber(int moleculeNumber)
moleculeNumber -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||