meshi.energy.hydrogenBond
Class HBondList.IsWithInRmax

java.lang.Object
  extended by meshi.energy.hydrogenBond.HBondList.IsWithInRmax
All Implemented Interfaces:
Filter
Enclosing class:
HBondList

static class HBondList.IsWithInRmax
extends java.lang.Object
implements Filter


Field Summary
private  double rMax
           
 
Constructor Summary
HBondList.IsWithInRmax()
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rMax

private final double rMax
Constructor Detail

HBondList.IsWithInRmax

public HBondList.IsWithInRmax()
Method Detail

accept

public boolean accept(java.lang.Object obj)
Specified by:
accept in interface Filter