org.jmol.jvxl.readers

Class IsoFxyReader

class IsoFxyReader extends VolumeDataReader

Field Summary
float[][]data
StringfunctionName
booleanisPlanarMapping
Constructor Summary
IsoFxyReader(SurfaceGenerator sg)
Method Summary
protected floatgetValue(int x, int y, int z)
protected voidsetup()

Field Detail

data

private float[][] data

functionName

private String functionName

isPlanarMapping

private boolean isPlanarMapping

Constructor Detail

IsoFxyReader

IsoFxyReader(SurfaceGenerator sg)

Method Detail

getValue

protected float getValue(int x, int y, int z)

setup

protected void setup()