public class CustomDataLayer extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active
Field descriptor (offset) for struct member 'active'.
|
static long[] |
__DNA__FIELD__active_clone
Field descriptor (offset) for struct member 'active_clone'.
|
static long[] |
__DNA__FIELD__active_mask
Field descriptor (offset) for struct member 'active_mask'.
|
static long[] |
__DNA__FIELD__active_rnd
Field descriptor (offset) for struct member 'active_rnd'.
|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__uid
Field descriptor (offset) for struct member 'uid'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CustomDataLayer.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CustomDataLayer(CustomDataLayer that) |
|
CustomDataLayer(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CustomDataLayer> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getActive_clone()
Get method for struct member 'active_clone'.
|
int |
getActive_mask()
Get method for struct member 'active_mask'.
|
int |
getActive_rnd()
Get method for struct member 'active_rnd'.
|
int |
getActive()
Get method for struct member 'active'.
|
CPointer<java.lang.Object> |
getData()
Get method for struct member 'data'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
int |
getOffset()
Get method for struct member 'offset'.
|
int |
getType()
Get method for struct member 'type'.
|
int |
getUid()
Get method for struct member 'uid'.
|
void |
setActive_clone(int active_clone)
Set method for struct member 'active_clone'.
|
void |
setActive_mask(int active_mask)
Set method for struct member 'active_mask'.
|
void |
setActive_rnd(int active_rnd)
Set method for struct member 'active_rnd'.
|
void |
setActive(int active)
Set method for struct member 'active'.
|
void |
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setOffset(int offset)
Set method for struct member 'offset'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
void |
setUid(int uid)
Set method for struct member 'uid'.
|
__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 CustomDataLayer.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__offset); CPointer<Integer> p_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__active
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__active); CPointer<Integer> p_active = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__active_rnd
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__active_rnd); CPointer<Integer> p_active_rnd = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__active_clone
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__active_clone); CPointer<Integer> p_active_clone = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__active_mask
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__active_mask); CPointer<Integer> p_active_mask = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__uid
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__uid); CPointer<Integer> p_uid = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
CustomDataLayer customdatalayer = ...; CPointer<Object> p = customdatalayer.__dna__addressof(CustomDataLayer.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
public CustomDataLayer(long __address, Block __block, BlockTable __blockTable)
protected CustomDataLayer(CustomDataLayer that)
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public int getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(int offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public int getActive() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public void setActive(int active) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public int getActive_rnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_rnd
public void setActive_rnd(int active_rnd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_rnd
public int getActive_clone() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_clone
public void setActive_clone(int active_clone) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_clone
public int getActive_mask() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_mask
public void setActive_mask(int active_mask) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active_mask
public int getUid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uid
public void setUid(int uid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uid
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 CPointer<java.lang.Object> getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(CPointer<java.lang.Object> data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public CPointer<CustomDataLayer> __io__addressof()