public class WaveModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD__damp
Field descriptor (offset) for struct member 'damp'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__falloff
Field descriptor (offset) for struct member 'falloff'.
|
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__map_object
Field descriptor (offset) for struct member 'map_object'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__narrow
Field descriptor (offset) for struct member 'narrow'.
|
static long[] |
__DNA__FIELD__objectcenter
Field descriptor (offset) for struct member 'objectcenter'.
|
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__texmapping
Field descriptor (offset) for struct member 'texmapping'.
|
static long[] |
__DNA__FIELD__texture
Field descriptor (offset) for struct member 'texture'.
|
static long[] |
__DNA__FIELD__timeoffs
Field descriptor (offset) for struct member 'timeoffs'.
|
static long[] |
__DNA__FIELD__uvlayer_name
Field descriptor (offset) for struct member 'uvlayer_name'.
|
static long[] |
__DNA__FIELD__uvlayer_tmp
Field descriptor (offset) for struct member 'uvlayer_tmp'.
|
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 WaveModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WaveModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WaveModifierData(WaveModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WaveModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
float |
getDamp()
Get method for struct member 'damp'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
float |
getFalloff()
Get method for struct member 'falloff'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getHeight()
Get method for struct member 'height'.
|
float |
getLifetime()
Get method for struct member 'lifetime'.
|
CPointer<BlenderObject> |
getMap_object()
Get method for struct member 'map_object'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getNarrow()
Get method for struct member 'narrow'.
|
CPointer<BlenderObject> |
getObjectcenter()
Get method for struct member 'objectcenter'.
|
float |
getSpeed()
Get method for struct member 'speed'.
|
float |
getStartx()
Get method for struct member 'startx'.
|
float |
getStarty()
Get method for struct member 'starty'.
|
int |
getTexmapping()
Get method for struct member 'texmapping'.
|
CPointer<Tex> |
getTexture()
Get method for struct member 'texture'.
|
float |
getTimeoffs()
Get method for struct member 'timeoffs'.
|
CArrayFacade<java.lang.Byte> |
getUvlayer_name()
Get method for struct member 'uvlayer_name'.
|
int |
getUvlayer_tmp()
Get method for struct member 'uvlayer_tmp'.
|
float |
getWidth()
Get method for struct member 'width'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
setDamp(float damp)
Set method for struct member 'damp'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFalloff(float falloff)
Set method for struct member 'falloff'.
|
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 |
setMap_object(CPointer<BlenderObject> map_object)
Set method for struct member 'map_object'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setNarrow(float narrow)
Set method for struct member 'narrow'.
|
void |
setObjectcenter(CPointer<BlenderObject> objectcenter)
Set method for struct member 'objectcenter'.
|
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 |
setTexmapping(int texmapping)
Set method for struct member 'texmapping'.
|
void |
setTexture(CPointer<Tex> texture)
Set method for struct member 'texture'.
|
void |
setTimeoffs(float timeoffs)
Set method for struct member 'timeoffs'.
|
void |
setUvlayer_name(CArrayFacade<java.lang.Byte> uvlayer_name)
Set method for struct member 'uvlayer_name'.
|
void |
setUvlayer_tmp(int uvlayer_tmp)
Set method for struct member 'uvlayer_tmp'.
|
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 WaveModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__texture
keep in sync with MappingInfoModifierData
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__texture); CPointer<CPointer<Tex>> p_texture = p.cast(new Class[]{CPointer.class, Tex.class});
public static final long[] __DNA__FIELD__map_object
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__map_object); CPointer<CPointer<BlenderObject>> p_map_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__uvlayer_name
MAX_CUSTOMDATA_LAYER_NAME.
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__uvlayer_name); CPointer<CArrayFacade<Byte>> p_uvlayer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__uvlayer_tmp
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__uvlayer_tmp); CPointer<Integer> p_uvlayer_tmp = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__texmapping
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__texmapping); CPointer<Integer> p_texmapping = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__objectcenter
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__objectcenter); CPointer<CPointer<BlenderObject>> p_objectcenter = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__defgrp_name
MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__startx
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__speed); CPointer<Float> p_speed = 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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__damp); CPointer<Float> p_damp = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__falloff
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__falloff); CPointer<Float> p_falloff = 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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__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:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD__lifetime); CPointer<Float> p_lifetime = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
WaveModifierData wavemodifierdata = ...; CPointer<Object> p = wavemodifierdata.__dna__addressof(WaveModifierData.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public WaveModifierData(long __address, Block __block, BlockTable __blockTable)
protected WaveModifierData(WaveModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CPointer<Tex> getTexture() throws java.io.IOException
keep in sync with MappingInfoModifierData
java.io.IOException
__DNA__FIELD__texture
public void setTexture(CPointer<Tex> texture) throws java.io.IOException
keep in sync with MappingInfoModifierData
java.io.IOException
__DNA__FIELD__texture
public CPointer<BlenderObject> getMap_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_object
public void setMap_object(CPointer<BlenderObject> map_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_object
public CArrayFacade<java.lang.Byte> getUvlayer_name() throws java.io.IOException
MAX_CUSTOMDATA_LAYER_NAME.
java.io.IOException
__DNA__FIELD__uvlayer_name
public void setUvlayer_name(CArrayFacade<java.lang.Byte> uvlayer_name) throws java.io.IOException
MAX_CUSTOMDATA_LAYER_NAME.
java.io.IOException
__DNA__FIELD__uvlayer_name
public int getUvlayer_tmp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_tmp
public void setUvlayer_tmp(int uvlayer_tmp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_tmp
public int getTexmapping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texmapping
public void setTexmapping(int texmapping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texmapping
public CPointer<BlenderObject> getObjectcenter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__objectcenter
public void setObjectcenter(CPointer<BlenderObject> objectcenter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__objectcenter
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
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 CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
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 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 getFalloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
public void setFalloff(float falloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
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
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public CPointer<WaveModifierData> __io__addressof()