org.jmol.shapesurface
Class MeshFileCollection

java.lang.Object
  extended by org.jmol.shape.Shape
      extended by org.jmol.shape.MeshCollection
          extended by org.jmol.shapesurface.MeshFileCollection
Direct Known Subclasses:
Isosurface, Pmesh

public abstract class MeshFileCollection
extends MeshCollection


Field Summary
protected  java.lang.String line
           
protected  int[] next
           
 
Fields inherited from class org.jmol.shape.MeshCollection
allowMesh, colix, currentMesh, explicitID, iHaveModelIndex, isFixed, linkedMesh, meshCount, meshes, modelCount, modelIndex, myType, nUnnamed, previousMeshID, script, title
 
Fields inherited from class org.jmol.shape.Shape
g3d, isBioShape, modelSet, myVisibilityFlag, shapeID, translucentAllowed, translucentLevel, viewer
 
Constructor Summary
MeshFileCollection()
           
 
Method Summary
protected  java.lang.String[] getTokens()
           
protected  float parseFloat()
           
protected  float parseFloat(java.lang.String s)
           
protected  float parseFloatNext(java.lang.String s)
           
protected  int parseInt()
           
protected  int parseInt(java.lang.String s)
           
protected  int parseInt(java.lang.String s, int iStart)
           
protected  int parseIntNext(java.lang.String s)
           
 
Methods inherited from class org.jmol.shape.MeshCollection
allocMesh, deleteMesh, getIndexFromName, getModelIndex, getProperty, getShapeState, initShape, setModelIndex, setProperty, setVisibilityFlags
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getShapeCommands, getShapeCommands, getShapeDetail, getViewer, initializeShape, initModelSet, remapColors, setColix, setColix, setModelClickability, setModelSet, setSize, setStateInfo, setStateInfo, wasClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

protected java.lang.String line

next

protected int[] next
Constructor Detail

MeshFileCollection

public MeshFileCollection()
Method Detail

getTokens

protected java.lang.String[] getTokens()

parseFloat

protected float parseFloat()

parseFloat

protected float parseFloat(java.lang.String s)

parseFloatNext

protected float parseFloatNext(java.lang.String s)

parseInt

protected int parseInt()

parseInt

protected int parseInt(java.lang.String s)

parseIntNext

protected int parseIntNext(java.lang.String s)

parseInt

protected int parseInt(java.lang.String s,
                       int iStart)