public class bActuator extends CFacade
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__go
Field descriptor (offset) for struct member 'go'.
|
static long[] |
__DNA__FIELD__mynew
Field descriptor (offset) for struct member 'mynew'.
|
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__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__otype
Field descriptor (offset) for struct member 'otype'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
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 bActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bActuator(bActuator that) |
|
bActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getData()
Get method for struct member 'data'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getGo()
Get method for struct member 'go'.
|
CPointer<bActuator> |
getMynew()
Get method for struct member 'mynew'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<bActuator> |
getNext()
Get method for struct member 'next'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
short |
getOtype()
Get method for struct member 'otype'.
|
CPointer<bActuator> |
getPrev()
Get method for struct member 'prev'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setGo(short go)
Set method for struct member 'go'.
|
void |
setMynew(CPointer<bActuator> mynew)
Set method for struct member 'mynew'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<bActuator> next)
Set method for struct member 'next'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setOtype(short otype)
Set method for struct member 'otype'.
|
void |
setPrev(CPointer<bActuator> prev)
Set method for struct member 'prev'.
|
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 bActuator.
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:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__next); CPointer<CPointer<bActuator>> p_next = p.cast(new Class[]{CPointer.class, bActuator.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__prev); CPointer<CPointer<bActuator>> p_prev = p.cast(new Class[]{CPointer.class, bActuator.class});
public static final long[] __DNA__FIELD__mynew
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__mynew); CPointer<CPointer<bActuator>> p_mynew = p.cast(new Class[]{CPointer.class, bActuator.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__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:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__otype
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__otype); CPointer<Short> p_otype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__go
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__go); CPointer<Short> p_go = 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:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__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:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
bActuator bactuator = ...; CPointer<Object> p = bactuator.__dna__addressof(bActuator.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public bActuator(long __address, Block __block, BlockTable __blockTable)
protected bActuator(bActuator that)
public CPointer<bActuator> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bActuator> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bActuator> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bActuator> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<bActuator> getMynew() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mynew
public void setMynew(CPointer<bActuator> mynew) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mynew
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 getOtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public void setOtype(short otype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public short getGo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__go
public void setGo(short go) throws java.io.IOException
java.io.IOException
__DNA__FIELD__go
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<BlenderObject> getOb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob