public class NodeShaderVectTransform extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__convert_from
Field descriptor (offset) for struct member 'convert_from'.
|
static long[] |
__DNA__FIELD__convert_to
Field descriptor (offset) for struct member 'convert_to'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
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 NodeShaderVectTransform.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeShaderVectTransform(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeShaderVectTransform(NodeShaderVectTransform that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeShaderVectTransform> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getConvert_from()
Get method for struct member 'convert_from'.
|
int |
getConvert_to()
Get method for struct member 'convert_to'.
|
int |
getPad()
Get method for struct member 'pad'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
setConvert_from(int convert_from)
Set method for struct member 'convert_from'.
|
void |
setConvert_to(int convert_to)
Set method for struct member 'convert_to'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
__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 NodeShaderVectTransform.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
NodeShaderVectTransform nodeshadervecttransform = ...; CPointer<Object> p = nodeshadervecttransform.__dna__addressof(NodeShaderVectTransform.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__convert_from
This is how you get a reference on the corresponding field in the struct:
NodeShaderVectTransform nodeshadervecttransform = ...; CPointer<Object> p = nodeshadervecttransform.__dna__addressof(NodeShaderVectTransform.__DNA__FIELD__convert_from); CPointer<Integer> p_convert_from = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__convert_to
This is how you get a reference on the corresponding field in the struct:
NodeShaderVectTransform nodeshadervecttransform = ...; CPointer<Object> p = nodeshadervecttransform.__dna__addressof(NodeShaderVectTransform.__DNA__FIELD__convert_to); CPointer<Integer> p_convert_to = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
NodeShaderVectTransform nodeshadervecttransform = ...; CPointer<Object> p = nodeshadervecttransform.__dna__addressof(NodeShaderVectTransform.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public NodeShaderVectTransform(long __address, Block __block, BlockTable __blockTable)
protected NodeShaderVectTransform(NodeShaderVectTransform that)
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public int getConvert_from() throws java.io.IOException
java.io.IOException
__DNA__FIELD__convert_from
public void setConvert_from(int convert_from) throws java.io.IOException
java.io.IOException
__DNA__FIELD__convert_from
public int getConvert_to() throws java.io.IOException
java.io.IOException
__DNA__FIELD__convert_to
public void setConvert_to(int convert_to) throws java.io.IOException
java.io.IOException
__DNA__FIELD__convert_to
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<NodeShaderVectTransform> __io__addressof()