class PyMOLMeshReader extends MapFileReader
Modifier and Type | Field and Description |
---|---|
(package private) static int |
cMapSourceBRIX |
(package private) static int |
cMapSourceCCP4 |
(package private) static int |
cMapSourceChempyBrick |
(package private) static int |
cMapSourceCrystallographic |
(package private) static int |
cMapSourceDesc |
(package private) static int |
cMapSourceFLD |
(package private) static int |
cMapSourceGeneralPurpose |
(package private) static int |
cMapSourceGRD |
(package private) static int |
cMapSourceObsolete |
(package private) static int |
cMapSourceVMDPlugin |
private javajs.util.List<Object> |
data |
private boolean |
isMesh |
(package private) static int |
OBJECT_MAPDATA |
(package private) static int |
OBJECT_MAPMESH |
private int |
pt |
private int |
pymolType |
private String |
surfaceName |
private javajs.util.List<Object> |
voxelList |
a, adjustment, alpha, b, beta, c, dmax, dmean, dmin, drange, gamma, mapc, mapr, maps, mode, na, nb, nc, nx, nxyzStart, ny, nz, origin, vectors
atomCount, boundingBox, canDownsample, downsampleFactor, endOfData, isAngstroms, negativeAtomCount, nSurfaces
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 |
---|
PyMOLMeshReader() |
Modifier and Type | Method and Description |
---|---|
private float |
calculateCutoff() |
private float |
getFloat(javajs.util.List<Object> list,
int i) |
private static javajs.util.List<Object> |
getList(javajs.util.List<Object> list,
int i) |
(package private) void |
init2(SurfaceGenerator sg,
BufferedReader brNull) |
protected float |
nextVoxel() |
protected void |
readParameters() |
protected void |
setCutoffAutomatic() |
protected void |
skipData(int nPoints) |
getVectorsAndOrigin, init2MFR
checkAtomLine, closeReader, getNextVoxelValue, getPlane, getPlaneProcessed, getSPFv, getSurfacePointAndFraction, getValue, getVoxelBitSet, gotoData, init2VFR, initializeSurfaceData, readSurfaceData, readSurfaceDataVFR, readVolumeData, readVolumeDataVFR, readVolumeParameters, readVoxelVector, recordData, skipComments, skipDataVFR
closeReaderSFR, discardTempData, getQuotedStringNext, getTokens, init, init2SFR, newBinaryDocument, parseFloat, parseFloatArray, parseFloatArrayStr, parseFloatRange, parseFloatStr, parseInt, parseIntNext, parseIntStr, readLine, setOutputChannel, skipTo
addTriangleCheck, addVC, addVertexCopy, applyColorScale, colorIsosurface, createIsosurface, discardTempDataSR, excludeMaximumSet, excludeMinimumSet, finalizeMapping, getColorPhaseIndex, getMinMaxMappedValues, getPlane2, getSpanningVectors, getSPF, getSurfaceAtomIndex, getSurfacePointIndexAndFraction, getValue2, getValueAtPoint, gotoAndReadVoxelData, initializeMapping, initializeVolumetricData, initPlanes, initSR, jvxlUpdateInfo, newVoxelDataCube, postProcessVertices, readAndSetVolumeParameters, readColorData, resetIsosurface, selectPocket, setBBox, setVectorAnisotropy, setVertexAnisotropy, setVolumeDataV, setVolumetricAnisotropy, setVolumetricOriginAnisotropy, slabIsosurface, updateSurfaceData, updateTriangles
private javajs.util.List<Object> data
private javajs.util.List<Object> voxelList
private String surfaceName
private int pymolType
private boolean isMesh
static final int cMapSourceCrystallographic
static final int cMapSourceCCP4
static final int cMapSourceGeneralPurpose
static final int cMapSourceDesc
static final int cMapSourceFLD
static final int cMapSourceBRIX
static final int cMapSourceGRD
static final int cMapSourceChempyBrick
static final int cMapSourceVMDPlugin
static final int cMapSourceObsolete
static final int OBJECT_MAPDATA
static final int OBJECT_MAPMESH
private int pt
void init2(SurfaceGenerator sg, BufferedReader brNull)
init2
in class MapFileReader
protected void readParameters() throws Exception
readParameters
in class VolumeFileReader
Exception
protected float nextVoxel() throws Exception
nextVoxel
in class VolumeFileReader
Exception
private float getFloat(javajs.util.List<Object> list, int i)
protected void skipData(int nPoints) throws Exception
skipData
in class VolumeFileReader
Exception
protected void setCutoffAutomatic()
setCutoffAutomatic
in class MapFileReader
private float calculateCutoff()