public class SurfaceModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bvhtree
Field descriptor (offset) for struct member 'bvhtree'.
|
static long[] |
__DNA__FIELD__cfra
Field descriptor (offset) for struct member 'cfra'.
|
static long[] |
__DNA__FIELD__dm
Field descriptor (offset) for struct member 'dm'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__numverts
Field descriptor (offset) for struct member 'numverts'.
|
static long[] |
__DNA__FIELD__v
Field descriptor (offset) for struct member 'v'.
|
static long[] |
__DNA__FIELD__x
Field descriptor (offset) for struct member 'x'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SurfaceModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SurfaceModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SurfaceModifierData(SurfaceModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SurfaceModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getBvhtree()
Get method for struct member 'bvhtree'.
|
int |
getCfra()
Get method for struct member 'cfra'.
|
CPointer<java.lang.Object> |
getDm()
Get method for struct member 'dm'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getNumverts()
Get method for struct member 'numverts'.
|
CPointer<MVert> |
getV()
Get method for struct member 'v'.
|
CPointer<MVert> |
getX()
Get method for struct member 'x'.
|
void |
setBvhtree(CPointer<java.lang.Object> bvhtree)
Set method for struct member 'bvhtree'.
|
void |
setCfra(int cfra)
Set method for struct member 'cfra'.
|
void |
setDm(CPointer<java.lang.Object> dm)
Set method for struct member 'dm'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setNumverts(int numverts)
Set method for struct member 'numverts'.
|
void |
setV(CPointer<MVert> v)
Set method for struct member 'v'.
|
void |
setX(CPointer<MVert> x)
Set method for struct member 'x'.
|
__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 SurfaceModifierData.
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:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__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:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__x); CPointer<CPointer<MVert>> p_x = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__v
This is how you get a reference on the corresponding field in the struct:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__v); CPointer<CPointer<MVert>> p_v = p.cast(new Class[]{CPointer.class, MVert.class});
public static final long[] __DNA__FIELD__dm
This is how you get a reference on the corresponding field in the struct:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__dm); CPointer<CPointer<Object>> p_dm = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__bvhtree
This is how you get a reference on the corresponding field in the struct:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__bvhtree); CPointer<CPointer<Object>> p_bvhtree = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__cfra
This is how you get a reference on the corresponding field in the struct:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__cfra); CPointer<Integer> p_cfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__numverts
This is how you get a reference on the corresponding field in the struct:
SurfaceModifierData surfacemodifierdata = ...; CPointer<Object> p = surfacemodifierdata.__dna__addressof(SurfaceModifierData.__DNA__FIELD__numverts); CPointer<Integer> p_numverts = p.cast(new Class[]{Integer.class});
public SurfaceModifierData(long __address, Block __block, BlockTable __blockTable)
protected SurfaceModifierData(SurfaceModifierData 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> getV() throws java.io.IOException
java.io.IOException
__DNA__FIELD__v
public void setV(CPointer<MVert> v) throws java.io.IOException
java.io.IOException
__DNA__FIELD__v
public CPointer<java.lang.Object> getDm() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dm
public void setDm(CPointer<java.lang.Object> dm) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dm
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 int getCfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cfra
public void setCfra(int cfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cfra
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 CPointer<SurfaceModifierData> __io__addressof()