public class NodeShaderTexIES extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__filepath
Field descriptor (offset) for struct member 'filepath'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeShaderTexIES.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeShaderTexIES(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeShaderTexIES(NodeShaderTexIES that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeShaderTexIES> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getFilepath()
Get method for struct member 'filepath'.
|
int |
getMode()
Get method for struct member 'mode'.
|
void |
setFilepath(CArrayFacade<java.lang.Byte> filepath)
Set method for struct member 'filepath'.
|
void |
setMode(int mode)
Set method for struct member 'mode'.
|
__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 NodeShaderTexIES.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
NodeShaderTexIES nodeshadertexies = ...; CPointer<Object> p = nodeshadertexies.__dna__addressof(NodeShaderTexIES.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__filepath
1024 = FILE_MAX.
This is how you get a reference on the corresponding field in the struct:
NodeShaderTexIES nodeshadertexies = ...; CPointer<Object> p = nodeshadertexies.__dna__addressof(NodeShaderTexIES.__DNA__FIELD__filepath); CPointer<CArrayFacade<Byte>> p_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public NodeShaderTexIES(long __address, Block __block, BlockTable __blockTable)
protected NodeShaderTexIES(NodeShaderTexIES that)
public int getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(int mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public CArrayFacade<java.lang.Byte> getFilepath() throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__filepath
public CPointer<NodeShaderTexIES> __io__addressof()