public class bGroupActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__butend
Field descriptor (offset) for struct member 'butend'.
|
static long[] |
__DNA__FIELD__butsta
Field descriptor (offset) for struct member 'butsta'.
|
static long[] |
__DNA__FIELD__cur
Field descriptor (offset) for struct member 'cur'.
|
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__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
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 bGroupActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGroupActuator(bGroupActuator that) |
|
bGroupActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGroupActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getButend()
Get method for struct member 'butend'.
|
short |
getButsta()
Get method for struct member 'butsta'.
|
short |
getCur()
Get method for struct member 'cur'.
|
int |
getEnd()
Get method for struct member 'end'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CArrayFacade<java.lang.Short> |
getPad()
Get method for struct member 'pad'.
|
int |
getSta()
Get method for struct member 'sta'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setButend(short butend)
Set method for struct member 'butend'.
|
void |
setButsta(short butsta)
Set method for struct member 'butsta'.
|
void |
setCur(short cur)
Set method for struct member 'cur'.
|
void |
setEnd(int end)
Set method for struct member 'end'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setPad(CArrayFacade<java.lang.Short> pad)
Set method for struct member 'pad'.
|
void |
setSta(int 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 bGroupActuator.
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:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__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:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__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:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__sta); CPointer<Integer> p_sta = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__end
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__end); CPointer<Integer> p_end = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__name
property or groupkey, MAX_NAME
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__pad); CPointer<CArrayFacade<Short>> p_pad = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__cur
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__cur); CPointer<Short> p_cur = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__butsta
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__butsta); CPointer<Short> p_butsta = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__butend
not referenced, can remove?
This is how you get a reference on the corresponding field in the struct:
bGroupActuator bgroupactuator = ...; CPointer<Object> p = bgroupactuator.__dna__addressof(bGroupActuator.__DNA__FIELD__butend); CPointer<Short> p_butend = p.cast(new Class[]{Short.class});
public bGroupActuator(long __address, Block __block, BlockTable __blockTable)
protected bGroupActuator(bGroupActuator 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 int getSta() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public void setSta(int sta) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sta
public int getEnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public void setEnd(int end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
property or groupkey, MAX_NAME
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
property or groupkey, MAX_NAME
java.io.IOException
__DNA__FIELD__name
public CArrayFacade<java.lang.Short> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Short> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getCur() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public void setCur(short cur) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public short getButsta() throws java.io.IOException
java.io.IOException
__DNA__FIELD__butsta
public void setButsta(short butsta) throws java.io.IOException
java.io.IOException
__DNA__FIELD__butsta
public short getButend() throws java.io.IOException
not referenced, can remove?
java.io.IOException
__DNA__FIELD__butend
public void setButend(short butend) throws java.io.IOException
not referenced, can remove?
java.io.IOException
__DNA__FIELD__butend
public CPointer<bGroupActuator> __io__addressof()