public class ChannelDriver extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__curval
Field descriptor (offset) for struct member 'curval'.
|
static long[] |
__DNA__FIELD__expr_comp
Field descriptor (offset) for struct member 'expr_comp'.
|
static long[] |
__DNA__FIELD__expression
Field descriptor (offset) for struct member 'expression'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__influence
Field descriptor (offset) for struct member 'influence'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__variables
Field descriptor (offset) for struct member 'variables'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ChannelDriver.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ChannelDriver(ChannelDriver that) |
|
ChannelDriver(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ChannelDriver> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getCurval()
Get method for struct member 'curval'.
|
CPointer<java.lang.Object> |
getExpr_comp()
Get method for struct member 'expr_comp'.
|
CArrayFacade<java.lang.Byte> |
getExpression()
Get method for struct member 'expression'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
float |
getInfluence()
Get method for struct member 'influence'.
|
int |
getType()
Get method for struct member 'type'.
|
ListBase |
getVariables()
Get method for struct member 'variables'.
|
void |
setCurval(float curval)
Set method for struct member 'curval'.
|
void |
setExpr_comp(CPointer<java.lang.Object> expr_comp)
Set method for struct member 'expr_comp'.
|
void |
setExpression(CArrayFacade<java.lang.Byte> expression)
Set method for struct member 'expression'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setInfluence(float influence)
Set method for struct member 'influence'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
void |
setVariables(ListBase variables)
Set method for struct member 'variables'.
|
__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 ChannelDriver.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__variables
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__variables); CPointer<ListBase> p_variables = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__expression
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__expression); CPointer<CArrayFacade<Byte>> p_expression = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__expr_comp
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__expr_comp); CPointer<CPointer<Object>> p_expr_comp = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__curval
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__curval); CPointer<Float> p_curval = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__influence
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__influence); CPointer<Float> p_influence = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
ChannelDriver channeldriver = ...; CPointer<Object> p = channeldriver.__dna__addressof(ChannelDriver.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public ChannelDriver(long __address, Block __block, BlockTable __blockTable)
protected ChannelDriver(ChannelDriver that)
public ListBase getVariables() throws java.io.IOException
java.io.IOException
__DNA__FIELD__variables
public void setVariables(ListBase variables) throws java.io.IOException
java.io.IOException
__DNA__FIELD__variables
public CArrayFacade<java.lang.Byte> getExpression() throws java.io.IOException
java.io.IOException
__DNA__FIELD__expression
public void setExpression(CArrayFacade<java.lang.Byte> expression) throws java.io.IOException
java.io.IOException
__DNA__FIELD__expression
public CPointer<java.lang.Object> getExpr_comp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__expr_comp
public void setExpr_comp(CPointer<java.lang.Object> expr_comp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__expr_comp
public float getCurval() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curval
public void setCurval(float curval) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curval
public float getInfluence() throws java.io.IOException
java.io.IOException
__DNA__FIELD__influence
public void setInfluence(float influence) throws java.io.IOException
java.io.IOException
__DNA__FIELD__influence
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CPointer<ChannelDriver> __io__addressof()