public class ClothCollSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__collision_list
Field descriptor (offset) for struct member 'collision_list'.
|
static long[] |
__DNA__FIELD__distance_repel
Field descriptor (offset) for struct member 'distance_repel'.
|
static long[] |
__DNA__FIELD__epsilon
Field descriptor (offset) for struct member 'epsilon'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__friction
Field descriptor (offset) for struct member 'friction'.
|
static long[] |
__DNA__FIELD__group
Field descriptor (offset) for struct member 'group'.
|
static long[] |
__DNA__FIELD__loop_count
Field descriptor (offset) for struct member 'loop_count'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__repel_force
Field descriptor (offset) for struct member 'repel_force'.
|
static long[] |
__DNA__FIELD__self_friction
Field descriptor (offset) for struct member 'self_friction'.
|
static long[] |
__DNA__FIELD__self_loop_count
Field descriptor (offset) for struct member 'self_loop_count'.
|
static long[] |
__DNA__FIELD__selfepsilon
Field descriptor (offset) for struct member 'selfepsilon'.
|
static long[] |
__DNA__FIELD__vgroup_selfcol
Field descriptor (offset) for struct member 'vgroup_selfcol'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ClothCollSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ClothCollSettings(ClothCollSettings that) |
|
ClothCollSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ClothCollSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getCollision_list()
Get method for struct member 'collision_list'.
|
float |
getDistance_repel()
Get method for struct member 'distance_repel'.
|
float |
getEpsilon()
Get method for struct member 'epsilon'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
float |
getFriction()
Get method for struct member 'friction'.
|
CPointer<Group> |
getGroup()
Get method for struct member 'group'.
|
short |
getLoop_count()
Get method for struct member 'loop_count'.
|
short |
getPad()
Get method for struct member 'pad'.
|
int |
getPad2()
Get method for struct member 'pad2'.
|
float |
getRepel_force()
Get method for struct member 'repel_force'.
|
float |
getSelf_friction()
Get method for struct member 'self_friction'.
|
short |
getSelf_loop_count()
Get method for struct member 'self_loop_count'.
|
float |
getSelfepsilon()
Get method for struct member 'selfepsilon'.
|
short |
getVgroup_selfcol()
Get method for struct member 'vgroup_selfcol'.
|
void |
setCollision_list(CPointer<java.lang.Object> collision_list)
Set method for struct member 'collision_list'.
|
void |
setDistance_repel(float distance_repel)
Set method for struct member 'distance_repel'.
|
void |
setEpsilon(float epsilon)
Set method for struct member 'epsilon'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setFriction(float friction)
Set method for struct member 'friction'.
|
void |
setGroup(CPointer<Group> group)
Set method for struct member 'group'.
|
void |
setLoop_count(short loop_count)
Set method for struct member 'loop_count'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPad2(int pad2)
Set method for struct member 'pad2'.
|
void |
setRepel_force(float repel_force)
Set method for struct member 'repel_force'.
|
void |
setSelf_friction(float self_friction)
Set method for struct member 'self_friction'.
|
void |
setSelf_loop_count(short self_loop_count)
Set method for struct member 'self_loop_count'.
|
void |
setSelfepsilon(float selfepsilon)
Set method for struct member 'selfepsilon'.
|
void |
setVgroup_selfcol(short vgroup_selfcol)
Set method for struct member 'vgroup_selfcol'.
|
__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 ClothCollSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__collision_list
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__collision_list); CPointer<CPointer<Object>> p_collision_list = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__epsilon
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__epsilon); CPointer<Float> p_epsilon = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__self_friction
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__self_friction); CPointer<Float> p_self_friction = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__friction
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__friction); CPointer<Float> p_friction = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__selfepsilon
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__selfepsilon); CPointer<Float> p_selfepsilon = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__repel_force
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__repel_force); CPointer<Float> p_repel_force = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__distance_repel
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__distance_repel); CPointer<Float> p_distance_repel = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__self_loop_count
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__self_loop_count); CPointer<Short> p_self_loop_count = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__loop_count
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__loop_count); CPointer<Short> p_loop_count = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__group
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__group); CPointer<CPointer<Group>> p_group = p.cast(new Class[]{CPointer.class, Group.class});
public static final long[] __DNA__FIELD__vgroup_selfcol
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__vgroup_selfcol); CPointer<Short> p_vgroup_selfcol = 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:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
ClothCollSettings clothcollsettings = ...; CPointer<Object> p = clothcollsettings.__dna__addressof(ClothCollSettings.__DNA__FIELD__pad2); CPointer<Integer> p_pad2 = p.cast(new Class[]{Integer.class});
public ClothCollSettings(long __address, Block __block, BlockTable __blockTable)
protected ClothCollSettings(ClothCollSettings that)
public CPointer<java.lang.Object> getCollision_list() throws java.io.IOException
java.io.IOException
__DNA__FIELD__collision_list
public void setCollision_list(CPointer<java.lang.Object> collision_list) throws java.io.IOException
java.io.IOException
__DNA__FIELD__collision_list
public float getEpsilon() throws java.io.IOException
java.io.IOException
__DNA__FIELD__epsilon
public void setEpsilon(float epsilon) throws java.io.IOException
java.io.IOException
__DNA__FIELD__epsilon
public float getSelf_friction() throws java.io.IOException
java.io.IOException
__DNA__FIELD__self_friction
public void setSelf_friction(float self_friction) throws java.io.IOException
java.io.IOException
__DNA__FIELD__self_friction
public float getFriction() throws java.io.IOException
java.io.IOException
__DNA__FIELD__friction
public void setFriction(float friction) throws java.io.IOException
java.io.IOException
__DNA__FIELD__friction
public float getSelfepsilon() throws java.io.IOException
java.io.IOException
__DNA__FIELD__selfepsilon
public void setSelfepsilon(float selfepsilon) throws java.io.IOException
java.io.IOException
__DNA__FIELD__selfepsilon
public float getRepel_force() throws java.io.IOException
java.io.IOException
__DNA__FIELD__repel_force
public void setRepel_force(float repel_force) throws java.io.IOException
java.io.IOException
__DNA__FIELD__repel_force
public float getDistance_repel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance_repel
public void setDistance_repel(float distance_repel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance_repel
public int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public short getSelf_loop_count() throws java.io.IOException
java.io.IOException
__DNA__FIELD__self_loop_count
public void setSelf_loop_count(short self_loop_count) throws java.io.IOException
java.io.IOException
__DNA__FIELD__self_loop_count
public short getLoop_count() throws java.io.IOException
java.io.IOException
__DNA__FIELD__loop_count
public void setLoop_count(short loop_count) throws java.io.IOException
java.io.IOException
__DNA__FIELD__loop_count
public CPointer<Group> getGroup() throws java.io.IOException
java.io.IOException
__DNA__FIELD__group
public void setGroup(CPointer<Group> group) throws java.io.IOException
java.io.IOException
__DNA__FIELD__group
public short getVgroup_selfcol() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vgroup_selfcol
public void setVgroup_selfcol(short vgroup_selfcol) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vgroup_selfcol
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public int getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(int pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<ClothCollSettings> __io__addressof()