public class BakeData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__cage_extrusion
Field descriptor (offset) for struct member 'cage_extrusion'.
|
static long[] |
__DNA__FIELD__cage_object
Field descriptor (offset) for struct member 'cage_object'.
|
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__pass_filter
Field descriptor (offset) for struct member 'pass_filter'.
|
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.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getCage_extrusion()
Get method for struct member 'cage_extrusion'.
|
CPointer<BlenderObject> |
getCage_object()
Get method for struct member 'cage_object'.
|
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'.
|
int |
getPass_filter()
Get method for struct member 'pass_filter'.
|
byte |
getSave_mode()
Get method for struct member 'save_mode'.
|
short |
getWidth()
Get method for struct member 'width'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setCage_extrusion(float cage_extrusion)
Set method for struct member 'cage_extrusion'.
|
void |
setCage_object(CPointer<BlenderObject> cage_object)
Set method for struct member 'cage_object'.
|
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 |
setPass_filter(int pass_filter)
Set method for struct member 'pass_filter'.
|
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
FILE_MAX.
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__pass_filter
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__pass_filter); CPointer<Integer> p_pass_filter = p.cast(new Class[]{Integer.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_object
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_object); CPointer<CPointer<BlenderObject>> p_cage_object = p.cast(new Class[]{CPointer.class, BlenderObject.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
FILE_MAX.
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
FILE_MAX.
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 int getPass_filter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass_filter
public void setPass_filter(int pass_filter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass_filter
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> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<BlenderObject> getCage_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage_object
public void setCage_object(CPointer<BlenderObject> cage_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cage_object