public class NodeTexEnvironment extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__base
Field descriptor (offset) for struct member 'base'.
|
static long[] |
__DNA__FIELD__color_space
Field descriptor (offset) for struct member 'color_space'.
|
static long[] |
__DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.
|
static long[] |
__DNA__FIELD__projection
Field descriptor (offset) for struct member 'projection'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTexEnvironment.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTexEnvironment(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTexEnvironment(NodeTexEnvironment that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTexEnvironment> |
__io__addressof()
Instantiates a pointer on this instance.
|
NodeTexBase |
getBase()
Get method for struct member 'base'.
|
int |
getColor_space()
Get method for struct member 'color_space'.
|
ImageUser |
getIuser()
Get method for struct member 'iuser'.
|
int |
getProjection()
Get method for struct member 'projection'.
|
void |
setBase(NodeTexBase base)
Set method for struct member 'base'.
|
void |
setColor_space(int color_space)
Set method for struct member 'color_space'.
|
void |
setIuser(ImageUser iuser)
Set method for struct member 'iuser'.
|
void |
setProjection(int projection)
Set method for struct member 'projection'.
|
__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 NodeTexEnvironment.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__base
This is how you get a reference on the corresponding field in the struct:
NodeTexEnvironment nodetexenvironment = ...; CPointer<Object> p = nodetexenvironment.__dna__addressof(NodeTexEnvironment.__DNA__FIELD__base); CPointer<NodeTexBase> p_base = p.cast(new Class[]{NodeTexBase.class});
public static final long[] __DNA__FIELD__iuser
This is how you get a reference on the corresponding field in the struct:
NodeTexEnvironment nodetexenvironment = ...; CPointer<Object> p = nodetexenvironment.__dna__addressof(NodeTexEnvironment.__DNA__FIELD__iuser); CPointer<ImageUser> p_iuser = p.cast(new Class[]{ImageUser.class});
public static final long[] __DNA__FIELD__color_space
This is how you get a reference on the corresponding field in the struct:
NodeTexEnvironment nodetexenvironment = ...; CPointer<Object> p = nodetexenvironment.__dna__addressof(NodeTexEnvironment.__DNA__FIELD__color_space); CPointer<Integer> p_color_space = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__projection
This is how you get a reference on the corresponding field in the struct:
NodeTexEnvironment nodetexenvironment = ...; CPointer<Object> p = nodetexenvironment.__dna__addressof(NodeTexEnvironment.__DNA__FIELD__projection); CPointer<Integer> p_projection = p.cast(new Class[]{Integer.class});
public NodeTexEnvironment(long __address, Block __block, BlockTable __blockTable)
protected NodeTexEnvironment(NodeTexEnvironment that)
public NodeTexBase getBase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public void setBase(NodeTexBase base) throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public ImageUser getIuser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iuser
public void setIuser(ImageUser iuser) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iuser
public int getColor_space() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_space
public void setColor_space(int color_space) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_space
public int getProjection() throws java.io.IOException
java.io.IOException
__DNA__FIELD__projection
public void setProjection(int projection) throws java.io.IOException
java.io.IOException
__DNA__FIELD__projection
public CPointer<NodeTexEnvironment> __io__addressof()