public class IDPropertyData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__group
Field descriptor (offset) for struct member 'group'.
|
static long[] |
__DNA__FIELD__pointer
Field descriptor (offset) for struct member 'pointer'.
|
static long[] |
__DNA__FIELD__val
Field descriptor (offset) for struct member 'val'.
|
static long[] |
__DNA__FIELD__val2
Field descriptor (offset) for struct member 'val2'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct IDPropertyData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
IDPropertyData(IDPropertyData that) |
|
IDPropertyData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<IDPropertyData> |
__io__addressof()
Instantiates a pointer on this instance.
|
ListBase |
getGroup()
Get method for struct member 'group'.
|
CPointer<java.lang.Object> |
getPointer()
Get method for struct member 'pointer'.
|
int |
getVal()
Get method for struct member 'val'.
|
int |
getVal2()
Get method for struct member 'val2'.
|
void |
setGroup(ListBase group)
Set method for struct member 'group'.
|
void |
setPointer(CPointer<java.lang.Object> pointer)
Set method for struct member 'pointer'.
|
void |
setVal(int val)
Set method for struct member 'val'.
|
void |
setVal2(int val2)
Set method for struct member 'val2'.
|
__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 IDPropertyData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__pointer
This is how you get a reference on the corresponding field in the struct:
IDPropertyData idpropertydata = ...; CPointer<Object> p = idpropertydata.__dna__addressof(IDPropertyData.__DNA__FIELD__pointer); CPointer<CPointer<Object>> p_pointer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__group
This is how you get a reference on the corresponding field in the struct:
IDPropertyData idpropertydata = ...; CPointer<Object> p = idpropertydata.__dna__addressof(IDPropertyData.__DNA__FIELD__group); CPointer<ListBase> p_group = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__val
Note, we actually fit a double into these two ints.
This is how you get a reference on the corresponding field in the struct:
IDPropertyData idpropertydata = ...; CPointer<Object> p = idpropertydata.__dna__addressof(IDPropertyData.__DNA__FIELD__val); CPointer<Integer> p_val = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__val2
This is how you get a reference on the corresponding field in the struct:
IDPropertyData idpropertydata = ...; CPointer<Object> p = idpropertydata.__dna__addressof(IDPropertyData.__DNA__FIELD__val2); CPointer<Integer> p_val2 = p.cast(new Class[]{Integer.class});
public IDPropertyData(long __address, Block __block, BlockTable __blockTable)
protected IDPropertyData(IDPropertyData that)
public CPointer<java.lang.Object> getPointer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pointer
public void setPointer(CPointer<java.lang.Object> pointer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pointer
public ListBase getGroup() throws java.io.IOException
java.io.IOException
__DNA__FIELD__group
public void setGroup(ListBase group) throws java.io.IOException
java.io.IOException
__DNA__FIELD__group
public int getVal() throws java.io.IOException
Note, we actually fit a double into these two ints.
java.io.IOException
__DNA__FIELD__val
public void setVal(int val) throws java.io.IOException
Note, we actually fit a double into these two ints.
java.io.IOException
__DNA__FIELD__val
public int getVal2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__val2
public void setVal2(int val2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__val2
public CPointer<IDPropertyData> __io__addressof()