meshi.PDB
Class PdbLineATOMorHETATOM

java.lang.Object
  extended by meshi.PDB.PdbLineFilter
      extended by meshi.PDB.PdbLineATOMorHETATOM
All Implemented Interfaces:
Filter

public class PdbLineATOMorHETATOM
extends PdbLineFilter


Constructor Summary
PdbLineATOMorHETATOM()
           
 
Method Summary
 boolean acceptPdbLine(PdbLine line)
           
 
Methods inherited from class meshi.PDB.PdbLineFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdbLineATOMorHETATOM

public PdbLineATOMorHETATOM()
Method Detail

acceptPdbLine

public boolean acceptPdbLine(PdbLine line)
Specified by:
acceptPdbLine in class PdbLineFilter