org.rococoa.cocoa.qd
Class GammaTbl

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.qd.GammaTbl
Direct Known Subclasses:
GammaTbl.ByReference, GammaTbl.ByValue

public class GammaTbl
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class GammaTbl.ByReference
           
static class GammaTbl.ByValue
           
 
Field Summary
 short gChanCnt
           
 short gDataCnt
           
 short gDataWidth
           
 short[] gFormulaData
           
 short gFormulaSize
           
 short gType
           
 short gVersion
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GammaTbl()
           
GammaTbl(short gVersion, short gType, short gFormulaSize, short gChanCnt, short gDataCnt, short gDataWidth, short[] gFormulaData)
           
 
Method Summary
 GammaTbl.ByReference byReference()
           
 GammaTbl.ByValue byValue()
           
 GammaTbl clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

gVersion

public short gVersion

gType

public short gType

gFormulaSize

public short gFormulaSize

gChanCnt

public short gChanCnt

gDataCnt

public short gDataCnt

gDataWidth

public short gDataWidth

gFormulaData

public short[] gFormulaData
Constructor Detail

GammaTbl

public GammaTbl()

GammaTbl

public GammaTbl(short gVersion,
                short gType,
                short gFormulaSize,
                short gChanCnt,
                short gDataCnt,
                short gDataWidth,
                short[] gFormulaData)
Parameters:
gVersion - gamma version number
gType - gamma data type
gFormulaSize - Formula data size
gChanCnt - number of channels of data
gDataCnt - number of values/channel
gDataWidth - bits/corrected value (data packed to next larger byte size)
gFormulaData - data for formulas followed by gamma values
Method Detail

byReference

public GammaTbl.ByReference byReference()

byValue

public GammaTbl.ByValue byValue()

clone

public GammaTbl clone()
Overrides:
clone in class Object