public class ColorBand extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__color_mode
Field descriptor (offset) for struct member 'color_mode'.
|
static long[] |
__DNA__FIELD__cur
Field descriptor (offset) for struct member 'cur'.
|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__ipotype
Field descriptor (offset) for struct member 'ipotype'.
|
static long[] |
__DNA__FIELD__ipotype_hue
Field descriptor (offset) for struct member 'ipotype_hue'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__tot
Field descriptor (offset) for struct member 'tot'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ColorBand.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ColorBand(ColorBand that) |
|
ColorBand(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ColorBand> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getColor_mode()
Get method for struct member 'color_mode'.
|
short |
getCur()
Get method for struct member 'cur'.
|
CArrayFacade<CBData> |
getData()
Get method for struct member 'data'.
|
byte |
getIpotype_hue()
Get method for struct member 'ipotype_hue'.
|
byte |
getIpotype()
Get method for struct member 'ipotype'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
short |
getTot()
Get method for struct member 'tot'.
|
void |
setColor_mode(byte color_mode)
Set method for struct member 'color_mode'.
|
void |
setCur(short cur)
Set method for struct member 'cur'.
|
void |
setData(CArrayFacade<CBData> data)
Set method for struct member 'data'.
|
void |
setIpotype_hue(byte ipotype_hue)
Set method for struct member 'ipotype_hue'.
|
void |
setIpotype(byte ipotype)
Set method for struct member 'ipotype'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setTot(short tot)
Set method for struct member 'tot'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for ColorBand.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tot
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__tot); CPointer<Short> p_tot = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__cur
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__cur); CPointer<Short> p_cur = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ipotype
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__ipotype); CPointer<Byte> p_ipotype = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__ipotype_hue
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__ipotype_hue); CPointer<Byte> p_ipotype_hue = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__color_mode
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__color_mode); CPointer<Byte> p_color_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
ColorBand colorband = ...; CPointer<Object> p = colorband.__dna__addressof(ColorBand.__DNA__FIELD__data); CPointer<CArrayFacade<CBData>> p_data = p.cast(new Class[]{CArrayFacade.class, CBData.class});
public ColorBand(long __address, Block __block, BlockTable __blockTable)
protected ColorBand(ColorBand that)
public short getTot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot
public void setTot(short tot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot
public short getCur() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public void setCur(short cur) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public byte getIpotype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ipotype
public void setIpotype(byte ipotype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ipotype
public byte getIpotype_hue() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ipotype_hue
public void setIpotype_hue(byte ipotype_hue) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ipotype_hue
public byte getColor_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mode
public void setColor_mode(byte color_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mode
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<CBData> getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(CArrayFacade<CBData> data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data