public class Effect extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__buttype
Field descriptor (offset) for struct member 'buttype'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__rt
Field descriptor (offset) for struct member 'rt'.
|
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 Effect.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
Effect(Effect that) |
|
Effect(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<Effect> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getButtype()
Get method for struct member 'buttype'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<Effect> |
getNext()
Get method for struct member 'next'.
|
CPointer<Effect> |
getPrev()
Get method for struct member 'prev'.
|
short |
getRt()
Get method for struct member 'rt'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setButtype(short buttype)
Set method for struct member 'buttype'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setNext(CPointer<Effect> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<Effect> prev)
Set method for struct member 'prev'.
|
void |
setRt(short rt)
Set method for struct member 'rt'.
|
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 Effect.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__DNA__FIELD__next); CPointer<CPointer<Effect>> p_next = p.cast(new Class[]{CPointer.class, Effect.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__DNA__FIELD__prev); CPointer<CPointer<Effect>> p_prev = p.cast(new Class[]{CPointer.class, Effect.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__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:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__buttype
This is how you get a reference on the corresponding field in the struct:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__DNA__FIELD__buttype); CPointer<Short> p_buttype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rt
This is how you get a reference on the corresponding field in the struct:
Effect effect = ...; CPointer<Object> p = effect.__dna__addressof(Effect.__DNA__FIELD__rt); CPointer<Short> p_rt = p.cast(new Class[]{Short.class});
public Effect(long __address, Block __block, BlockTable __blockTable)
protected Effect(Effect that)
public CPointer<Effect> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<Effect> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<Effect> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<Effect> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
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 short getButtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttype
public void setButtype(short buttype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__buttype
public short getRt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public void setRt(short rt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt