public class CollisionModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bvhtree
Field descriptor (offset) for struct member 'bvhtree'.
|
static long[] |
__DNA__FIELD__current_v
Field descriptor (offset) for struct member 'current_v'.
|
static long[] |
__DNA__FIELD__current_x
Field descriptor (offset) for struct member 'current_x'.
|
static long[] |
__DNA__FIELD__current_xnew
Field descriptor (offset) for struct member 'current_xnew'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__mvert_num
Field descriptor (offset) for struct member 'mvert_num'.
|
static long[] |
__DNA__FIELD__time_x
Field descriptor (offset) for struct member 'time_x'.
|
static long[] |
__DNA__FIELD__time_xnew
Field descriptor (offset) for struct member 'time_xnew'.
|
static long[] |
__DNA__FIELD__tri
Field descriptor (offset) for struct member 'tri'.
|
static long[] |
__DNA__FIELD__tri_num
Field descriptor (offset) for struct member 'tri_num'.
|
static long[] |
__DNA__FIELD__x
Field descriptor (offset) for struct member 'x'.
|
static long[] |
__DNA__FIELD__xnew
Field descriptor (offset) for struct member 'xnew'.
|
static long[] |
__DNA__FIELD__xold
Field descriptor (offset) for struct member 'xold'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CollisionModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CollisionModifierData(CollisionModifierData that) |
|
CollisionModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CollisionModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getBvhtree()
Get method for struct member 'bvhtree'.
|
CPointer<MVert> |
getCurrent_v()
Get method for struct member 'current_v'.
|
CPointer<MVert> |
getCurrent_x()
Get method for struct member 'current_x'.
|
CPointer<MVert> |
getCurrent_xnew()
Get method for struct member 'current_xnew'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getMvert_num()
Get method for struct member 'mvert_num'.
|
float |
getTime_x()
Get method for struct member 'time_x'.
|
float |
getTime_xnew()
Get method for struct member 'time_xnew'.
|
int |
getTri_num()
Get method for struct member 'tri_num'.
|
CPointer<java.lang.Object> |
getTri()
Get method for struct member 'tri'.
|
CPointer<MVert> |
getX()
Get method for struct member 'x'.
|
CPointer<MVert> |
getXnew()
Get method for struct member 'xnew'.
|
CPointer<MVert> |
getXold()
Get method for struct member 'xold'.
|
void |
setBvhtree(CPointer<java.lang.Object> bvhtree)
Set method for struct member 'bvhtree'.
|
void |
setCurrent_v(CPointer<MVert> current_v)
Set method for struct member 'current_v'.
|
void |
setCurrent_x(CPointer<MVert> current_x)
Set method for struct member 'current_x'.
|
void |
setCurrent_xnew(CPointer<MVert> current_xnew)
Set method for struct member 'current_xnew'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setMvert_num(int mvert_num)
Set method for struct member 'mvert_num'.
|
void |
setTime_x(float time_x)
Set method for struct member 'time_x'.
|
void |
setTime_xnew(float time_xnew)
Set method for struct member 'time_xnew'.
|
void |
setTri_num(int tri_num)
Set method for struct member 'tri_num'.
|
void |
setTri(CPointer<java.lang.Object> tri)
Set method for struct member 'tri'.
|
void |
setX(CPointer<MVert> x)
Set method for struct member 'x'.
|
void |
setXnew(CPointer<MVert> xnew)
Set method for struct member 'xnew'.
|
void |
setXold(CPointer<MVert> xold)
Set method for struct member 'xold'.
|
__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 CollisionModifierData.
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:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__x
position at the beginning of the frame
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__x); CPointer<CPointer<MVert>> p_x = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__xnew
position at the end of the frame
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__xnew); CPointer<CPointer<MVert>> p_xnew = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__xold
unused atm, but was discussed during sprint
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__xold); CPointer<CPointer<MVert>> p_xold = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__current_xnew
new position at the actual inter-frame step
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__current_xnew); CPointer<CPointer<MVert>> p_current_xnew = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__current_x
position at the actual inter-frame step
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__current_x); CPointer<CPointer<MVert>> p_current_x = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__current_v
(xnew - x) at the actual inter-frame step
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__current_v); CPointer<CPointer<MVert>> p_current_v = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__tri
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__tri); CPointer<CPointer<Object>> p_tri = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__mvert_num
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__mvert_num); CPointer<Integer> p_mvert_num = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__tri_num
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__tri_num); CPointer<Integer> p_tri_num = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__time_x
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__time_x); CPointer<Float> p_time_x = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__time_xnew
cfra time of modifier
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__time_xnew); CPointer<Float> p_time_xnew = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__bvhtree
bounding volume hierarchy for this cloth object
This is how you get a reference on the corresponding field in the struct:
CollisionModifierData collisionmodifierdata = ...; CPointer<Object> p = collisionmodifierdata.__dna__addressof(CollisionModifierData.__DNA__FIELD__bvhtree); CPointer<CPointer<Object>> p_bvhtree = p.cast(new Class[]{CPointer.class, Object.class});
public CollisionModifierData(long __address, Block __block, BlockTable __blockTable)
protected CollisionModifierData(CollisionModifierData 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<MVert> getX() throws java.io.IOException
position at the beginning of the frame
java.io.IOException
__DNA__FIELD__x
public void setX(CPointer<MVert> x) throws java.io.IOException
position at the beginning of the frame
java.io.IOException
__DNA__FIELD__x
public CPointer<MVert> getXnew() throws java.io.IOException
position at the end of the frame
java.io.IOException
__DNA__FIELD__xnew
public void setXnew(CPointer<MVert> xnew) throws java.io.IOException
position at the end of the frame
java.io.IOException
__DNA__FIELD__xnew
public CPointer<MVert> getXold() throws java.io.IOException
unused atm, but was discussed during sprint
java.io.IOException
__DNA__FIELD__xold
public void setXold(CPointer<MVert> xold) throws java.io.IOException
unused atm, but was discussed during sprint
java.io.IOException
__DNA__FIELD__xold
public CPointer<MVert> getCurrent_xnew() throws java.io.IOException
new position at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_xnew
public void setCurrent_xnew(CPointer<MVert> current_xnew) throws java.io.IOException
new position at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_xnew
public CPointer<MVert> getCurrent_x() throws java.io.IOException
position at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_x
public void setCurrent_x(CPointer<MVert> current_x) throws java.io.IOException
position at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_x
public CPointer<MVert> getCurrent_v() throws java.io.IOException
(xnew - x) at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_v
public void setCurrent_v(CPointer<MVert> current_v) throws java.io.IOException
(xnew - x) at the actual inter-frame step
java.io.IOException
__DNA__FIELD__current_v
public CPointer<java.lang.Object> getTri() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tri
public void setTri(CPointer<java.lang.Object> tri) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tri
public int getMvert_num() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mvert_num
public void setMvert_num(int mvert_num) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mvert_num
public int getTri_num() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tri_num
public void setTri_num(int tri_num) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tri_num
public float getTime_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_x
public void setTime_x(float time_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_x
public float getTime_xnew() throws java.io.IOException
cfra time of modifier
java.io.IOException
__DNA__FIELD__time_xnew
public void setTime_xnew(float time_xnew) throws java.io.IOException
cfra time of modifier
java.io.IOException
__DNA__FIELD__time_xnew
public CPointer<java.lang.Object> getBvhtree() throws java.io.IOException
bounding volume hierarchy for this cloth object
java.io.IOException
__DNA__FIELD__bvhtree
public void setBvhtree(CPointer<java.lang.Object> bvhtree) throws java.io.IOException
bounding volume hierarchy for this cloth object
java.io.IOException
__DNA__FIELD__bvhtree
public CPointer<CollisionModifierData> __io__addressof()