public class BuildEff extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__buttype
Field descriptor (offset) for struct member 'buttype'.
|
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__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__rt
Field descriptor (offset) for struct member 'rt'.
|
static long[] |
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.
|
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 BuildEff.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BuildEff(BuildEff that) |
|
BuildEff(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BuildEff> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getButtype()
Get method for struct member 'buttype'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getLen()
Get method for struct member 'len'.
|
CPointer<BuildEff> |
getNext()
Get method for struct member 'next'.
|
CPointer<BuildEff> |
getPrev()
Get method for struct member 'prev'.
|
short |
getRt()
Get method for struct member 'rt'.
|
float |
getSfra()
Get method for struct member 'sfra'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setButtype(short buttype)
Set method for struct member 'buttype'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLen(float len)
Set method for struct member 'len'.
|
void |
setNext(CPointer<BuildEff> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<BuildEff> prev)
Set method for struct member 'prev'.
|
void |
setRt(short rt)
Set method for struct member 'rt'.
|
void |
setSfra(float sfra)
Set method for struct member 'sfra'.
|
void |
setType(short 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 BuildEff.
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:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__next); CPointer<CPointer<BuildEff>> p_next = p.cast(new Class[]{CPointer.class, BuildEff.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__prev); CPointer<CPointer<BuildEff>> p_prev = p.cast(new Class[]{CPointer.class, BuildEff.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__buttype
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__buttype); CPointer<Short> p_buttype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rt
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__rt); CPointer<Short> p_rt = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__len
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__len); CPointer<Float> p_len = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sfra
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__sfra); CPointer<Float> p_sfra = p.cast(new Class[]{Float.class});
public BuildEff(long __address, Block __block, BlockTable __blockTable)
protected BuildEff(BuildEff that)
public CPointer<BuildEff> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<BuildEff> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<BuildEff> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<BuildEff> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
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 short getButtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttype
public void setButtype(short buttype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttype
public short getRt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public void setRt(short rt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public float getLen() throws java.io.IOException
java.io.IOException
__DNA__FIELD__len
public void setLen(float len) throws java.io.IOException
java.io.IOException
__DNA__FIELD__len
public float getSfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(float sfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra