public class bMessageActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__body
Field descriptor (offset) for struct member 'body'.
|
static long[] |
__DNA__FIELD__bodyType
Field descriptor (offset) for struct member 'bodyType'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__subject
Field descriptor (offset) for struct member 'subject'.
|
static long[] |
__DNA__FIELD__toObject
Field descriptor (offset) for struct member 'toObject'.
|
static long[] |
__DNA__FIELD__toPropName
Field descriptor (offset) for struct member 'toPropName'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bMessageActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bMessageActuator(bMessageActuator that) |
|
bMessageActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bMessageActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getBody()
Get method for struct member 'body'.
|
short |
getBodyType()
Get method for struct member 'bodyType'.
|
short |
getPad1()
Get method for struct member 'pad1'.
|
int |
getPad2()
Get method for struct member 'pad2'.
|
CArrayFacade<java.lang.Byte> |
getSubject()
Get method for struct member 'subject'.
|
CPointer<BlenderObject> |
getToObject()
Get method for struct member 'toObject'.
|
CArrayFacade<java.lang.Byte> |
getToPropName()
Get method for struct member 'toPropName'.
|
void |
setBody(CArrayFacade<java.lang.Byte> body)
Set method for struct member 'body'.
|
void |
setBodyType(short bodyType)
Set method for struct member 'bodyType'.
|
void |
setPad1(short pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(int pad2)
Set method for struct member 'pad2'.
|
void |
setSubject(CArrayFacade<java.lang.Byte> subject)
Set method for struct member 'subject'.
|
void |
setToObject(CPointer<BlenderObject> toObject)
Set method for struct member 'toObject'.
|
void |
setToPropName(CArrayFacade<java.lang.Byte> toPropName)
Set method for struct member 'toPropName'.
|
__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 bMessageActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__toPropName
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__toPropName); CPointer<CArrayFacade<Byte>> p_toPropName = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__toObject
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__toObject); CPointer<CPointer<BlenderObject>> p_toObject = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__subject
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__subject); CPointer<CArrayFacade<Byte>> p_subject = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__bodyType
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__bodyType); CPointer<Short> p_bodyType = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__pad1); CPointer<Short> p_pad1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__pad2); CPointer<Integer> p_pad2 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__body
This is how you get a reference on the corresponding field in the struct:
bMessageActuator bmessageactuator = ...; CPointer<Object> p = bmessageactuator.__dna__addressof(bMessageActuator.__DNA__FIELD__body); CPointer<CArrayFacade<Byte>> p_body = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bMessageActuator(long __address, Block __block, BlockTable __blockTable)
protected bMessageActuator(bMessageActuator that)
public CArrayFacade<java.lang.Byte> getToPropName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__toPropName
public void setToPropName(CArrayFacade<java.lang.Byte> toPropName) throws java.io.IOException
java.io.IOException
__DNA__FIELD__toPropName
public CPointer<BlenderObject> getToObject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__toObject
public void setToObject(CPointer<BlenderObject> toObject) throws java.io.IOException
java.io.IOException
__DNA__FIELD__toObject
public CArrayFacade<java.lang.Byte> getSubject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subject
public void setSubject(CArrayFacade<java.lang.Byte> subject) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subject
public short getBodyType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bodyType
public void setBodyType(short bodyType) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bodyType
public short getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(short pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public int getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(int pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CArrayFacade<java.lang.Byte> getBody() throws java.io.IOException
java.io.IOException
__DNA__FIELD__body
public void setBody(CArrayFacade<java.lang.Byte> body) throws java.io.IOException
java.io.IOException
__DNA__FIELD__body
public CPointer<bMessageActuator> __io__addressof()