Package com.gpudb.protocol
Class VisualizeImageContourResponse
java.lang.Object
com.gpudb.protocol.VisualizeImageContourResponse
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class VisualizeImageContourResponse extends Object implements org.apache.avro.generic.IndexedRecord
Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) longstatic org.apache.avro.SchemadoubledoubleintgetInfo()doubledoublelongorg.apache.avro.SchemaintgetWidth()inthashCode()voidsetBgColor(long bgColor) setFillN0(double fillN0) setFillNn(double fillNn) setGridData(ByteBuffer gridData) setHeight(int height) setImageData(ByteBuffer imageData) setMaxLevel(double maxLevel) setMinLevel(double minLevel) setSamplesUsed(long samplesUsed) setWidth(int width) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()getWidth
public int getWidth()setWidth
getHeight
public int getHeight()setHeight
getBgColor
public long getBgColor()setBgColor
getImageData
setImageData
getGridData
setGridData
getFillN0
public double getFillN0()setFillN0
getFillNn
public double getFillNn()setFillNn
getMinLevel
public double getMinLevel()setMinLevel
getMaxLevel
public double getMaxLevel()setMaxLevel
getSamplesUsed
public long getSamplesUsed()setSamplesUsed
setInfo
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer