public class StripElem extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__orig_height
Field descriptor (offset) for struct member 'orig_height'.
|
static long[] |
__DNA__FIELD__orig_width
Field descriptor (offset) for struct member 'orig_width'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripElem.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripElem(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripElem(StripElem that) |
Modifier and Type | Method and Description |
---|---|
CPointer<StripElem> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
int |
getOrig_height()
Get method for struct member 'orig_height'.
|
int |
getOrig_width()
Get method for struct member 'orig_width'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setOrig_height(int orig_height)
Set method for struct member 'orig_height'.
|
void |
setOrig_width(int orig_width)
Set method for struct member 'orig_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 StripElem.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
StripElem stripelem = ...; CPointer<Object> p = stripelem.__dna__addressof(StripElem.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__orig_width
Ignore when zeroed.
This is how you get a reference on the corresponding field in the struct:
StripElem stripelem = ...; CPointer<Object> p = stripelem.__dna__addressof(StripElem.__DNA__FIELD__orig_width); CPointer<Integer> p_orig_width = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__orig_height
This is how you get a reference on the corresponding field in the struct:
StripElem stripelem = ...; CPointer<Object> p = stripelem.__dna__addressof(StripElem.__DNA__FIELD__orig_height); CPointer<Integer> p_orig_height = p.cast(new Class[]{Integer.class});
public StripElem(long __address, Block __block, BlockTable __blockTable)
protected StripElem(StripElem that)
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public int getOrig_width() throws java.io.IOException
Ignore when zeroed.
java.io.IOException
__DNA__FIELD__orig_width
public void setOrig_width(int orig_width) throws java.io.IOException
Ignore when zeroed.
java.io.IOException
__DNA__FIELD__orig_width
public int getOrig_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__orig_height
public void setOrig_height(int orig_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__orig_height