BoxCellManager
, MoleculeAgentManager.MoleculeAgentSource
, BoundaryEventListener
public class NeighborCellManagerListMolecular extends NeighborCellManagerMolecular
Modifier and Type | Field | Description |
---|---|---|
protected PotentialMasterListMolecular |
potentialMaster |
agentManager, box, cellRange, doApplyPBC, lattice, moleculeSite, numCells, positionDefinition, range, sim, space, v
Constructor | Description |
---|---|
NeighborCellManagerListMolecular(Simulation sim,
Box box,
double potentialRange,
IMoleculePositionDefinition positionDefinition,
Space _space) |
|
NeighborCellManagerListMolecular(Simulation sim,
Box box,
double potentialRange,
Space _space) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
makeAgent(IMolecule molecule) |
Returns the cell containing the given atom.
|
void |
setPotentialMaster(PotentialMasterListMolecular newPotentialMaster) |
assignCell, assignCellAll, boundaryInflate, checkDimensions, getCell, getCellRange, getDoApplyPBC, getLattice, getPotentialRange, makeMCMoveListener, releaseAgent, setCellRange, setDoApplyPBC, setPotentialRange
protected PotentialMasterListMolecular potentialMaster
public NeighborCellManagerListMolecular(Simulation sim, Box box, double potentialRange, Space _space)
public NeighborCellManagerListMolecular(Simulation sim, Box box, double potentialRange, IMoleculePositionDefinition positionDefinition, Space _space)
public void setPotentialMaster(PotentialMasterListMolecular newPotentialMaster)
public java.lang.Object makeAgent(IMolecule molecule)
NeighborCellManagerMolecular
makeAgent
in interface MoleculeAgentManager.MoleculeAgentSource
makeAgent
in class NeighborCellManagerMolecular