ffe.parsers
Class XYZFilter
java.lang.Object
ffe.parsers.SystemFilter
ffe.parsers.XYZFilter
- All Implemented Interfaces:
- java.lang.Runnable
- public class XYZFilter
- extends SystemFilter
The XYZFilter class parses TINKER Cartesian Coordinate (*.XYZ) files.
| Fields inherited from class ffe.parsers.SystemFilter |
ARC, atomList, bondList, file_read, filetype, fpanel, fsystem, INT, mmfilter, NED, PDB, SIM, statusBar, XYZ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XYZFilter
public XYZFilter()
- Default Constructor
XYZFilter
public XYZFilter(FSystem system,
MMFilter mmfilter,
MainPanel fpanel)
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)