public class VolumeDisplaceModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__strength
Field descriptor (offset) for struct member 'strength'.
|
static long[] |
__DNA__FIELD__texture
Field descriptor (offset) for struct member 'texture'.
|
static long[] |
__DNA__FIELD__texture_map_mode
Field descriptor (offset) for struct member 'texture_map_mode'.
|
static long[] |
__DNA__FIELD__texture_map_object
Field descriptor (offset) for struct member 'texture_map_object'.
|
static long[] |
__DNA__FIELD__texture_mid_level
Field descriptor (offset) for struct member 'texture_mid_level'.
|
static long[] |
__DNA__FIELD__texture_sample_radius
Field descriptor (offset) for struct member 'texture_sample_radius'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VolumeDisplaceModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VolumeDisplaceModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VolumeDisplaceModifierData(VolumeDisplaceModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VolumeDisplaceModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getStrength()
Get method for struct member 'strength'.
|
int |
getTexture_map_mode()
Get method for struct member 'texture_map_mode'.
|
CPointer<BlenderObject> |
getTexture_map_object()
Get method for struct member 'texture_map_object'.
|
CArrayFacade<java.lang.Float> |
getTexture_mid_level()
Get method for struct member 'texture_mid_level'.
|
float |
getTexture_sample_radius()
Get method for struct member 'texture_sample_radius'.
|
CPointer<Tex> |
getTexture()
Get method for struct member 'texture'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setStrength(float strength)
Set method for struct member 'strength'.
|
void |
setTexture_map_mode(int texture_map_mode)
Set method for struct member 'texture_map_mode'.
|
void |
setTexture_map_object(CPointer<BlenderObject> texture_map_object)
Set method for struct member 'texture_map_object'.
|
void |
setTexture_mid_level(CArrayFacade<java.lang.Float> texture_mid_level)
Set method for struct member 'texture_mid_level'.
|
void |
setTexture_sample_radius(float texture_sample_radius)
Set method for struct member 'texture_sample_radius'.
|
void |
setTexture(CPointer<Tex> texture)
Set method for struct member 'texture'.
|
__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 VolumeDisplaceModifierData.
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:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__texture
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__texture); CPointer<CPointer<Tex>> p_texture = p.cast(new Class[]{CPointer.class, Tex.class});
public static final long[] __DNA__FIELD__texture_map_object
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__texture_map_object); CPointer<CPointer<BlenderObject>> p_texture_map_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__texture_map_mode
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__texture_map_mode); CPointer<Integer> p_texture_map_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__strength
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__strength); CPointer<Float> p_strength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__texture_mid_level
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__texture_mid_level); CPointer<CArrayFacade<Float>> p_texture_mid_level = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__texture_sample_radius
This is how you get a reference on the corresponding field in the struct:
VolumeDisplaceModifierData volumedisplacemodifierdata = ...; CPointer<Object> p = volumedisplacemodifierdata.__dna__addressof(VolumeDisplaceModifierData.__DNA__FIELD__texture_sample_radius); CPointer<Float> p_texture_sample_radius = p.cast(new Class[]{Float.class});
public VolumeDisplaceModifierData(long __address, Block __block, BlockTable __blockTable)
protected VolumeDisplaceModifierData(VolumeDisplaceModifierData 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<Tex> getTexture() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture
public void setTexture(CPointer<Tex> texture) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture
public CPointer<BlenderObject> getTexture_map_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_map_object
public void setTexture_map_object(CPointer<BlenderObject> texture_map_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_map_object
public int getTexture_map_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_map_mode
public void setTexture_map_mode(int texture_map_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_map_mode
public float getStrength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__strength
public void setStrength(float strength) throws java.io.IOException
java.io.IOException
__DNA__FIELD__strength
public CArrayFacade<java.lang.Float> getTexture_mid_level() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_mid_level
public void setTexture_mid_level(CArrayFacade<java.lang.Float> texture_mid_level) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_mid_level
public float getTexture_sample_radius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_sample_radius
public void setTexture_sample_radius(float texture_sample_radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture_sample_radius
public CPointer<VolumeDisplaceModifierData> __io__addressof()