public class BakeData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cage
Field descriptor (offset) for struct member 'cage'.
|
static long[] |
__DNA__FIELD__cage_extrusion
Field descriptor (offset) for struct member 'cage_extrusion'.
|
static long[] |
__DNA__FIELD__filepath
Field descriptor (offset) for struct member 'filepath'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__height
Field descriptor (offset) for struct member 'height'.
|
static long[] |
__DNA__FIELD__im_format
Field descriptor (offset) for struct member 'im_format'.
|
static long[] |
__DNA__FIELD__margin
Field descriptor (offset) for struct member 'margin'.
|
static long[] |
__DNA__FIELD__normal_space
Field descriptor (offset) for struct member 'normal_space'.
|
static long[] |
__DNA__FIELD__normal_swizzle
Field descriptor (offset) for struct member 'normal_swizzle'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__save_mode
Field descriptor (offset) for struct member 'save_mode'.
|
static long[] |
__DNA__FIELD__width
Field descriptor (offset) for struct member 'width'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct BakeData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BakeData(BakeData that) |
|
BakeData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BakeData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getCage_extrusion()
Get method for struct member 'cage_extrusion'.
|
CArrayFacade<java.lang.Byte> |
getCage()
Get method for struct member 'cage'.
|
CArrayFacade<java.lang.Byte> |
getFilepath()
Get method for struct member 'filepath'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getHeight()
Get method for struct member 'height'.
|
ImageFormatData |
getIm_format()
Get method for struct member 'im_format'.
|
short |
getMargin()
Get method for struct member 'margin'.
|
byte |
getNormal_space()
Get method for struct member 'normal_space'.
|
CArrayFacade<java.lang.Byte> |
getNormal_swizzle()
Get method for struct member 'normal_swizzle'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
float |
getPad2()
Get method for struct member 'pad2'.
|
byte |
getSave_mode()
Get method for struct member 'save_mode'.
|
short |
getWidth()
Get method for struct member 'width'.
|
void |
setCage_extrusion(float cage_extrusion)
Set method for struct member 'cage_extrusion'.
|
void |
setCage(CArrayFacade<java.lang.Byte> cage)
Set method for struct member 'cage'.
|
void |
setFilepath(CArrayFacade<java.lang.Byte> filepath)
Set method for struct member 'filepath'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setHeight(short height)
Set method for struct member 'height'.
|
void |
setIm_format(ImageFormatData im_format)
Set method for struct member 'im_format'.
|
void |
setMargin(short margin)
Set method for struct member 'margin'.
|
void |
setNormal_space(byte normal_space)
Set method for struct member 'normal_space'.
|
void |
setNormal_swizzle(CArrayFacade<java.lang.Byte> normal_swizzle)
Set method for struct member 'normal_swizzle'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setPad2(float pad2)
Set method for struct member 'pad2'.
|
void |
setSave_mode(byte save_mode)
Set method for struct member 'save_mode'.
|
void |
setWidth(short width)
Set method for struct member 'width'.
|
__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 BakeData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__im_format
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__im_format); CPointer<ImageFormatData> p_im_format = p.cast(new Class[]{ImageFormatData.class});
public static final long[] __DNA__FIELD__filepath
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__filepath); CPointer<CArrayFacade<Byte>> p_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__width
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__width); CPointer<Short> p_width = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__height
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__height); CPointer<Short> p_height = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__margin
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__margin); CPointer<Short> p_margin = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__cage_extrusion
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__cage_extrusion); CPointer<Float> p_cage_extrusion = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__pad2); CPointer<Float> p_pad2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__normal_swizzle
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__normal_swizzle); CPointer<CArrayFacade<Byte>> p_normal_swizzle = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__normal_space
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__normal_space); CPointer<Byte> p_normal_space = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__save_mode
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__save_mode); CPointer<Byte> p_save_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:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__cage
This is how you get a reference on the corresponding field in the struct:
BakeData bakedata = ...; CPointer<Object> p = bakedata.__dna__addressof(BakeData.__DNA__FIELD__cage); CPointer<CArrayFacade<Byte>> p_cage = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public BakeData(long __address, Block __block, BlockTable __blockTable)
protected BakeData(BakeData that)
public ImageFormatData getIm_format() throws java.io.IOException
java.io.IOException
__DNA__FIELD__im_format
public void setIm_format(ImageFormatData im_format) throws java.io.IOException
java.io.IOException
__DNA__FIELD__im_format
public CArrayFacade<java.lang.Byte> getFilepath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filepath
public short getWidth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__width
public void setWidth(short width) throws java.io.IOException
java.io.IOException
__DNA__FIELD__width
public short getHeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public void setHeight(short height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public short getMargin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__margin
public void setMargin(short margin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__margin
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public float getCage_extrusion() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage_extrusion
public void setCage_extrusion(float cage_extrusion) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage_extrusion
public float getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(float pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CArrayFacade<java.lang.Byte> getNormal_swizzle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_swizzle
public void setNormal_swizzle(CArrayFacade<java.lang.Byte> normal_swizzle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_swizzle
public byte getNormal_space() throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_space
public void setNormal_space(byte normal_space) throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_space
public byte getSave_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__save_mode
public void setSave_mode(byte save_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__save_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<java.lang.Byte> getCage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage
public void setCage(CArrayFacade<java.lang.Byte> cage) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage