public class NodeTexBase extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__color_mapping
Field descriptor (offset) for struct member 'color_mapping'.
|
static long[] |
__DNA__FIELD__tex_mapping
Field descriptor (offset) for struct member 'tex_mapping'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTexBase.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTexBase(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTexBase(NodeTexBase that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTexBase> |
__io__addressof()
Instantiates a pointer on this instance.
|
ColorMapping |
getColor_mapping()
Get method for struct member 'color_mapping'.
|
TexMapping |
getTex_mapping()
Get method for struct member 'tex_mapping'.
|
void |
setColor_mapping(ColorMapping color_mapping)
Set method for struct member 'color_mapping'.
|
void |
setTex_mapping(TexMapping tex_mapping)
Set method for struct member 'tex_mapping'.
|
__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 NodeTexBase.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tex_mapping
This is how you get a reference on the corresponding field in the struct:
NodeTexBase nodetexbase = ...; CPointer<Object> p = nodetexbase.__dna__addressof(NodeTexBase.__DNA__FIELD__tex_mapping); CPointer<TexMapping> p_tex_mapping = p.cast(new Class[]{TexMapping.class});
public static final long[] __DNA__FIELD__color_mapping
This is how you get a reference on the corresponding field in the struct:
NodeTexBase nodetexbase = ...; CPointer<Object> p = nodetexbase.__dna__addressof(NodeTexBase.__DNA__FIELD__color_mapping); CPointer<ColorMapping> p_color_mapping = p.cast(new Class[]{ColorMapping.class});
public NodeTexBase(long __address, Block __block, BlockTable __blockTable)
protected NodeTexBase(NodeTexBase that)
public TexMapping getTex_mapping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tex_mapping
public void setTex_mapping(TexMapping tex_mapping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tex_mapping
public ColorMapping getColor_mapping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mapping
public void setColor_mapping(ColorMapping color_mapping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mapping
public CPointer<NodeTexBase> __io__addressof()