Modifier and Type | Field and Description |
---|---|
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__len
Field descriptor (offset) for struct member 'len'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__saved
Field descriptor (offset) for struct member 'saved'.
|
static long[] |
__DNA__FIELD__subtype
Field descriptor (offset) for struct member 'subtype'.
|
static long[] |
__DNA__FIELD__totallen
Field descriptor (offset) for struct member 'totallen'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct IDProperty.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
IDProperty(IDProperty that) |
|
IDProperty(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<IDProperty> |
__io__addressof()
Instantiates a pointer on this instance.
|
IDPropertyData |
getData()
Get method for struct member 'data'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getLen()
Get method for struct member 'len'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<IDProperty> |
getNext()
Get method for struct member 'next'.
|
CPointer<IDProperty> |
getPrev()
Get method for struct member 'prev'.
|
int |
getSaved()
Get method for struct member 'saved'.
|
byte |
getSubtype()
Get method for struct member 'subtype'.
|
int |
getTotallen()
Get method for struct member 'totallen'.
|
byte |
getType()
Get method for struct member 'type'.
|
void |
setData(IDPropertyData data)
Set method for struct member 'data'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLen(int len)
Set method for struct member 'len'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<IDProperty> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<IDProperty> prev)
Set method for struct member 'prev'.
|
void |
setSaved(int saved)
Set method for struct member 'saved'.
|
void |
setSubtype(byte subtype)
Set method for struct member 'subtype'.
|
void |
setTotallen(int totallen)
Set method for struct member 'totallen'.
|
void |
setType(byte type)
Set method for struct member 'type'.
|
__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 IDProperty.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__next); CPointer<CPointer<IDProperty>> p_next = p.cast(new Class[]{CPointer.class, IDProperty.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__prev); CPointer<CPointer<IDProperty>> p_prev = p.cast(new Class[]{CPointer.class, IDProperty.class});
public static final long[] __DNA__FIELD__type
IDP_STRING 0 IDP_INT 1 IDP_FLOAT 2 IDP_ARRAY 5 IDP_GROUP 6 IDP_ID 7 IDP_DOUBLE 8 IDP_IDPARRAY 9 IDP_NUMTYPES 10
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__type); CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__subtype
IDP_STRING_SUB_UTF8 0 ( default ) IDP_STRING_SUB_BYTE 1 ( arbitrary byte array, _not_ null terminated )
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__subtype); CPointer<Byte> p_subtype = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__saved
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__saved); CPointer<Integer> p_saved = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__data); CPointer<IDPropertyData> p_data = p.cast(new Class[]{IDPropertyData.class});
public static final long[] __DNA__FIELD__len
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__len); CPointer<Integer> p_len = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totallen
This is how you get a reference on the corresponding field in the struct:
IDProperty idproperty = ...; CPointer<Object> p = idproperty.__dna__addressof(IDProperty.__DNA__FIELD__totallen); CPointer<Integer> p_totallen = p.cast(new Class[]{Integer.class});
public IDProperty(long __address, Block __block, BlockTable __blockTable)
protected IDProperty(IDProperty that)
public CPointer<IDProperty> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<IDProperty> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<IDProperty> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<IDProperty> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public byte getType() throws java.io.IOException
IDP_STRING 0 IDP_INT 1 IDP_FLOAT 2 IDP_ARRAY 5 IDP_GROUP 6 IDP_ID 7 IDP_DOUBLE 8 IDP_IDPARRAY 9 IDP_NUMTYPES 10
java.io.IOException
__DNA__FIELD__type
public void setType(byte type) throws java.io.IOException
IDP_STRING 0 IDP_INT 1 IDP_FLOAT 2 IDP_ARRAY 5 IDP_GROUP 6 IDP_ID 7 IDP_DOUBLE 8 IDP_IDPARRAY 9 IDP_NUMTYPES 10
java.io.IOException
__DNA__FIELD__type
public byte getSubtype() throws java.io.IOException
IDP_STRING_SUB_UTF8 0 ( default ) IDP_STRING_SUB_BYTE 1 ( arbitrary byte array, _not_ null terminated )
java.io.IOException
__DNA__FIELD__subtype
public void setSubtype(byte subtype) throws java.io.IOException
IDP_STRING_SUB_UTF8 0 ( default ) IDP_STRING_SUB_BYTE 1 ( arbitrary byte array, _not_ null terminated )
java.io.IOException
__DNA__FIELD__subtype
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 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 getSaved() throws java.io.IOException
java.io.IOException
__DNA__FIELD__saved
public void setSaved(int saved) throws java.io.IOException
java.io.IOException
__DNA__FIELD__saved
public IDPropertyData getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(IDPropertyData data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public int getLen() throws java.io.IOException
java.io.IOException
__DNA__FIELD__len
public void setLen(int len) throws java.io.IOException
java.io.IOException
__DNA__FIELD__len
public int getTotallen() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totallen
public void setTotallen(int totallen) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totallen
public CPointer<IDProperty> __io__addressof()