public class SmokeCollSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__dm
Field descriptor (offset) for struct member 'dm'.
|
static long[] |
__DNA__FIELD__numverts
Field descriptor (offset) for struct member 'numverts'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__smd
Field descriptor (offset) for struct member 'smd'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__verts_old
Field descriptor (offset) for struct member 'verts_old'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SmokeCollSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SmokeCollSettings(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SmokeCollSettings(SmokeCollSettings that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SmokeCollSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getDm()
Get method for struct member 'dm'.
|
int |
getNumverts()
Get method for struct member 'numverts'.
|
short |
getPad()
Get method for struct member 'pad'.
|
CPointer<SmokeModifierData> |
getSmd()
Get method for struct member 'smd'.
|
short |
getType()
Get method for struct member 'type'.
|
CPointer<java.lang.Float> |
getVerts_old()
Get method for struct member 'verts_old'.
|
void |
setDm(CPointer<java.lang.Object> dm)
Set method for struct member 'dm'.
|
void |
setNumverts(int numverts)
Set method for struct member 'numverts'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setSmd(CPointer<SmokeModifierData> smd)
Set method for struct member 'smd'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setVerts_old(CPointer<java.lang.Float> verts_old)
Set method for struct member 'verts_old'.
|
__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 SmokeCollSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__smd
This is how you get a reference on the corresponding field in the struct:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__smd); CPointer<CPointer<SmokeModifierData>> p_smd = p.cast(new Class[]{CPointer.class, SmokeModifierData.class});
public static final long[] __DNA__FIELD__dm
This is how you get a reference on the corresponding field in the struct:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__dm); CPointer<CPointer<Object>> p_dm = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__verts_old
This is how you get a reference on the corresponding field in the struct:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__verts_old); CPointer<CPointer<Float>> p_verts_old = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__numverts
This is how you get a reference on the corresponding field in the struct:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__numverts); CPointer<Integer> p_numverts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__type); CPointer<Short> p_type = 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:
SmokeCollSettings smokecollsettings = ...; CPointer<Object> p = smokecollsettings.__dna__addressof(SmokeCollSettings.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public SmokeCollSettings(long __address, Block __block, BlockTable __blockTable)
protected SmokeCollSettings(SmokeCollSettings that)
public CPointer<SmokeModifierData> getSmd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__smd
public void setSmd(CPointer<SmokeModifierData> smd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__smd
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.Float> getVerts_old() throws java.io.IOException
java.io.IOException
__DNA__FIELD__verts_old
public void setVerts_old(CPointer<java.lang.Float> verts_old) throws java.io.IOException
java.io.IOException
__DNA__FIELD__verts_old
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 short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
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 CPointer<SmokeCollSettings> __io__addressof()