|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.simple.AmpacReader
public class AmpacReader
A reader for AMPAC output. http://www.semichem.com/ampac/
| Field Summary | |
|---|---|
private int |
atomCount
|
private javax.vecmath.Point3f[] |
atomPositions
|
private int |
freqAtom0
|
private float[] |
partialCharges
|
| Constructor Summary | |
|---|---|
AmpacReader()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkLine()
|
private void |
readCoordinates()
Reads a set of coordinates |
private void |
readFrequencies()
Reads a set of vibrations. |
private void |
readPartialCharges()
|
private void |
setPositions()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int atomCount
private int freqAtom0
private float[] partialCharges
private javax.vecmath.Point3f[] atomPositions
| Constructor Detail |
|---|
public AmpacReader()
| Method Detail |
|---|
protected boolean checkLine()
throws java.lang.Exception
checkLine in class AtomSetCollectionReaderjava.lang.Exception
private void readCoordinates()
throws java.lang.Exception
java.lang.Exception - if an I/O error occursprivate void setPositions()
private void readPartialCharges()
throws java.lang.Exception
java.lang.Exception
private void readFrequencies()
throws java.lang.Exception
java.lang.Exception - if an I/O error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||