public class MaskSpaceInfo extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__draw_flag
Field descriptor (offset) for struct member 'draw_flag'.
|
static long[] |
__DNA__FIELD__draw_type
Field descriptor (offset) for struct member 'draw_type'.
|
static long[] |
__DNA__FIELD__mask
Field descriptor (offset) for struct member 'mask'.
|
static long[] |
__DNA__FIELD__overlay_mode
Field descriptor (offset) for struct member 'overlay_mode'.
|
static long[] |
__DNA__FIELD__pad3
Field descriptor (offset) for struct member 'pad3'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MaskSpaceInfo.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MaskSpaceInfo(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MaskSpaceInfo(MaskSpaceInfo that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MaskSpaceInfo> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getDraw_flag()
Get method for struct member 'draw_flag'.
|
byte |
getDraw_type()
Get method for struct member 'draw_type'.
|
CPointer<Mask> |
getMask()
Get method for struct member 'mask'.
|
byte |
getOverlay_mode()
Get method for struct member 'overlay_mode'.
|
CArrayFacade<java.lang.Byte> |
getPad3()
Get method for struct member 'pad3'.
|
void |
setDraw_flag(byte draw_flag)
Set method for struct member 'draw_flag'.
|
void |
setDraw_type(byte draw_type)
Set method for struct member 'draw_type'.
|
void |
setMask(CPointer<Mask> mask)
Set method for struct member 'mask'.
|
void |
setOverlay_mode(byte overlay_mode)
Set method for struct member 'overlay_mode'.
|
void |
setPad3(CArrayFacade<java.lang.Byte> pad3)
Set method for struct member 'pad3'.
|
__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 MaskSpaceInfo.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__mask
**** mask editing ****
This is how you get a reference on the corresponding field in the struct:
MaskSpaceInfo maskspaceinfo = ...; CPointer<Object> p = maskspaceinfo.__dna__addressof(MaskSpaceInfo.__DNA__FIELD__mask); CPointer<CPointer<Mask>> p_mask = p.cast(new Class[]{CPointer.class, Mask.class});
public static final long[] __DNA__FIELD__draw_flag
draw options
This is how you get a reference on the corresponding field in the struct:
MaskSpaceInfo maskspaceinfo = ...; CPointer<Object> p = maskspaceinfo.__dna__addressof(MaskSpaceInfo.__DNA__FIELD__draw_flag); CPointer<Byte> p_draw_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__draw_type
This is how you get a reference on the corresponding field in the struct:
MaskSpaceInfo maskspaceinfo = ...; CPointer<Object> p = maskspaceinfo.__dna__addressof(MaskSpaceInfo.__DNA__FIELD__draw_type); CPointer<Byte> p_draw_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__overlay_mode
This is how you get a reference on the corresponding field in the struct:
MaskSpaceInfo maskspaceinfo = ...; CPointer<Object> p = maskspaceinfo.__dna__addressof(MaskSpaceInfo.__DNA__FIELD__overlay_mode); CPointer<Byte> p_overlay_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad3
This is how you get a reference on the corresponding field in the struct:
MaskSpaceInfo maskspaceinfo = ...; CPointer<Object> p = maskspaceinfo.__dna__addressof(MaskSpaceInfo.__DNA__FIELD__pad3); CPointer<CArrayFacade<Byte>> p_pad3 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MaskSpaceInfo(long __address, Block __block, BlockTable __blockTable)
protected MaskSpaceInfo(MaskSpaceInfo that)
public CPointer<Mask> getMask() throws java.io.IOException
**** mask editing ****
java.io.IOException
__DNA__FIELD__mask
public void setMask(CPointer<Mask> mask) throws java.io.IOException
**** mask editing ****
java.io.IOException
__DNA__FIELD__mask
public byte getDraw_flag() throws java.io.IOException
draw options
java.io.IOException
__DNA__FIELD__draw_flag
public void setDraw_flag(byte draw_flag) throws java.io.IOException
draw options
java.io.IOException
__DNA__FIELD__draw_flag
public byte getDraw_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__draw_type
public void setDraw_type(byte draw_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__draw_type
public byte getOverlay_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__overlay_mode
public void setOverlay_mode(byte overlay_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__overlay_mode
public CArrayFacade<java.lang.Byte> getPad3() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public void setPad3(CArrayFacade<java.lang.Byte> pad3) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public CPointer<MaskSpaceInfo> __io__addressof()