Uses of Class
ffx.openmm.IntArray
-
Uses of IntArray in ffx.openmm
Modifier and TypeMethodDescriptionint
CustomCentroidBondForce.addBond
(IntArray groups, DoubleArray parameters) Add a bond to the forcevoid
CustomCompoundBondForce.addBond
(IntArray particles, DoubleArray parameters) Add a Custom Compound Bond to the OpenMM System.int
CustomCentroidBondForce.addGroup
(IntArray particles, DoubleArray weights) Add a particle group.void
CustomCentroidBondForce.getBondParameters
(int index, IntArray groups, DoubleArray parameters) Get the properties of a bond.void
CustomCentroidBondForce.getGroupParameters
(int index, IntArray particles, DoubleArray weights) Get the properties of a group.void
CustomCentroidBondForce.setBondParameters
(int index, IntArray groups, DoubleArray parameters) Set the properties of a bond.void
CustomCompoundBondForce.setBondParameters
(int index, IntArray particles, DoubleArray parameters) Set the parameters for a Custom Compound Bond.void
CustomCentroidBondForce.setGroupParameters
(int index, IntArray particles, DoubleArray weights) Set the properties of a group. -
Uses of IntArray in ffx.openmm.amoeba
Modifier and TypeMethodDescriptionvoid
MultipoleForce.setCovalentMap
(int i, int covalentType, IntArray covalentMap) Set the covalent map.void
VdwForce.setParticleExclusions
(int i, IntArray exclusions) Set the particle exclusions.void
MultipoleForce.setPmeGridDimensions
(IntArray gridDimensions) Set the PME grid dimensions for the multipole force.