public class GlowVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bNoComp
Field descriptor (offset) for struct member 'bNoComp'.
|
static long[] |
__DNA__FIELD__dDist
Field descriptor (offset) for struct member 'dDist'.
|
static long[] |
__DNA__FIELD__dQuality
Field descriptor (offset) for struct member 'dQuality'.
|
static long[] |
__DNA__FIELD__fBoost
Field descriptor (offset) for struct member 'fBoost'.
|
static long[] |
__DNA__FIELD__fClamp
Field descriptor (offset) for struct member 'fClamp'.
|
static long[] |
__DNA__FIELD__fMini
Field descriptor (offset) for struct member 'fMini'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct GlowVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
GlowVars(GlowVars that) |
|
GlowVars(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<GlowVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getBNoComp()
Get method for struct member 'bNoComp'.
|
float |
getDDist()
Get method for struct member 'dDist'.
|
int |
getDQuality()
Get method for struct member 'dQuality'.
|
float |
getFBoost()
Get method for struct member 'fBoost'.
|
float |
getFClamp()
Get method for struct member 'fClamp'.
|
float |
getFMini()
Get method for struct member 'fMini'.
|
void |
setBNoComp(int bNoComp)
Set method for struct member 'bNoComp'.
|
void |
setDDist(float dDist)
Set method for struct member 'dDist'.
|
void |
setDQuality(int dQuality)
Set method for struct member 'dQuality'.
|
void |
setFBoost(float fBoost)
Set method for struct member 'fBoost'.
|
void |
setFClamp(float fClamp)
Set method for struct member 'fClamp'.
|
void |
setFMini(float fMini)
Set method for struct member 'fMini'.
|
__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 GlowVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__fMini
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__fMini); CPointer<Float> p_fMini = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fClamp
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__fClamp); CPointer<Float> p_fClamp = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fBoost
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__fBoost); CPointer<Float> p_fBoost = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__dDist
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__dDist); CPointer<Float> p_dDist = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__dQuality
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__dQuality); CPointer<Integer> p_dQuality = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__bNoComp
This is how you get a reference on the corresponding field in the struct:
GlowVars glowvars = ...; CPointer<Object> p = glowvars.__dna__addressof(GlowVars.__DNA__FIELD__bNoComp); CPointer<Integer> p_bNoComp = p.cast(new Class[]{Integer.class});
public GlowVars(long __address, Block __block, BlockTable __blockTable)
protected GlowVars(GlowVars that)
public float getFMini() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fMini
public void setFMini(float fMini) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fMini
public float getFClamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fClamp
public void setFClamp(float fClamp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fClamp
public float getFBoost() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fBoost
public void setFBoost(float fBoost) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fBoost
public float getDDist() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dDist
public void setDDist(float dDist) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dDist
public int getDQuality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dQuality
public void setDQuality(int dQuality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dQuality
public int getBNoComp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bNoComp
public void setBNoComp(int bNoComp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bNoComp