public class IpoDriver extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__adrcode
Field descriptor (offset) for struct member 'adrcode'.
|
static long[] |
__DNA__FIELD__blocktype
Field descriptor (offset) for struct member 'blocktype'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
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 IpoDriver.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
IpoDriver(IpoDriver that) |
|
IpoDriver(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<IpoDriver> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAdrcode()
Get method for struct member 'adrcode'.
|
short |
getBlocktype()
Get method for struct member 'blocktype'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setAdrcode(short adrcode)
Set method for struct member 'adrcode'.
|
void |
setBlocktype(short blocktype)
Set method for struct member 'blocktype'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
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 IpoDriver.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ob
target/driver ob
This is how you get a reference on the corresponding field in the struct:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__blocktype
This is how you get a reference on the corresponding field in the struct:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__blocktype); CPointer<Short> p_blocktype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__adrcode
sub-channel to use
This is how you get a reference on the corresponding field in the struct:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__adrcode); CPointer<Short> p_adrcode = 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:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
driver settings
This is how you get a reference on the corresponding field in the struct:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__name
bone, or python expression here
This is how you get a reference on the corresponding field in the struct:
IpoDriver ipodriver = ...; CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public IpoDriver(long __address, Block __block, BlockTable __blockTable)
protected IpoDriver(IpoDriver that)
public CPointer<BlenderObject> getOb() throws java.io.IOException
target/driver ob
java.io.IOException
__DNA__FIELD__ob
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
target/driver ob
java.io.IOException
__DNA__FIELD__ob
public short getBlocktype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocktype
public void setBlocktype(short blocktype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocktype
public short getAdrcode() throws java.io.IOException
sub-channel to use
java.io.IOException
__DNA__FIELD__adrcode
public void setAdrcode(short adrcode) throws java.io.IOException
sub-channel to use
java.io.IOException
__DNA__FIELD__adrcode
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
driver settings
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
driver settings
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
bone, or python expression here
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
bone, or python expression here
java.io.IOException
__DNA__FIELD__name