public class LightProbeCache extends CFacade
----
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad3
Field descriptor (offset) for struct member '_pad3'.
|
static long[] |
__DNA__FIELD__attenuation_fac
Field descriptor (offset) for struct member 'attenuation_fac'.
|
static long[] |
__DNA__FIELD__attenuation_type
Field descriptor (offset) for struct member 'attenuation_type'.
|
static long[] |
__DNA__FIELD__attenuationmat
Field descriptor (offset) for struct member 'attenuationmat'.
|
static long[] |
__DNA__FIELD__parallax_type
Field descriptor (offset) for struct member 'parallax_type'.
|
static long[] |
__DNA__FIELD__parallaxmat
Field descriptor (offset) for struct member 'parallaxmat'.
|
static long[] |
__DNA__FIELD__position
Field descriptor (offset) for struct member 'position'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LightProbeCache.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LightProbeCache(LightProbeCache that) |
|
LightProbeCache(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LightProbeCache> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
get_pad3()
Get method for struct member '_pad3'.
|
float |
getAttenuation_fac()
Get method for struct member 'attenuation_fac'.
|
float |
getAttenuation_type()
Get method for struct member 'attenuation_type'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getAttenuationmat()
Get method for struct member 'attenuationmat'.
|
float |
getParallax_type()
Get method for struct member 'parallax_type'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getParallaxmat()
Get method for struct member 'parallaxmat'.
|
CArrayFacade<java.lang.Float> |
getPosition()
Get method for struct member 'position'.
|
void |
set_pad3(CArrayFacade<java.lang.Float> _pad3)
Set method for struct member '_pad3'.
|
void |
setAttenuation_fac(float attenuation_fac)
Set method for struct member 'attenuation_fac'.
|
void |
setAttenuation_type(float attenuation_type)
Set method for struct member 'attenuation_type'.
|
void |
setAttenuationmat(CArrayFacade<CArrayFacade<java.lang.Float>> attenuationmat)
Set method for struct member 'attenuationmat'.
|
void |
setParallax_type(float parallax_type)
Set method for struct member 'parallax_type'.
|
void |
setParallaxmat(CArrayFacade<CArrayFacade<java.lang.Float>> parallaxmat)
Set method for struct member 'parallaxmat'.
|
void |
setPosition(CArrayFacade<java.lang.Float> position)
Set method for struct member 'position'.
|
__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 LightProbeCache.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__position
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__position); CPointer<CArrayFacade<Float>> p_position = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__parallax_type
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__parallax_type); CPointer<Float> p_parallax_type = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__attenuation_fac
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__attenuation_fac); CPointer<Float> p_attenuation_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__attenuation_type
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__attenuation_type); CPointer<Float> p_attenuation_type = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad3
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD___pad3); CPointer<CArrayFacade<Float>> p__pad3 = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__attenuationmat
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__attenuationmat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_attenuationmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__parallaxmat
This is how you get a reference on the corresponding field in the struct:
LightProbeCache lightprobecache = ...; CPointer<Object> p = lightprobecache.__dna__addressof(LightProbeCache.__DNA__FIELD__parallaxmat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_parallaxmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public LightProbeCache(long __address, Block __block, BlockTable __blockTable)
protected LightProbeCache(LightProbeCache that)
public CArrayFacade<java.lang.Float> getPosition() throws java.io.IOException
java.io.IOException
__DNA__FIELD__position
public void setPosition(CArrayFacade<java.lang.Float> position) throws java.io.IOException
java.io.IOException
__DNA__FIELD__position
public float getParallax_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parallax_type
public void setParallax_type(float parallax_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parallax_type
public float getAttenuation_fac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuation_fac
public void setAttenuation_fac(float attenuation_fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuation_fac
public float getAttenuation_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuation_type
public void setAttenuation_type(float attenuation_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuation_type
public CArrayFacade<java.lang.Float> get_pad3() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad3
public void set_pad3(CArrayFacade<java.lang.Float> _pad3) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad3
public CArrayFacade<CArrayFacade<java.lang.Float>> getAttenuationmat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuationmat
public void setAttenuationmat(CArrayFacade<CArrayFacade<java.lang.Float>> attenuationmat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__attenuationmat
public CArrayFacade<CArrayFacade<java.lang.Float>> getParallaxmat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parallaxmat
public void setParallaxmat(CArrayFacade<CArrayFacade<java.lang.Float>> parallaxmat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parallaxmat
public CPointer<LightProbeCache> __io__addressof()