public class SmokeModifierData extends CFacade
DEPRECATED, only used for versioning.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SmokeModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SmokeModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SmokeModifierData(SmokeModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SmokeModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
get_pad()
Get method for struct member '_pad'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
set_pad(int _pad)
Set method for struct member '_pad'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
__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 SmokeModifierData.
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:
SmokeModifierData smokemodifierdata = ...; CPointer<Object> p = smokemodifierdata.__dna__addressof(SmokeModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__type
Domain, inflow, outflow, ....
This is how you get a reference on the corresponding field in the struct:
SmokeModifierData smokemodifierdata = ...; CPointer<Object> p = smokemodifierdata.__dna__addressof(SmokeModifierData.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
SmokeModifierData smokemodifierdata = ...; CPointer<Object> p = smokemodifierdata.__dna__addressof(SmokeModifierData.__DNA__FIELD___pad); CPointer<Integer> p__pad = p.cast(new Class[]{Integer.class});
public SmokeModifierData(long __address, Block __block, BlockTable __blockTable)
protected SmokeModifierData(SmokeModifierData 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 int getType() throws java.io.IOException
Domain, inflow, outflow, ....
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
Domain, inflow, outflow, ....
java.io.IOException
__DNA__FIELD__type
public int get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(int _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<SmokeModifierData> __io__addressof()