Uses of Class
ffx.openmm.IntArray
Packages that use IntArray
-
Uses of IntArray in ffx.openmm
Methods in ffx.openmm with parameters of type IntArrayModifier 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
Methods in ffx.openmm.amoeba with parameters of type IntArrayModifier 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.