class NffFileReader extends PolygonFileReader
Modifier and Type | Field and Description |
---|---|
protected int |
nPolygons |
private javax.vecmath.Point3f |
pt |
private java.util.Map<java.lang.String,java.lang.Integer> |
vertexMap |
nTriangles, 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, 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 |
---|
NffFileReader(SurfaceGenerator sg,
java.io.BufferedReader br) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
getSurfaceData() |
private int |
getVertex() |
protected boolean |
readVerticesAndPolygons() |
protected void |
setHeader() |
readSurfaceData, readVolumeData, readVolumeParameters
closeReader, discardTempData, getNextQuotedString, getTokens, parseFloat, parseFloat, parseFloatArray, parseFloatArray, parseInt, parseInt, parseIntNext, readLine, setOutputStream, skipTo
addTriangleCheck, addVertexCopy, applyColorScale, colorIsosurface, createIsosurface, excludeMaximumSet, excludeMinimumSet, finalizeMapping, getColorPhaseIndex, getMinMaxMappedValues, getPlane, getSpanningVectors, getSurfaceAtomIndex, getSurfacePointAndFraction, getSurfacePointIndexAndFraction, getValue, getValueAtPoint, gotoAndReadVoxelData, gotoData, initializeMapping, initializeVolumetricData, initPlanes, jvxlUpdateInfo, newVoxelDataCube, postProcessVertices, readAndSetVolumeParameters, readColorData, resetIsosurface, selectPocket, setBoundingBox, setVectorAnisotropy, setVertexAnisotropy, setVolumeData, setVolumetricAnisotropy, setVolumetricOriginAnisotropy, slabIsosurface, updateSurfaceData, updateTriangles
protected int nPolygons
private final java.util.Map<java.lang.String,java.lang.Integer> vertexMap
private final javax.vecmath.Point3f pt
NffFileReader(SurfaceGenerator sg, java.io.BufferedReader br)
protected void setHeader()
void getSurfaceData() throws java.lang.Exception
getSurfaceData
in class PolygonFileReader
java.lang.Exception
protected boolean readVerticesAndPolygons()
private int getVertex() throws java.lang.Exception
java.lang.Exception