public class bTwoDFilterActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__float_arg
Field descriptor (offset) for struct member 'float_arg'.
|
static long[] |
__DNA__FIELD__int_arg
Field descriptor (offset) for struct member 'int_arg'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__text
Field descriptor (offset) for struct member 'text'.
|
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 bTwoDFilterActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bTwoDFilterActuator(bTwoDFilterActuator that) |
|
bTwoDFilterActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bTwoDFilterActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getFloat_arg()
Get method for struct member 'float_arg'.
|
int |
getInt_arg()
Get method for struct member 'int_arg'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CPointer<Text> |
getText()
Get method for struct member 'text'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFloat_arg(float float_arg)
Set method for struct member 'float_arg'.
|
void |
setInt_arg(int int_arg)
Set method for struct member 'int_arg'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setText(CPointer<Text> text)
Set method for struct member 'text'.
|
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 bTwoDFilterActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__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:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__int_arg
This is how you get a reference on the corresponding field in the struct:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__DNA__FIELD__int_arg); CPointer<Integer> p_int_arg = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__float_arg
This is how you get a reference on the corresponding field in the struct:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__DNA__FIELD__float_arg); CPointer<Float> p_float_arg = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__text
This is how you get a reference on the corresponding field in the struct:
bTwoDFilterActuator btwodfilteractuator = ...; CPointer<Object> p = btwodfilteractuator.__dna__addressof(bTwoDFilterActuator.__DNA__FIELD__text); CPointer<CPointer<Text>> p_text = p.cast(new Class[]{CPointer.class, Text.class});
public bTwoDFilterActuator(long __address, Block __block, BlockTable __blockTable)
protected bTwoDFilterActuator(bTwoDFilterActuator that)
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
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 int getInt_arg() throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg
public void setInt_arg(int int_arg) throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg
public float getFloat_arg() throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg
public void setFloat_arg(float float_arg) throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg
public CPointer<Text> getText() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public void setText(CPointer<Text> text) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public CPointer<bTwoDFilterActuator> __io__addressof()