public class WarpModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__bone_from
Field descriptor (offset) for struct member 'bone_from'.
|
static long[] |
__DNA__FIELD__bone_to
Field descriptor (offset) for struct member 'bone_to'.
|
static long[] |
__DNA__FIELD__curfalloff
Field descriptor (offset) for struct member 'curfalloff'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__falloff_radius
Field descriptor (offset) for struct member 'falloff_radius'.
|
static long[] |
__DNA__FIELD__falloff_type
Field descriptor (offset) for struct member 'falloff_type'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
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__object_from
Field descriptor (offset) for struct member 'object_from'.
|
static long[] |
__DNA__FIELD__object_to
Field descriptor (offset) for struct member 'object_to'.
|
static long[] |
__DNA__FIELD__strength
Field descriptor (offset) for struct member 'strength'.
|
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__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 int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WarpModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WarpModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WarpModifierData(WarpModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WarpModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
getBone_from()
Get method for struct member 'bone_from'.
|
CArrayFacade<java.lang.Byte> |
getBone_to()
Get method for struct member 'bone_to'.
|
CPointer<CurveMapping> |
getCurfalloff()
Get method for struct member 'curfalloff'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
float |
getFalloff_radius()
Get method for struct member 'falloff_radius'.
|
byte |
getFalloff_type()
Get method for struct member 'falloff_type'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
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'.
|
CPointer<BlenderObject> |
getObject_from()
Get method for struct member 'object_from'.
|
CPointer<BlenderObject> |
getObject_to()
Get method for struct member 'object_to'.
|
float |
getStrength()
Get method for struct member 'strength'.
|
int |
getTexmapping()
Get method for struct member 'texmapping'.
|
CPointer<Tex> |
getTexture()
Get method for struct member 'texture'.
|
CArrayFacade<java.lang.Byte> |
getUvlayer_name()
Get method for struct member 'uvlayer_name'.
|
int |
getUvlayer_tmp()
Get method for struct member 'uvlayer_tmp'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setBone_from(CArrayFacade<java.lang.Byte> bone_from)
Set method for struct member 'bone_from'.
|
void |
setBone_to(CArrayFacade<java.lang.Byte> bone_to)
Set method for struct member 'bone_to'.
|
void |
setCurfalloff(CPointer<CurveMapping> curfalloff)
Set method for struct member 'curfalloff'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFalloff_radius(float falloff_radius)
Set method for struct member 'falloff_radius'.
|
void |
setFalloff_type(byte falloff_type)
Set method for struct member 'falloff_type'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
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 |
setObject_from(CPointer<BlenderObject> object_from)
Set method for struct member 'object_from'.
|
void |
setObject_to(CPointer<BlenderObject> object_to)
Set method for struct member 'object_to'.
|
void |
setStrength(float strength)
Set method for struct member 'strength'.
|
void |
setTexmapping(int texmapping)
Set method for struct member 'texmapping'.
|
void |
setTexture(CPointer<Tex> texture)
Set method for struct member 'texture'.
|
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'.
|
__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 WarpModifierData.
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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__map_object); CPointer<CPointer<BlenderObject>> p_map_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__map_bone
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__map_bone); CPointer<CArrayFacade<Byte>> p_map_bone = p.cast(new Class[]{CArrayFacade.class, Byte.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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__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:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__texmapping); CPointer<Integer> p_texmapping = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__object_from
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__object_from); CPointer<CPointer<BlenderObject>> p_object_from = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__object_to
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__object_to); CPointer<CPointer<BlenderObject>> p_object_to = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__bone_from
Optional name of bone target, MAX_ID_NAME-2.
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__bone_from); CPointer<CArrayFacade<Byte>> p_bone_from = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__bone_to
Optional name of bone target, MAX_ID_NAME-2.
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__bone_to); CPointer<CArrayFacade<Byte>> p_bone_to = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__curfalloff
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__curfalloff); CPointer<CPointer<CurveMapping>> p_curfalloff = p.cast(new Class[]{CPointer.class, CurveMapping.class});
public static final long[] __DNA__FIELD__defgrp_name
Optional vertexgroup name, MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__strength
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__strength); CPointer<Float> p_strength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__falloff_radius
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__falloff_radius); CPointer<Float> p_falloff_radius = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__falloff_type
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD__falloff_type); CPointer<Byte> p_falloff_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
WarpModifierData warpmodifierdata = ...; CPointer<Object> p = warpmodifierdata.__dna__addressof(WarpModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public WarpModifierData(long __address, Block __block, BlockTable __blockTable)
protected WarpModifierData(WarpModifierData 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> getMap_bone() throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_bone
public void setMap_bone(CArrayFacade<java.lang.Byte> map_bone) throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_bone
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> getObject_from() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_from
public void setObject_from(CPointer<BlenderObject> object_from) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_from
public CPointer<BlenderObject> getObject_to() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_to
public void setObject_to(CPointer<BlenderObject> object_to) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_to
public CArrayFacade<java.lang.Byte> getBone_from() throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__bone_from
public void setBone_from(CArrayFacade<java.lang.Byte> bone_from) throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__bone_from
public CArrayFacade<java.lang.Byte> getBone_to() throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__bone_to
public void setBone_to(CArrayFacade<java.lang.Byte> bone_to) throws java.io.IOException
Optional name of bone target, MAX_ID_NAME-2.
java.io.IOException
__DNA__FIELD__bone_to
public CPointer<CurveMapping> getCurfalloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curfalloff
public void setCurfalloff(CPointer<CurveMapping> curfalloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curfalloff
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public float getStrength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__strength
public void setStrength(float strength) throws java.io.IOException
java.io.IOException
__DNA__FIELD__strength
public float getFalloff_radius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_radius
public void setFalloff_radius(float falloff_radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_radius
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getFalloff_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_type
public void setFalloff_type(byte falloff_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_type
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 CPointer<WarpModifierData> __io__addressof()