public class AtomNbrClusterer
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected AtomTest |
atomTestDeviation |
|
protected Box |
box |
|
protected int[] |
clusters |
|
protected boolean |
doNbrs |
|
protected Vector |
dr |
|
protected int[] |
firstAtoms |
|
protected int[] |
lastAtoms |
|
protected int[][] |
nbrList |
|
protected double |
nbrMax2 |
|
protected int[] |
nextAtom |
|
protected int[] |
skip |
Constructor | Description |
---|---|
AtomNbrClusterer(Box box,
AtomTest atomTest) |
|
AtomNbrClusterer(Box box,
AtomTest atomTest,
boolean doNbrs) |
Modifier and Type | Method | Description |
---|---|---|
void |
findClusters() |
|
int[] |
getClusters() |
|
int[] |
getFirstAtom() |
|
double |
getNbrMax() |
|
int[] |
getNextAtom() |
|
void |
setNbrMax(double nbrMax) |
protected final Box box
protected final Vector dr
protected double nbrMax2
protected final AtomTest atomTestDeviation
protected final int[] clusters
protected final int[][] nbrList
protected final int[] nextAtom
protected final int[] firstAtoms
protected final int[] lastAtoms
protected final int[] skip
protected final boolean doNbrs