Package org.openscience.cdk.geometry
Interface IRDFWeightFunction
-
public interface IRDFWeightFunction
Weight function used in theRDFCalculator
.- Author:
- Egon Willighagen
- See Also:
RDFCalculator
- Source code:
- main
- Belongs to CDK module:
- extra
- Created on:
- 2005-01-14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
calculate(IAtom atom, IAtom atom2)
Calculates the weight for the interaction between the two atoms.
-