abstract class PolygonFileReader extends SurfaceFileReader
| Modifier and Type | Field and Description |
|---|---|
protected int |
nTriangles |
protected int |
nVertices |
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, isPeriodic, 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 |
|---|
PolygonFileReader() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
getSurfaceData() |
protected void |
init2PFR(SurfaceGenerator sg,
java.io.BufferedReader br) |
protected void |
readSurfaceData(boolean isMapData) |
protected boolean |
readVolumeData(boolean isMapData) |
protected boolean |
readVolumeParameters(boolean isMapData) |
closeReader, closeReaderSFR, discardTempData, getQuotedStringNext, getTokens, init, init2, init2SFR, newBinaryDocument, parseFloat, parseFloatArray, parseFloatArrayStr, parseFloatRange, parseFloatStr, parseInt, parseIntNext, parseIntStr, rd, setOutputChannel, setStream, skipToaddTriangleCheck, addVC, addVertexCopy, applyColorScale, colorIsosurface, createIsosurface, discardTempDataSR, excludeMaximumSet, excludeMinimumSet, finalizeMapping, getColorPhaseIndex, getMinMaxMappedValues, getPlane, getPlaneSR, getSPF, getSurfaceAtomIndex, getSurfacePointAndFraction, getSurfacePointIndexAndFraction, getValue, getValue2, getValueAtPoint, gotoAndReadVoxelData, gotoData, initializeMapping, initializeVolumetricData, initPlanes, initSR, jvxlUpdateInfo, newVoxelDataCube, postProcessVertices, readAndSetVolumeParameters, readColorData, resetIsosurface, selectPocket, setBBox, setVectorAnisotropy, setVertexAnisotropy, setVolumeDataV, setVolumetricAnisotropy, setVolumetricOriginAnisotropy, slabIsosurface, updateSurfaceData, updateTrianglesprotected void init2PFR(SurfaceGenerator sg, java.io.BufferedReader br)
protected boolean readVolumeParameters(boolean isMapData)
readVolumeParameters in class SurfaceReaderprotected boolean readVolumeData(boolean isMapData)
readVolumeData in class SurfaceReaderprotected void readSurfaceData(boolean isMapData)
throws java.lang.Exception
readSurfaceData in class SurfaceReaderjava.lang.Exceptionabstract void getSurfaceData()
throws java.lang.Exception
java.lang.Exception