org.jmol.shapesurface
public abstract class MeshFileCollection extends MeshCollection
| Field Summary | |
|---|---|
| protected String | line |
| protected int[] | next |
| Method Summary | |
|---|---|
| protected String[] | getTokens() |
| protected float | parseFloat() |
| protected float | parseFloat(String s) |
| protected float | parseFloatNext(String s) |
| protected int | parseInt() |
| protected int | parseInt(String s) |
| protected int | parseInt(String s, int iStart) |
| protected int | parseIntNext(String s) |