org.jmol.jvxl.readers
abstract class SurfaceFileReader extends SurfaceReader
Modifier and Type | Field and Description |
---|---|
protected BinaryDocument |
binarydoc |
protected BufferedReader |
br |
protected String |
line |
protected int[] |
next |
protected OutputStream |
os |
allowSigma, ANGSTROMS_PER_BOHR, anisotropy, center, cJvxlEdgeNaN, colorFractionBase, colorFractionRange, contourVertexCount, dataMax, dataMean, dataMin, defaultCutoff, defaultMappedDataMax, defaultMappedDataMin, eccentricityMatrix, eccentricityMatrixInverse, eccentricityRatio, eccentricityScale, edgeFractionBase, edgeFractionRange, fractionData, hasColorData, haveSurfaceAtoms, isAnisotropic, isEccentric, isJvxl, isProgressive, isQuiet, isXLowToHigh, jvxlColorDataRead, jvxlCutoff, jvxlData, jvxlDataIs2dContour, jvxlDataIsColorDensity, jvxlDataIsColorMapped, jvxlDataIsPrecisionColor, jvxlEdgeDataRead, jvxlFileHeaderBuffer, jvxlNSurfaceInts, jvxlVoxelBitSet, marchingCubes, marchingSquares, meshData, meshDataServer, minMax, nBytes, nDataPoints, nPointsX, nPointsY, nPointsZ, params, ptTemp, qpc, sg, vertexDataOnly, volumeData, volumetricOrigin, volumetricVectors, voxelCounts, voxelData, xyzMax, xyzMin, yzCount, yzPlanes
Constructor and Description |
---|
SurfaceFileReader(SurfaceGenerator sg,
BufferedReader br) |
Modifier and Type | Method and Description |
---|---|
protected void |
closeReader() |
(package private) void |
discardTempData(boolean discardAll) |
protected String |
getNextQuotedString() |
protected String[] |
getTokens() |
protected float |
parseFloat() |
protected float |
parseFloat(String s) |
protected float[] |
parseFloatArray() |
protected float[] |
parseFloatArray(String s) |
protected int |
parseInt() |
protected int |
parseInt(String s) |
protected int |
parseIntNext(String s) |
protected String |
readLine() |
protected void |
setOutputStream(OutputStream os) |
protected void |
skipTo(String info,
String what) |
addTriangleCheck, addVertexCopy, applyColorScale, colorIsosurface, createIsosurface, excludeMaximumSet, excludeMinimumSet, finalizeMapping, getColorPhaseIndex, getMinMaxMappedValues, getPlane, getSurfaceAtomIndex, getSurfacePointAndFraction, getSurfacePointIndexAndFraction, getValue, getValueAtPoint, gotoAndReadVoxelData, gotoData, initializeMapping, initializeVolumetricData, initPlanes, jvxlUpdateInfo, newVoxelDataCube, postProcessVertices, readAndSetVolumeParameters, readColorData, readSurfaceData, readVolumeData, readVolumeParameters, resetIsosurface, selectPocket, setBoundingBox, setVectorAnisotropy, setVertexAnisotropy, setVolumeData, setVolumetricAnisotropy, setVolumetricOriginAnisotropy, slabIsosurface, updateSurfaceData, updateTriangles
protected BufferedReader br
protected BinaryDocument binarydoc
protected OutputStream os
protected String line
protected int[] next
SurfaceFileReader(SurfaceGenerator sg, BufferedReader br)
protected void setOutputStream(OutputStream os)
setOutputStream
in class SurfaceReader
protected void closeReader()
closeReader
in class SurfaceReader
void discardTempData(boolean discardAll)
discardTempData
in class SurfaceReader
protected String[] getTokens()
protected float parseFloat()
protected float parseFloat(String s)
protected int parseInt()
protected int parseInt(String s)
protected int parseIntNext(String s)
protected float[] parseFloatArray(String s)
protected float[] parseFloatArray()
protected String getNextQuotedString()