org.jmol.jvxl.data
Class JvxlData

java.lang.Object
  extended by org.jmol.jvxl.data.JvxlData

public class JvxlData
extends java.lang.Object


Field Summary
 int colorFractionBase
           
 int colorFractionRange
           
 int[] contourColors
           
 float cutoff
           
 int edgeFractionBase
           
 int edgeFractionRange
           
 boolean insideOut
           
 boolean isBicolorMap
           
 boolean isColorReversed
           
 boolean isContoured
           
 boolean isJvxlPrecisionColor
           
 boolean isTruncated
           
 boolean isXLowToHigh
           
 java.lang.String jvxlColorData
           
 int jvxlCompressionRatio
           
 boolean jvxlDataIs2dContour
           
 boolean jvxlDataIsColorMapped
           
 java.lang.String jvxlDefinitionLine
           
 java.lang.String jvxlEdgeData
           
 java.lang.String jvxlExtraLine
           
 java.lang.String jvxlFileHeader
           
 java.lang.String jvxlFileMessage
           
 java.lang.String jvxlFileTitle
           
 java.lang.String jvxlInfoLine
           
 javax.vecmath.Point4f jvxlPlane
           
 java.lang.String jvxlSurfaceData
           
 float mappedDataMax
           
 float mappedDataMin
           
 short maxColorIndex
           
 short minColorIndex
           
 int nBytes
           
 int nContours
           
 int nEdges
           
 int nPointsX
           
 int nPointsY
           
 int nPointsZ
           
 int nSurfaceInts
           
 float pointsPerAngstrom
           
 java.lang.String[] title
           
 float valueMappedToBlue
           
 float valueMappedToRed
           
 java.util.Vector[] vContours
           
 java.lang.String version
           
 int vertexCount
           
 boolean vertexDataOnly
           
 boolean wasCubic
           
 boolean wasJvxl
           
 
Constructor Summary
JvxlData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wasJvxl

public boolean wasJvxl

wasCubic

public boolean wasCubic

jvxlFileTitle

public java.lang.String jvxlFileTitle

jvxlFileMessage

public java.lang.String jvxlFileMessage

jvxlFileHeader

public java.lang.String jvxlFileHeader

jvxlExtraLine

public java.lang.String jvxlExtraLine

jvxlDefinitionLine

public java.lang.String jvxlDefinitionLine

jvxlSurfaceData

public java.lang.String jvxlSurfaceData

jvxlEdgeData

public java.lang.String jvxlEdgeData

jvxlColorData

public java.lang.String jvxlColorData

jvxlInfoLine

public java.lang.String jvxlInfoLine

jvxlPlane

public javax.vecmath.Point4f jvxlPlane

jvxlCompressionRatio

public int jvxlCompressionRatio

isJvxlPrecisionColor

public boolean isJvxlPrecisionColor

jvxlDataIsColorMapped

public boolean jvxlDataIsColorMapped

jvxlDataIs2dContour

public boolean jvxlDataIs2dContour

isColorReversed

public boolean isColorReversed

edgeFractionBase

public int edgeFractionBase

edgeFractionRange

public int edgeFractionRange

colorFractionBase

public int colorFractionBase

colorFractionRange

public int colorFractionRange

insideOut

public boolean insideOut

isXLowToHigh

public boolean isXLowToHigh

isContoured

public boolean isContoured

isBicolorMap

public boolean isBicolorMap

isTruncated

public boolean isTruncated

vertexDataOnly

public boolean vertexDataOnly

mappedDataMin

public float mappedDataMin

mappedDataMax

public float mappedDataMax

valueMappedToRed

public float valueMappedToRed

valueMappedToBlue

public float valueMappedToBlue

cutoff

public float cutoff

pointsPerAngstrom

public float pointsPerAngstrom

nPointsX

public int nPointsX

nPointsY

public int nPointsY

nPointsZ

public int nPointsZ

nBytes

public int nBytes

nContours

public int nContours

nEdges

public int nEdges

nSurfaceInts

public int nSurfaceInts

vertexCount

public int vertexCount

vContours

public java.util.Vector[] vContours

contourColors

public int[] contourColors

minColorIndex

public short minColorIndex

maxColorIndex

public short maxColorIndex

title

public java.lang.String[] title

version

public java.lang.String version
Constructor Detail

JvxlData

public JvxlData()