public class FluidEffectorSettings extends CFacade
Collision objects (filled with smoke).
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__guiding_mode
Field descriptor (offset) for struct member 'guiding_mode'.
|
static long[] |
__DNA__FIELD__mesh
Field descriptor (offset) for struct member 'mesh'.
|
static long[] |
__DNA__FIELD__mmd
Field descriptor (offset) for struct member 'mmd'.
|
static long[] |
__DNA__FIELD__numverts
Field descriptor (offset) for struct member 'numverts'.
|
static long[] |
__DNA__FIELD__subframes
Field descriptor (offset) for struct member 'subframes'.
|
static long[] |
__DNA__FIELD__surface_distance
Field descriptor (offset) for struct member 'surface_distance'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__vel_multi
Field descriptor (offset) for struct member 'vel_multi'.
|
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 FluidEffectorSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FluidEffectorSettings(FluidEffectorSettings that) |
|
FluidEffectorSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FluidEffectorSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
short |
getGuiding_mode()
Get method for struct member 'guiding_mode'.
|
CPointer<Mesh> |
getMesh()
Get method for struct member 'mesh'.
|
CPointer<FluidModifierData> |
getMmd()
Get method for struct member 'mmd'.
|
int |
getNumverts()
Get method for struct member 'numverts'.
|
int |
getSubframes()
Get method for struct member 'subframes'.
|
float |
getSurface_distance()
Get method for struct member 'surface_distance'.
|
short |
getType()
Get method for struct member 'type'.
|
float |
getVel_multi()
Get method for struct member 'vel_multi'.
|
CPointer<java.lang.Float> |
getVerts_old()
Get method for struct member 'verts_old'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setGuiding_mode(short guiding_mode)
Set method for struct member 'guiding_mode'.
|
void |
setMesh(CPointer<Mesh> mesh)
Set method for struct member 'mesh'.
|
void |
setMmd(CPointer<FluidModifierData> mmd)
Set method for struct member 'mmd'.
|
void |
setNumverts(int numverts)
Set method for struct member 'numverts'.
|
void |
setSubframes(int subframes)
Set method for struct member 'subframes'.
|
void |
setSurface_distance(float surface_distance)
Set method for struct member 'surface_distance'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setVel_multi(float vel_multi)
Set method for struct member 'vel_multi'.
|
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 FluidEffectorSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__mmd
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__mmd); CPointer<CPointer<FluidModifierData>> p_mmd = p.cast(new Class[]{CPointer.class, FluidModifierData.class});
public static final long[] __DNA__FIELD__mesh
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__mesh); CPointer<CPointer<Mesh>> p_mesh = p.cast(new Class[]{CPointer.class, Mesh.class});
public static final long[] __DNA__FIELD__verts_old
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__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:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__numverts); CPointer<Integer> p_numverts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__surface_distance
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__surface_distance); CPointer<Float> p_surface_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__subframes
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__subframes); CPointer<Integer> p_subframes = 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:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__vel_multi
Guiding options. Multiplier for object velocity.
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__vel_multi); CPointer<Float> p_vel_multi = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__guiding_mode
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD__guiding_mode); CPointer<Short> p_guiding_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
FluidEffectorSettings fluideffectorsettings = ...; CPointer<Object> p = fluideffectorsettings.__dna__addressof(FluidEffectorSettings.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public FluidEffectorSettings(long __address, Block __block, BlockTable __blockTable)
protected FluidEffectorSettings(FluidEffectorSettings that)
public CPointer<FluidModifierData> getMmd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mmd
public void setMmd(CPointer<FluidModifierData> mmd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mmd
public CPointer<Mesh> getMesh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mesh
public void setMesh(CPointer<Mesh> mesh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mesh
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 float getSurface_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_distance
public void setSurface_distance(float surface_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_distance
public int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public int getSubframes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subframes
public void setSubframes(int subframes) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subframes
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 CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public float getVel_multi() throws java.io.IOException
Guiding options. Multiplier for object velocity.
java.io.IOException
__DNA__FIELD__vel_multi
public void setVel_multi(float vel_multi) throws java.io.IOException
Guiding options. Multiplier for object velocity.
java.io.IOException
__DNA__FIELD__vel_multi
public short getGuiding_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__guiding_mode
public void setGuiding_mode(short guiding_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__guiding_mode
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<FluidEffectorSettings> __io__addressof()