ffe.parsers
Class XYZFilter

java.lang.Object
  extended byffe.parsers.SystemFilter
      extended byffe.parsers.XYZFilter
All Implemented Interfaces:
java.lang.Runnable

public class XYZFilter
extends SystemFilter

The XYZFilter class parses TINKER Cartesian Coordinate (*.XYZ) files.


Field Summary
 
Fields inherited from class ffe.parsers.SystemFilter
ARC, atomList, bondList, file_read, filetype, fpanel, fsystem, INT, mmfilter, NED, PDB, SIM, statusBar, XYZ
 
Constructor Summary
XYZFilter()
          Default Constructor
XYZFilter(FSystem system, MMFilter mmfilter, MainPanel fpanel)
           
 
Method Summary
 boolean readfile()
          Parse the XYZ File
static boolean readOnto(java.io.File newFile, FSystem oldSystem)
           
 boolean readtrajectory()
           
 boolean writefile()
           
 
Methods inherited from class ffe.parsers.SystemFilter
FileRead, getFSystem, getType, run, setFileRead, setFSystem, setType, toFileString, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYZFilter

public XYZFilter()
Default Constructor


XYZFilter

public XYZFilter(FSystem system,
                 MMFilter mmfilter,
                 MainPanel fpanel)
Method Detail

readfile

public boolean readfile()
Parse the XYZ File

Specified by:
readfile in class SystemFilter

writefile

public boolean writefile()
Specified by:
writefile in class SystemFilter

readtrajectory

public boolean readtrajectory()

readOnto

public static boolean readOnto(java.io.File newFile,
                               FSystem oldSystem)