public class NodeTexImage 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__interpolation
Field descriptor (offset) for struct member 'interpolation'.
|
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 long[] |
__DNA__FIELD__projection_blend
Field descriptor (offset) for struct member 'projection_blend'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTexImage.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTexImage(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTexImage(NodeTexImage that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTexImage> |
__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'.
|
int |
getInterpolation()
Get method for struct member 'interpolation'.
|
ImageUser |
getIuser()
Get method for struct member 'iuser'.
|
float |
getProjection_blend()
Get method for struct member 'projection_blend'.
|
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 |
setInterpolation(int interpolation)
Set method for struct member 'interpolation'.
|
void |
setIuser(ImageUser iuser)
Set method for struct member 'iuser'.
|
void |
setProjection_blend(float projection_blend)
Set method for struct member 'projection_blend'.
|
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 NodeTexImage.
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:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__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:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__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:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__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:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__DNA__FIELD__projection); CPointer<Integer> p_projection = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__projection_blend
This is how you get a reference on the corresponding field in the struct:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__DNA__FIELD__projection_blend); CPointer<Float> p_projection_blend = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__interpolation
This is how you get a reference on the corresponding field in the struct:
NodeTexImage nodeteximage = ...; CPointer<Object> p = nodeteximage.__dna__addressof(NodeTexImage.__DNA__FIELD__interpolation); CPointer<Integer> p_interpolation = p.cast(new Class[]{Integer.class});
public NodeTexImage(long __address, Block __block, BlockTable __blockTable)
protected NodeTexImage(NodeTexImage 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 float getProjection_blend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__projection_blend
public void setProjection_blend(float projection_blend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__projection_blend
public int getInterpolation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation
public void setInterpolation(int interpolation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation
public CPointer<NodeTexImage> __io__addressof()