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__mfaces
Field descriptor (offset) for struct member 'mfaces'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__numfaces
Field descriptor (offset) for struct member 'numfaces'.
|
static long[] |
__DNA__FIELD__numverts
Field descriptor (offset) for struct member 'numverts'.
|
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__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'.
|
CPointer<MFace> |
getMfaces()
Get method for struct member 'mfaces'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getNumfaces()
Get method for struct member 'numfaces'.
|
int |
getNumverts()
Get method for struct member 'numverts'.
|
float |
getTime_x()
Get method for struct member 'time_x'.
|
float |
getTime_xnew()
Get method for struct member 'time_xnew'.
|
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 |
setMfaces(CPointer<MFace> mfaces)
Set method for struct member 'mfaces'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setNumfaces(int numfaces)
Set method for struct member 'numfaces'.
|
void |
setNumverts(int numverts)
Set method for struct member 'numverts'.
|
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 |
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
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
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
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
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
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
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__mfaces
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__mfaces); CPointer<CPointer<MFace>> p_mfaces = p.cast(new Class[]{CPointer.class, MFace.class});
public static final long[] __DNA__FIELD__numverts
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__numverts); CPointer<Integer> p_numverts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__numfaces
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__numfaces); CPointer<Integer> p_numfaces = 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
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
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
java.io.IOException
__DNA__FIELD__x
public void setX(CPointer<MVert> x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__x
public CPointer<MVert> getXnew() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xnew
public void setXnew(CPointer<MVert> xnew) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xnew
public CPointer<MVert> getXold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xold
public void setXold(CPointer<MVert> xold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xold
public CPointer<MVert> getCurrent_xnew() throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_xnew
public void setCurrent_xnew(CPointer<MVert> current_xnew) throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_xnew
public CPointer<MVert> getCurrent_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_x
public void setCurrent_x(CPointer<MVert> current_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_x
public CPointer<MVert> getCurrent_v() throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_v
public void setCurrent_v(CPointer<MVert> current_v) throws java.io.IOException
java.io.IOException
__DNA__FIELD__current_v
public CPointer<MFace> getMfaces() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mfaces
public void setMfaces(CPointer<MFace> mfaces) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mfaces
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 getNumfaces() throws java.io.IOException
java.io.IOException
__DNA__FIELD__numfaces
public void setNumfaces(int numfaces) throws java.io.IOException
java.io.IOException
__DNA__FIELD__numfaces
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
java.io.IOException
__DNA__FIELD__time_xnew
public void setTime_xnew(float time_xnew) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_xnew
public CPointer<java.lang.Object> getBvhtree() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bvhtree
public void setBvhtree(CPointer<java.lang.Object> bvhtree) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bvhtree
public CPointer<CollisionModifierData> __io__addressof()