Package org.blender.dna
Class ShaderFxData_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ShaderFxData_Runtime
-
public class ShaderFxData_Runtime extends CFacade
Generated facet for DNA struct type 'ShaderFxData_Runtime'.Class Documentation
Blender Source Code
Runtime temp data.
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__fx_sh
Field descriptor (offset) for struct member 'fx_sh'.static long[]
__DNA__FIELD__fx_sh_b
Field descriptor (offset) for struct member 'fx_sh_b'.static long[]
__DNA__FIELD__fx_sh_c
Field descriptor (offset) for struct member 'fx_sh_c'.static long[]
__DNA__FIELD__loc
Field descriptor (offset) for struct member 'loc'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ShaderFxData_Runtime.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description ShaderFxData_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
ShaderFxData_Runtime(ShaderFxData_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ShaderFxData_Runtime>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.CPointer<java.lang.Object>
getFx_sh()
Get method for struct member 'fx_sh'.CPointer<java.lang.Object>
getFx_sh_b()
Get method for struct member 'fx_sh_b'.CPointer<java.lang.Object>
getFx_sh_c()
Get method for struct member 'fx_sh_c'.CArrayFacade<java.lang.Float>
getLoc()
Get method for struct member 'loc'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setFx_sh(CPointer<java.lang.Object> fx_sh)
Set method for struct member 'fx_sh'.void
setFx_sh_b(CPointer<java.lang.Object> fx_sh_b)
Set method for struct member 'fx_sh_b'.void
setFx_sh_c(CPointer<java.lang.Object> fx_sh_c)
Set method for struct member 'fx_sh_c'.void
setLoc(CArrayFacade<java.lang.Float> loc)
Set method for struct member 'loc'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct ShaderFxData_Runtime.It is required when allocating a new block to store data for ShaderFxData_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__loc
public static final long[] __DNA__FIELD__loc
Field descriptor (offset) for struct member 'loc'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData_Runtime shaderfxdata_runtime = ...; CPointer<Object> p = shaderfxdata_runtime.__dna__addressof(ShaderFxData_Runtime.__DNA__FIELD__loc); CPointer<CArrayFacade<Float>> p_loc = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'loc'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData_Runtime shaderfxdata_runtime = ...; CPointer<Object> p = shaderfxdata_runtime.__dna__addressof(ShaderFxData_Runtime.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fx_sh
public static final long[] __DNA__FIELD__fx_sh
Field descriptor (offset) for struct member 'fx_sh'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData_Runtime shaderfxdata_runtime = ...; CPointer<Object> p = shaderfxdata_runtime.__dna__addressof(ShaderFxData_Runtime.__DNA__FIELD__fx_sh); CPointer<CPointer<Object>> p_fx_sh = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'fx_sh'
- Signature: 'DRWShadingGroup*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__fx_sh_b
public static final long[] __DNA__FIELD__fx_sh_b
Field descriptor (offset) for struct member 'fx_sh_b'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData_Runtime shaderfxdata_runtime = ...; CPointer<Object> p = shaderfxdata_runtime.__dna__addressof(ShaderFxData_Runtime.__DNA__FIELD__fx_sh_b); CPointer<CPointer<Object>> p_fx_sh_b = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'fx_sh_b'
- Signature: 'DRWShadingGroup*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__fx_sh_c
public static final long[] __DNA__FIELD__fx_sh_c
Field descriptor (offset) for struct member 'fx_sh_c'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData_Runtime shaderfxdata_runtime = ...; CPointer<Object> p = shaderfxdata_runtime.__dna__addressof(ShaderFxData_Runtime.__DNA__FIELD__fx_sh_c); CPointer<CPointer<Object>> p_fx_sh_c = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'fx_sh_c'
- Signature: 'DRWShadingGroup*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
ShaderFxData_Runtime
public ShaderFxData_Runtime(long __address, Block __block, BlockTable __blockTable)
-
ShaderFxData_Runtime
protected ShaderFxData_Runtime(ShaderFxData_Runtime that)
-
-
Method Detail
-
getLoc
public CArrayFacade<java.lang.Float> getLoc() throws java.io.IOException
Get method for struct member 'loc'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__loc
-
setLoc
public void setLoc(CArrayFacade<java.lang.Float> loc) throws java.io.IOException
Set method for struct member 'loc'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__loc
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getFx_sh
public CPointer<java.lang.Object> getFx_sh() throws java.io.IOException
Get method for struct member 'fx_sh'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh
-
setFx_sh
public void setFx_sh(CPointer<java.lang.Object> fx_sh) throws java.io.IOException
Set method for struct member 'fx_sh'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh
-
getFx_sh_b
public CPointer<java.lang.Object> getFx_sh_b() throws java.io.IOException
Get method for struct member 'fx_sh_b'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh_b
-
setFx_sh_b
public void setFx_sh_b(CPointer<java.lang.Object> fx_sh_b) throws java.io.IOException
Set method for struct member 'fx_sh_b'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh_b
-
getFx_sh_c
public CPointer<java.lang.Object> getFx_sh_c() throws java.io.IOException
Get method for struct member 'fx_sh_c'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh_c
-
setFx_sh_c
public void setFx_sh_c(CPointer<java.lang.Object> fx_sh_c) throws java.io.IOException
Set method for struct member 'fx_sh_c'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fx_sh_c
-
__io__addressof
public CPointer<ShaderFxData_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-