public class FMod_Noise extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__depth
Field descriptor (offset) for struct member 'depth'.
|
static long[] |
__DNA__FIELD__modification
Field descriptor (offset) for struct member 'modification'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__phase
Field descriptor (offset) for struct member 'phase'.
|
static long[] |
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.
|
static long[] |
__DNA__FIELD__strength
Field descriptor (offset) for struct member 'strength'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FMod_Noise.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FMod_Noise(FMod_Noise that) |
|
FMod_Noise(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FMod_Noise> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getDepth()
Get method for struct member 'depth'.
|
short |
getModification()
Get method for struct member 'modification'.
|
float |
getPad()
Get method for struct member 'pad'.
|
float |
getPhase()
Get method for struct member 'phase'.
|
float |
getSize()
Get method for struct member 'size'.
|
float |
getStrength()
Get method for struct member 'strength'.
|
void |
setDepth(short depth)
Set method for struct member 'depth'.
|
void |
setModification(short modification)
Set method for struct member 'modification'.
|
void |
setPad(float pad)
Set method for struct member 'pad'.
|
void |
setPhase(float phase)
Set method for struct member 'phase'.
|
void |
setSize(float size)
Set method for struct member 'size'.
|
void |
setStrength(float strength)
Set method for struct member 'strength'.
|
__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 FMod_Noise.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__size
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__size); CPointer<Float> p_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__strength
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__strength); CPointer<Float> p_strength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__phase
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__phase); CPointer<Float> p_phase = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__pad); CPointer<Float> p_pad = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__depth
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__depth); CPointer<Short> p_depth = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__modification
This is how you get a reference on the corresponding field in the struct:
FMod_Noise fmod_noise = ...; CPointer<Object> p = fmod_noise.__dna__addressof(FMod_Noise.__DNA__FIELD__modification); CPointer<Short> p_modification = p.cast(new Class[]{Short.class});
public FMod_Noise(long __address, Block __block, BlockTable __blockTable)
protected FMod_Noise(FMod_Noise that)
public float getSize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public void setSize(float size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
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 float getPhase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__phase
public void setPhase(float phase) throws java.io.IOException
java.io.IOException
__DNA__FIELD__phase
public float getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(float pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getDepth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth
public void setDepth(short depth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth
public short getModification() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modification
public void setModification(short modification) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modification
public CPointer<FMod_Noise> __io__addressof()