JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
etomica.atom
Interface DiameterHash
All Known Implementing Classes:
DiameterHashByElement
,
DiameterHashByElementType
,
DiameterHashByType
public interface
DiameterHash
This provides an interface for a class that acts like a hashmap for atomic diameters.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getDiameter
(
IAtom
atom)
Returns an appropriate diameter for the given atom.
Method Detail
getDiameter
double getDiameter(
IAtom
atom)
Returns an appropriate diameter for the given atom. If no diameter is known for the atom, -1 is returned.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method