public class SDefBind extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__influence
Field descriptor (offset) for struct member 'influence'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__normal_dist
Field descriptor (offset) for struct member 'normal_dist'.
|
static long[] |
__DNA__FIELD__numverts
Field descriptor (offset) for struct member 'numverts'.
|
static long[] |
__DNA__FIELD__vert_inds
Field descriptor (offset) for struct member 'vert_inds'.
|
static long[] |
__DNA__FIELD__vert_weights
Field descriptor (offset) for struct member 'vert_weights'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SDefBind.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SDefBind(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SDefBind(SDefBind that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SDefBind> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getInfluence()
Get method for struct member 'influence'.
|
int |
getMode()
Get method for struct member 'mode'.
|
float |
getNormal_dist()
Get method for struct member 'normal_dist'.
|
int |
getNumverts()
Get method for struct member 'numverts'.
|
CPointer<java.lang.Integer> |
getVert_inds()
Get method for struct member 'vert_inds'.
|
CPointer<java.lang.Float> |
getVert_weights()
Get method for struct member 'vert_weights'.
|
void |
setInfluence(float influence)
Set method for struct member 'influence'.
|
void |
setMode(int mode)
Set method for struct member 'mode'.
|
void |
setNormal_dist(float normal_dist)
Set method for struct member 'normal_dist'.
|
void |
setNumverts(int numverts)
Set method for struct member 'numverts'.
|
void |
setVert_inds(CPointer<java.lang.Integer> vert_inds)
Set method for struct member 'vert_inds'.
|
void |
setVert_weights(CPointer<java.lang.Float> vert_weights)
Set method for struct member 'vert_weights'.
|
__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 SDefBind.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__vert_inds
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__vert_inds); CPointer<CPointer<Integer>> p_vert_inds = p.cast(new Class[]{CPointer.class, Integer.class});
public static final long[] __DNA__FIELD__numverts
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__numverts); CPointer<Integer> p_numverts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__vert_weights
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__vert_weights); CPointer<CPointer<Float>> p_vert_weights = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__normal_dist
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__normal_dist); CPointer<Float> p_normal_dist = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__influence
This is how you get a reference on the corresponding field in the struct:
SDefBind sdefbind = ...; CPointer<Object> p = sdefbind.__dna__addressof(SDefBind.__DNA__FIELD__influence); CPointer<Float> p_influence = p.cast(new Class[]{Float.class});
public SDefBind(long __address, Block __block, BlockTable __blockTable)
protected SDefBind(SDefBind that)
public CPointer<java.lang.Integer> getVert_inds() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vert_inds
public void setVert_inds(CPointer<java.lang.Integer> vert_inds) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vert_inds
public int getNumverts() throws java.io.IOException
java.io.IOException
__DNA__FIELD__numverts
public void setNumverts(int numverts) throws java.io.IOException
java.io.IOException
__DNA__FIELD__numverts
public int getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(int mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public CPointer<java.lang.Float> getVert_weights() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vert_weights
public void setVert_weights(CPointer<java.lang.Float> vert_weights) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vert_weights
public float getNormal_dist() throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_dist
public void setNormal_dist(float normal_dist) throws java.io.IOException
java.io.IOException
__DNA__FIELD__normal_dist
public float getInfluence() throws java.io.IOException
java.io.IOException
__DNA__FIELD__influence
public void setInfluence(float influence) throws java.io.IOException
java.io.IOException
__DNA__FIELD__influence