public class NodeTexSky extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__air_density
Field descriptor (offset) for struct member 'air_density'.
|
static long[] |
__DNA__FIELD__altitude
Field descriptor (offset) for struct member 'altitude'.
|
static long[] |
__DNA__FIELD__base
Field descriptor (offset) for struct member 'base'.
|
static long[] |
__DNA__FIELD__dust_density
Field descriptor (offset) for struct member 'dust_density'.
|
static long[] |
__DNA__FIELD__ground_albedo
Field descriptor (offset) for struct member 'ground_albedo'.
|
static long[] |
__DNA__FIELD__ozone_density
Field descriptor (offset) for struct member 'ozone_density'.
|
static long[] |
__DNA__FIELD__sky_model
Field descriptor (offset) for struct member 'sky_model'.
|
static long[] |
__DNA__FIELD__sun_direction
Field descriptor (offset) for struct member 'sun_direction'.
|
static long[] |
__DNA__FIELD__sun_disc
Field descriptor (offset) for struct member 'sun_disc'.
|
static long[] |
__DNA__FIELD__sun_elevation
Field descriptor (offset) for struct member 'sun_elevation'.
|
static long[] |
__DNA__FIELD__sun_intensity
Field descriptor (offset) for struct member 'sun_intensity'.
|
static long[] |
__DNA__FIELD__sun_rotation
Field descriptor (offset) for struct member 'sun_rotation'.
|
static long[] |
__DNA__FIELD__sun_size
Field descriptor (offset) for struct member 'sun_size'.
|
static long[] |
__DNA__FIELD__turbidity
Field descriptor (offset) for struct member 'turbidity'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTexSky.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTexSky(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTexSky(NodeTexSky that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTexSky> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getAir_density()
Get method for struct member 'air_density'.
|
float |
getAltitude()
Get method for struct member 'altitude'.
|
NodeTexBase |
getBase()
Get method for struct member 'base'.
|
float |
getDust_density()
Get method for struct member 'dust_density'.
|
float |
getGround_albedo()
Get method for struct member 'ground_albedo'.
|
float |
getOzone_density()
Get method for struct member 'ozone_density'.
|
int |
getSky_model()
Get method for struct member 'sky_model'.
|
CArrayFacade<java.lang.Float> |
getSun_direction()
Get method for struct member 'sun_direction'.
|
byte |
getSun_disc()
Get method for struct member 'sun_disc'.
|
float |
getSun_elevation()
Get method for struct member 'sun_elevation'.
|
float |
getSun_intensity()
Get method for struct member 'sun_intensity'.
|
float |
getSun_rotation()
Get method for struct member 'sun_rotation'.
|
float |
getSun_size()
Get method for struct member 'sun_size'.
|
float |
getTurbidity()
Get method for struct member 'turbidity'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAir_density(float air_density)
Set method for struct member 'air_density'.
|
void |
setAltitude(float altitude)
Set method for struct member 'altitude'.
|
void |
setBase(NodeTexBase base)
Set method for struct member 'base'.
|
void |
setDust_density(float dust_density)
Set method for struct member 'dust_density'.
|
void |
setGround_albedo(float ground_albedo)
Set method for struct member 'ground_albedo'.
|
void |
setOzone_density(float ozone_density)
Set method for struct member 'ozone_density'.
|
void |
setSky_model(int sky_model)
Set method for struct member 'sky_model'.
|
void |
setSun_direction(CArrayFacade<java.lang.Float> sun_direction)
Set method for struct member 'sun_direction'.
|
void |
setSun_disc(byte sun_disc)
Set method for struct member 'sun_disc'.
|
void |
setSun_elevation(float sun_elevation)
Set method for struct member 'sun_elevation'.
|
void |
setSun_intensity(float sun_intensity)
Set method for struct member 'sun_intensity'.
|
void |
setSun_rotation(float sun_rotation)
Set method for struct member 'sun_rotation'.
|
void |
setSun_size(float sun_size)
Set method for struct member 'sun_size'.
|
void |
setTurbidity(float turbidity)
Set method for struct member 'turbidity'.
|
__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 NodeTexSky.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__base
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__base); CPointer<NodeTexBase> p_base = p.cast(new Class[]{NodeTexBase.class});
public static final long[] __DNA__FIELD__sky_model
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sky_model); CPointer<Integer> p_sky_model = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sun_direction
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_direction); CPointer<CArrayFacade<Float>> p_sun_direction = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__turbidity
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__turbidity); CPointer<Float> p_turbidity = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ground_albedo
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__ground_albedo); CPointer<Float> p_ground_albedo = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sun_size
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_size); CPointer<Float> p_sun_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sun_intensity
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_intensity); CPointer<Float> p_sun_intensity = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sun_elevation
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_elevation); CPointer<Float> p_sun_elevation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sun_rotation
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_rotation); CPointer<Float> p_sun_rotation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__altitude
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__altitude); CPointer<Float> p_altitude = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__air_density
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__air_density); CPointer<Float> p_air_density = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__dust_density
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__dust_density); CPointer<Float> p_dust_density = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ozone_density
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__ozone_density); CPointer<Float> p_ozone_density = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sun_disc
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_disc); CPointer<Byte> p_sun_disc = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
NodeTexSky nodetexsky = ...; CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public NodeTexSky(long __address, Block __block, BlockTable __blockTable)
protected NodeTexSky(NodeTexSky that)
public NodeTexBase getBase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public void setBase(NodeTexBase base) throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public int getSky_model() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sky_model
public void setSky_model(int sky_model) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sky_model
public CArrayFacade<java.lang.Float> getSun_direction() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_direction
public void setSun_direction(CArrayFacade<java.lang.Float> sun_direction) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_direction
public float getTurbidity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__turbidity
public void setTurbidity(float turbidity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__turbidity
public float getGround_albedo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ground_albedo
public void setGround_albedo(float ground_albedo) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ground_albedo
public float getSun_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_size
public void setSun_size(float sun_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_size
public float getSun_intensity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_intensity
public void setSun_intensity(float sun_intensity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_intensity
public float getSun_elevation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_elevation
public void setSun_elevation(float sun_elevation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_elevation
public float getSun_rotation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_rotation
public void setSun_rotation(float sun_rotation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_rotation
public float getAltitude() throws java.io.IOException
java.io.IOException
__DNA__FIELD__altitude
public void setAltitude(float altitude) throws java.io.IOException
java.io.IOException
__DNA__FIELD__altitude
public float getAir_density() throws java.io.IOException
java.io.IOException
__DNA__FIELD__air_density
public void setAir_density(float air_density) throws java.io.IOException
java.io.IOException
__DNA__FIELD__air_density
public float getDust_density() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dust_density
public void setDust_density(float dust_density) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dust_density
public float getOzone_density() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ozone_density
public void setOzone_density(float ozone_density) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ozone_density
public byte getSun_disc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_disc
public void setSun_disc(byte sun_disc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sun_disc
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<NodeTexSky> __io__addressof()