public class WaveEff extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__buttype
Field descriptor (offset) for struct member 'buttype'.
|
static long[] |
__DNA__FIELD__damp
Field descriptor (offset) for struct member 'damp'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__height
Field descriptor (offset) for struct member 'height'.
|
static long[] |
__DNA__FIELD__lifetime
Field descriptor (offset) for struct member 'lifetime'.
|
static long[] |
__DNA__FIELD__minfac
Field descriptor (offset) for struct member 'minfac'.
|
static long[] |
__DNA__FIELD__narrow
Field descriptor (offset) for struct member 'narrow'.
|
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__speed
Field descriptor (offset) for struct member 'speed'.
|
static long[] |
__DNA__FIELD__startx
Field descriptor (offset) for struct member 'startx'.
|
static long[] |
__DNA__FIELD__starty
Field descriptor (offset) for struct member 'starty'.
|
static long[] |
__DNA__FIELD__stype
Field descriptor (offset) for struct member 'stype'.
|
static long[] |
__DNA__FIELD__timeoffs
Field descriptor (offset) for struct member 'timeoffs'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__width
Field descriptor (offset) for struct member 'width'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WaveEff.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WaveEff(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WaveEff(WaveEff that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WaveEff> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getButtype()
Get method for struct member 'buttype'.
|
float |
getDamp()
Get method for struct member 'damp'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getHeight()
Get method for struct member 'height'.
|
float |
getLifetime()
Get method for struct member 'lifetime'.
|
float |
getMinfac()
Get method for struct member 'minfac'.
|
float |
getNarrow()
Get method for struct member 'narrow'.
|
CPointer<WaveEff> |
getNext()
Get method for struct member 'next'.
|
CPointer<WaveEff> |
getPrev()
Get method for struct member 'prev'.
|
float |
getSpeed()
Get method for struct member 'speed'.
|
float |
getStartx()
Get method for struct member 'startx'.
|
float |
getStarty()
Get method for struct member 'starty'.
|
short |
getStype()
Get method for struct member 'stype'.
|
float |
getTimeoffs()
Get method for struct member 'timeoffs'.
|
short |
getType()
Get method for struct member 'type'.
|
float |
getWidth()
Get method for struct member 'width'.
|
void |
setButtype(short buttype)
Set method for struct member 'buttype'.
|
void |
setDamp(float damp)
Set method for struct member 'damp'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setHeight(float height)
Set method for struct member 'height'.
|
void |
setLifetime(float lifetime)
Set method for struct member 'lifetime'.
|
void |
setMinfac(float minfac)
Set method for struct member 'minfac'.
|
void |
setNarrow(float narrow)
Set method for struct member 'narrow'.
|
void |
setNext(CPointer<WaveEff> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<WaveEff> prev)
Set method for struct member 'prev'.
|
void |
setSpeed(float speed)
Set method for struct member 'speed'.
|
void |
setStartx(float startx)
Set method for struct member 'startx'.
|
void |
setStarty(float starty)
Set method for struct member 'starty'.
|
void |
setStype(short stype)
Set method for struct member 'stype'.
|
void |
setTimeoffs(float timeoffs)
Set method for struct member 'timeoffs'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setWidth(float width)
Set method for struct member 'width'.
|
__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 WaveEff.
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:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__next); CPointer<CPointer<WaveEff>> p_next = p.cast(new Class[]{CPointer.class, WaveEff.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__prev); CPointer<CPointer<WaveEff>> p_prev = p.cast(new Class[]{CPointer.class, WaveEff.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__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:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__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:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__buttype); CPointer<Short> p_buttype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__stype
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__stype); CPointer<Short> p_stype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__startx
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__startx); CPointer<Float> p_startx = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__starty
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__starty); CPointer<Float> p_starty = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__height
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__height); CPointer<Float> p_height = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__width
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__width); CPointer<Float> p_width = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__narrow
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__narrow); CPointer<Float> p_narrow = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__speed
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__speed); CPointer<Float> p_speed = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__minfac
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__minfac); CPointer<Float> p_minfac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__damp
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__damp); CPointer<Float> p_damp = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__timeoffs
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__timeoffs); CPointer<Float> p_timeoffs = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__lifetime
This is how you get a reference on the corresponding field in the struct:
WaveEff waveeff = ...; CPointer<Object> p = waveeff.__dna__addressof(WaveEff.__DNA__FIELD__lifetime); CPointer<Float> p_lifetime = p.cast(new Class[]{Float.class});
public WaveEff(long __address, Block __block, BlockTable __blockTable)
protected WaveEff(WaveEff that)
public CPointer<WaveEff> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<WaveEff> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<WaveEff> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<WaveEff> 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 getStype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stype
public void setStype(short stype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stype
public float getStartx() throws java.io.IOException
java.io.IOException
__DNA__FIELD__startx
public void setStartx(float startx) throws java.io.IOException
java.io.IOException
__DNA__FIELD__startx
public float getStarty() throws java.io.IOException
java.io.IOException
__DNA__FIELD__starty
public void setStarty(float starty) throws java.io.IOException
java.io.IOException
__DNA__FIELD__starty
public float getHeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public void setHeight(float height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__height
public float getWidth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__width
public void setWidth(float width) throws java.io.IOException
java.io.IOException
__DNA__FIELD__width
public float getNarrow() throws java.io.IOException
java.io.IOException
__DNA__FIELD__narrow
public void setNarrow(float narrow) throws java.io.IOException
java.io.IOException
__DNA__FIELD__narrow
public float getSpeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__speed
public void setSpeed(float speed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__speed
public float getMinfac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minfac
public void setMinfac(float minfac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minfac
public float getDamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__damp
public void setDamp(float damp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__damp
public float getTimeoffs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__timeoffs
public void setTimeoffs(float timeoffs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__timeoffs
public float getLifetime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lifetime
public void setLifetime(float lifetime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lifetime