Class WaveModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.WaveModifierData
-
public class WaveModifierData extends CFacade
Generated facet for DNA struct type 'WaveModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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_bone
Field descriptor (offset) for struct member 'map_bone'.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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description WaveModifierData(long __address, Block __block, BlockTable __blockTable)
protected
WaveModifierData(WaveModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.CArrayFacade<java.lang.Byte>
getMap_bone()
Get method for struct member 'map_bone'.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_bone(CArrayFacade<java.lang.Byte> map_bone)
Set method for struct member 'map_bone'.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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct WaveModifierData.It is required when allocating a new block to store data for WaveModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
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});
Metadata
- Field: 'modifier'
- Signature: 'ModifierData'
- Actual Size (32bit/64bit): 100/120
-
__DNA__FIELD__texture
public static final long[] __DNA__FIELD__texture
Field descriptor (offset) for struct member 'texture'.Field Documentation
Blender Source Code
keep in sync with
MappingInfoModifierData
Pointer Arithmetics
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});
Metadata
- Field: 'texture'
- Signature: 'Tex*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__map_object
public static final long[] __DNA__FIELD__map_object
Field descriptor (offset) for struct member 'map_object'.Pointer Arithmetics
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});
Metadata
- Field: 'map_object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__map_bone
public static final long[] __DNA__FIELD__map_bone
Field descriptor (offset) for struct member 'map_bone'.Pointer Arithmetics
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_bone); CPointer<CArrayFacade<Byte>> p_map_bone = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'map_bone'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__uvlayer_name
public static final long[] __DNA__FIELD__uvlayer_name
Field descriptor (offset) for struct member 'uvlayer_name'.Field Documentation
Blender Source Code
MAX_CUSTOMDATA_LAYER_NAME.
Pointer Arithmetics
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});
Metadata
- Field: 'uvlayer_name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__uvlayer_tmp
public static final long[] __DNA__FIELD__uvlayer_tmp
Field descriptor (offset) for struct member 'uvlayer_tmp'.Pointer Arithmetics
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});
Metadata
- Field: 'uvlayer_tmp'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__texmapping
public static final long[] __DNA__FIELD__texmapping
Field descriptor (offset) for struct member 'texmapping'.Pointer Arithmetics
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});
Metadata
- Field: 'texmapping'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__objectcenter
public static final long[] __DNA__FIELD__objectcenter
Field descriptor (offset) for struct member 'objectcenter'.Field Documentation
Blender Source Code
Pointer Arithmetics
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});
Metadata
- Field: 'objectcenter'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__defgrp_name
public static final long[] __DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
Pointer Arithmetics
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});
Metadata
- Field: 'defgrp_name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
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});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__startx
public static final long[] __DNA__FIELD__startx
Field descriptor (offset) for struct member 'startx'.Pointer Arithmetics
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});
Metadata
- Field: 'startx'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__starty
public static final long[] __DNA__FIELD__starty
Field descriptor (offset) for struct member 'starty'.Pointer Arithmetics
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});
Metadata
- Field: 'starty'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__height
public static final long[] __DNA__FIELD__height
Field descriptor (offset) for struct member 'height'.Pointer Arithmetics
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});
Metadata
- Field: 'height'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__width
public static final long[] __DNA__FIELD__width
Field descriptor (offset) for struct member 'width'.Pointer Arithmetics
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});
Metadata
- Field: 'width'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__narrow
public static final long[] __DNA__FIELD__narrow
Field descriptor (offset) for struct member 'narrow'.Pointer Arithmetics
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});
Metadata
- Field: 'narrow'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__speed
public static final long[] __DNA__FIELD__speed
Field descriptor (offset) for struct member 'speed'.Pointer Arithmetics
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});
Metadata
- Field: 'speed'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__damp
public static final long[] __DNA__FIELD__damp
Field descriptor (offset) for struct member 'damp'.Pointer Arithmetics
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});
Metadata
- Field: 'damp'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__falloff
public static final long[] __DNA__FIELD__falloff
Field descriptor (offset) for struct member 'falloff'.Pointer Arithmetics
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});
Metadata
- Field: 'falloff'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__timeoffs
public static final long[] __DNA__FIELD__timeoffs
Field descriptor (offset) for struct member 'timeoffs'.Pointer Arithmetics
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});
Metadata
- Field: 'timeoffs'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__lifetime
public static final long[] __DNA__FIELD__lifetime
Field descriptor (offset) for struct member 'lifetime'.Pointer Arithmetics
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});
Metadata
- Field: 'lifetime'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad1
public static final long[] __DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.Pointer Arithmetics
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});
Metadata
- Field: '_pad1'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
WaveModifierData
public WaveModifierData(long __address, Block __block, BlockTable __blockTable)
-
WaveModifierData
protected WaveModifierData(WaveModifierData that)
-
-
Method Detail
-
getModifier
public ModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(ModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getTexture
public CPointer<Tex> getTexture() throws java.io.IOException
Get method for struct member 'texture'.Field Documentation
Blender Source Code
keep in sync with
MappingInfoModifierData
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__texture
-
setTexture
public void setTexture(CPointer<Tex> texture) throws java.io.IOException
Set method for struct member 'texture'.Field Documentation
Blender Source Code
keep in sync with
MappingInfoModifierData
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__texture
-
getMap_object
public CPointer<BlenderObject> getMap_object() throws java.io.IOException
Get method for struct member 'map_object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__map_object
-
setMap_object
public void setMap_object(CPointer<BlenderObject> map_object) throws java.io.IOException
Set method for struct member 'map_object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__map_object
-
getMap_bone
public CArrayFacade<java.lang.Byte> getMap_bone() throws java.io.IOException
Get method for struct member 'map_bone'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__map_bone
-
setMap_bone
public void setMap_bone(CArrayFacade<java.lang.Byte> map_bone) throws java.io.IOException
Set method for struct member 'map_bone'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__map_bone
-
getUvlayer_name
public CArrayFacade<java.lang.Byte> getUvlayer_name() throws java.io.IOException
Get method for struct member 'uvlayer_name'.Field Documentation
Blender Source Code
MAX_CUSTOMDATA_LAYER_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__uvlayer_name
-
setUvlayer_name
public void setUvlayer_name(CArrayFacade<java.lang.Byte> uvlayer_name) throws java.io.IOException
Set method for struct member 'uvlayer_name'.Field Documentation
Blender Source Code
MAX_CUSTOMDATA_LAYER_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__uvlayer_name
-
getUvlayer_tmp
public int getUvlayer_tmp() throws java.io.IOException
Get method for struct member 'uvlayer_tmp'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__uvlayer_tmp
-
setUvlayer_tmp
public void setUvlayer_tmp(int uvlayer_tmp) throws java.io.IOException
Set method for struct member 'uvlayer_tmp'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__uvlayer_tmp
-
getTexmapping
public int getTexmapping() throws java.io.IOException
Get method for struct member 'texmapping'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__texmapping
-
setTexmapping
public void setTexmapping(int texmapping) throws java.io.IOException
Set method for struct member 'texmapping'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__texmapping
-
getObjectcenter
public CPointer<BlenderObject> getObjectcenter() throws java.io.IOException
Get method for struct member 'objectcenter'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__objectcenter
-
setObjectcenter
public void setObjectcenter(CPointer<BlenderObject> objectcenter) throws java.io.IOException
Set method for struct member 'objectcenter'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__objectcenter
-
getDefgrp_name
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
Get method for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__defgrp_name
-
setDefgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
Set method for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__defgrp_name
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getStartx
public float getStartx() throws java.io.IOException
Get method for struct member 'startx'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__startx
-
setStartx
public void setStartx(float startx) throws java.io.IOException
Set method for struct member 'startx'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__startx
-
getStarty
public float getStarty() throws java.io.IOException
Get method for struct member 'starty'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__starty
-
setStarty
public void setStarty(float starty) throws java.io.IOException
Set method for struct member 'starty'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__starty
-
getHeight
public float getHeight() throws java.io.IOException
Get method for struct member 'height'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__height
-
setHeight
public void setHeight(float height) throws java.io.IOException
Set method for struct member 'height'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__height
-
getWidth
public float getWidth() throws java.io.IOException
Get method for struct member 'width'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__width
-
setWidth
public void setWidth(float width) throws java.io.IOException
Set method for struct member 'width'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__width
-
getNarrow
public float getNarrow() throws java.io.IOException
Get method for struct member 'narrow'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__narrow
-
setNarrow
public void setNarrow(float narrow) throws java.io.IOException
Set method for struct member 'narrow'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__narrow
-
getSpeed
public float getSpeed() throws java.io.IOException
Get method for struct member 'speed'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__speed
-
setSpeed
public void setSpeed(float speed) throws java.io.IOException
Set method for struct member 'speed'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__speed
-
getDamp
public float getDamp() throws java.io.IOException
Get method for struct member 'damp'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__damp
-
setDamp
public void setDamp(float damp) throws java.io.IOException
Set method for struct member 'damp'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__damp
-
getFalloff
public float getFalloff() throws java.io.IOException
Get method for struct member 'falloff'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__falloff
-
setFalloff
public void setFalloff(float falloff) throws java.io.IOException
Set method for struct member 'falloff'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__falloff
-
getTimeoffs
public float getTimeoffs() throws java.io.IOException
Get method for struct member 'timeoffs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__timeoffs
-
setTimeoffs
public void setTimeoffs(float timeoffs) throws java.io.IOException
Set method for struct member 'timeoffs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__timeoffs
-
getLifetime
public float getLifetime() throws java.io.IOException
Get method for struct member 'lifetime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lifetime
-
setLifetime
public void setLifetime(float lifetime) throws java.io.IOException
Set method for struct member 'lifetime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lifetime
-
get_pad1
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
Get method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
set_pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
Set method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
__io__addressof
public CPointer<WaveModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-