Class ShaderFxData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ShaderFxData
-
public class ShaderFxData extends CFacade
Generated facet for DNA struct type 'ShaderFxData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.static long[]
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__stackindex
Field descriptor (offset) for struct member 'stackindex'.static long[]
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ShaderFxData.-
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(long __address, Block __block, BlockTable __blockTable)
protected
ShaderFxData(ShaderFxData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ShaderFxData>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.CPointer<java.lang.Byte>
getError()
Get method for struct member 'error'.short
getFlag()
Get method for struct member 'flag'.int
getMode()
Get method for struct member 'mode'.CArrayFacade<java.lang.Byte>
getName()
Get method for struct member 'name'.CPointer<ShaderFxData>
getNext()
Get method for struct member 'next'.CPointer<ShaderFxData>
getPrev()
Get method for struct member 'prev'.int
getStackindex()
Get method for struct member 'stackindex'.int
getType()
Get method for struct member 'type'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setError(CPointer<java.lang.Byte> error)
Set method for struct member 'error'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setMode(int mode)
Set method for struct member 'mode'.void
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.void
setNext(CPointer<ShaderFxData> next)
Set method for struct member 'next'.void
setPrev(CPointer<ShaderFxData> prev)
Set method for struct member 'prev'.void
setStackindex(int stackindex)
Set method for struct member 'stackindex'.void
setType(int type)
Set method for struct member 'type'.-
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.It is required when allocating a new block to store data for ShaderFxData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__next); CPointer<CPointer<ShaderFxData>> p_next = p.cast(new Class[]{CPointer.class, ShaderFxData.class});
Metadata
- Field: 'next'
- Signature: 'ShaderFxData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__prev); CPointer<CPointer<ShaderFxData>> p_prev = p.cast(new Class[]{CPointer.class, ShaderFxData.class});
Metadata
- Field: 'prev'
- Signature: 'ShaderFxData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'type'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__mode
public static final long[] __DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'mode'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__stackindex
public static final long[] __DNA__FIELD__stackindex
Field descriptor (offset) for struct member 'stackindex'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__stackindex); CPointer<Integer> p_stackindex = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'stackindex'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__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 shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__name
public static final long[] __DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__error
public static final long[] __DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ShaderFxData shaderfxdata = ...; CPointer<Object> p = shaderfxdata.__dna__addressof(ShaderFxData.__DNA__FIELD__error); CPointer<CPointer<Byte>> p_error = p.cast(new Class[]{CPointer.class, Byte.class});
Metadata
- Field: 'error'
- Signature: 'char*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
ShaderFxData
public ShaderFxData(long __address, Block __block, BlockTable __blockTable)
-
ShaderFxData
protected ShaderFxData(ShaderFxData that)
-
-
Method Detail
-
getNext
public CPointer<ShaderFxData> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<ShaderFxData> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<ShaderFxData> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<ShaderFxData> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getType
public int getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(int type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getMode
public int getMode() throws java.io.IOException
Get method for struct member 'mode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
setMode
public void setMode(int mode) throws java.io.IOException
Set method for struct member 'mode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mode
-
getStackindex
public int getStackindex() throws java.io.IOException
Get method for struct member 'stackindex'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stackindex
-
setStackindex
public void setStackindex(int stackindex) throws java.io.IOException
Set method for struct member 'stackindex'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stackindex
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
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
-
getName
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
Get method for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
setName
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
Set method for struct member 'name'.Field Documentation
Blender Source Code
MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
getError
public CPointer<java.lang.Byte> getError() throws java.io.IOException
Get method for struct member 'error'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__error
-
setError
public void setError(CPointer<java.lang.Byte> error) throws java.io.IOException
Set method for struct member 'error'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__error
-
__io__addressof
public CPointer<ShaderFxData> __io__addressof()
Instantiates a pointer on this instance.
-
-