class IsoMOReader extends AtomDataReader
| Modifier and Type | Field and Description |
|---|---|
(package private) float[] |
coef |
(package private) float[][] |
coefs |
(package private) int[][] |
dfCoefMaps |
private boolean |
isElectronDensityCalc |
(package private) boolean |
isNci |
(package private) float[] |
linearCombination |
(package private) JmolList<java.util.Map<java.lang.String,java.lang.Object>> |
mos |
private P3[] |
points |
(package private) MOCalculationInterface |
q |
private boolean |
qSetupDone |
private java.util.Random |
random |
private float[] |
vDist |
private V3 |
vTemp |
atomCount, atomData, atomIndex, atomNo, atomProp, atomRadius, atomXyz, bsMyIgnored, bsMySelected, bsNearby, bsSurfaceVoxels, contactPair, doAddHydrogens, doUseIterator, fileDotModel, fileName, firstNearbyAtom, haveOneProperty, havePlane, margin, maxDistance, modelIndex, myAtomCount, myIndex, nearbyAtomCount, noFaceSpheres, pt0, pt1, ptXyzTemp, ptY0, ptZ0, theProperty, thisAtomSet, thisPlane, thisX, validSpheres, voxelSourceallowMapData, atomDataServer, dataType, maxGrid, point, precalculateVoxelData, ptsPerAngstrom, useOriginStepsPointsallowSigma, 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 |
|---|
IsoMOReader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createOrbital() |
private void |
fixTitleLine2(int iLine,
java.util.Map<java.lang.String,java.lang.Object> mo) |
protected void |
generateCube() |
float[] |
getPlane(int x) |
private float |
getRnd(float f) |
protected float |
getSurfacePointAndFraction(float cutoff,
boolean isCutoffAbsolute,
float valueA,
float valueB,
P3 pointA,
V3 edgeVector,
int x,
int y,
int z,
int vA,
int vB,
float[] fReturn,
P3 ptReturn) |
float |
getValueAtPoint(P3 pt,
boolean getSource) |
private void |
getValues() |
(package private) void |
init(SurfaceGenerator sg)
implemented in SurfaceFileReader and
|
protected void |
postProcessVertices() |
protected void |
readSurfaceData(boolean isMapData) |
protected boolean |
readVolumeParameters(boolean isMapData) |
protected void |
setup(boolean isMapData) |
private boolean |
setupCalculation() |
fixTitleLine, getAtomMinMax, getAtoms, initADR, markPlaneVoxels, markSphereVoxels, resetPlane, resetVoxelData, setGridLimitsForAtom, setHeader, setRanges, setup2, setVertexSource, setVolumeData, setVolumeDataADR, setVolumeForPlane, setVoxel, unsetVoxelData, unsetVoxelData2closeReader, initVDR, readSurfaceDataVDR, readVolumeData, readVoxelDataIndividually, setVolumeDataParams, setVoxelRange, showGridInfoaddTriangleCheck, addVC, addVertexCopy, applyColorScale, colorIsosurface, createIsosurface, discardTempData, discardTempDataSR, excludeMaximumSet, excludeMinimumSet, finalizeMapping, getColorPhaseIndex, getMinMaxMappedValues, getPlane2, getSpanningVectors, getSPF, getSurfaceAtomIndex, getSurfacePointIndexAndFraction, getValue, getValue2, gotoAndReadVoxelData, gotoData, initializeMapping, initializeVolumetricData, initPlanes, initSR, jvxlUpdateInfo, newVoxelDataCube, readAndSetVolumeParameters, readColorData, resetIsosurface, selectPocket, setBBox, setOutputStream, setVectorAnisotropy, setVertexAnisotropy, setVolumeDataV, setVolumetricAnisotropy, setVolumetricOriginAnisotropy, slabIsosurface, updateSurfaceData, updateTrianglesprivate java.util.Random random
private final float[] vDist
private P3[] points
private V3 vTemp
JmolList<java.util.Map<java.lang.String,java.lang.Object>> mos
boolean isNci
float[] coef
int[][] dfCoefMaps
float[] linearCombination
float[][] coefs
private boolean isElectronDensityCalc
private boolean qSetupDone
void init(SurfaceGenerator sg)
SurfaceReaderinit in class SurfaceReaderprotected void setup(boolean isMapData)
setup in class AtomDataReaderprotected boolean readVolumeParameters(boolean isMapData)
readVolumeParameters in class VolumeDataReaderprivate void fixTitleLine2(int iLine,
java.util.Map<java.lang.String,java.lang.Object> mo)
protected void readSurfaceData(boolean isMapData)
throws java.lang.Exception
readSurfaceData in class VolumeDataReaderjava.lang.Exceptionprotected void postProcessVertices()
postProcessVertices in class SurfaceReaderprivate void getValues()
public float getValueAtPoint(P3 pt, boolean getSource)
getValueAtPoint in class SurfaceReadergetSource - TODOprivate float getRnd(float f)
protected void generateCube()
generateCube in class VolumeDataReaderprotected void createOrbital()
public float[] getPlane(int x)
getPlane in interface VertexDataServergetPlane in class SurfaceReaderprivate boolean setupCalculation()
protected float getSurfacePointAndFraction(float cutoff,
boolean isCutoffAbsolute,
float valueA,
float valueB,
P3 pointA,
V3 edgeVector,
int x,
int y,
int z,
int vA,
int vB,
float[] fReturn,
P3 ptReturn)
getSurfacePointAndFraction in class SurfaceReader