public class bIpoActuator extends CFacade
deprecated, handled by bActionActuator
now
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__end
Field descriptor (offset) for struct member 'end'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frameProp
Field descriptor (offset) for struct member 'frameProp'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
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__pad3
Field descriptor (offset) for struct member 'pad3'.
|
static long[] |
__DNA__FIELD__pad4
Field descriptor (offset) for struct member 'pad4'.
|
static long[] |
__DNA__FIELD__sta
Field descriptor (offset) for struct member 'sta'.
|
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 bIpoActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bIpoActuator(bIpoActuator that) |
|
bIpoActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bIpoActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getEnd()
Get method for struct member 'end'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getFrameProp()
Get method for struct member 'frameProp'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
short |
getPad1()
Get method for struct member 'pad1'.
|
short |
getPad2()
Get method for struct member 'pad2'.
|
short |
getPad3()
Get method for struct member 'pad3'.
|
short |
getPad4()
Get method for struct member 'pad4'.
|
float |
getSta()
Get method for struct member 'sta'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setEnd(float end)
Set method for struct member 'end'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFrameProp(CArrayFacade<java.lang.Byte> frameProp)
Set method for struct member 'frameProp'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setPad1(short pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(short pad2)
Set method for struct member 'pad2'.
|
void |
setPad3(short pad3)
Set method for struct member 'pad3'.
|
void |
setPad4(short pad4)
Set method for struct member 'pad4'.
|
void |
setSta(float sta)
Set method for struct member 'sta'.
|
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 bIpoActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sta
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__sta); CPointer<Float> p_sta = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__end
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__end); CPointer<Float> p_end = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__name
MAX_NAME
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__frameProp
Set this property to the actions current frame, MAX_NAME
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__frameProp); CPointer<CArrayFacade<Byte>> p_frameProp = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__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:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__pad2); CPointer<Short> p_pad2 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad3
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__pad3); CPointer<Short> p_pad3 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad4
This is how you get a reference on the corresponding field in the struct:
bIpoActuator bipoactuator = ...; CPointer<Object> p = bipoactuator.__dna__addressof(bIpoActuator.__DNA__FIELD__pad4); CPointer<Short> p_pad4 = p.cast(new Class[]{Short.class});
public bIpoActuator(long __address, Block __block, BlockTable __blockTable)
protected bIpoActuator(bIpoActuator that)
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 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 float getSta() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public void setSta(float sta) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public float getEnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public void setEnd(float end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__name
public CArrayFacade<java.lang.Byte> getFrameProp() throws java.io.IOException
Set this property to the actions current frame, MAX_NAME
java.io.IOException
__DNA__FIELD__frameProp
public void setFrameProp(CArrayFacade<java.lang.Byte> frameProp) throws java.io.IOException
Set this property to the actions current frame, MAX_NAME
java.io.IOException
__DNA__FIELD__frameProp
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 short getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(short pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public short getPad3() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public void setPad3(short pad3) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad3
public short getPad4() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad4
public void setPad4(short pad4) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad4
public CPointer<bIpoActuator> __io__addressof()