Package org.blender.dna
Class NodeGeometryImageTexture
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeGeometryImageTexture
-
public class NodeGeometryImageTexture extends CFacade
Generated facet for DNA struct type 'NodeGeometryImageTexture'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__extension
Field descriptor (offset) for struct member 'extension'.static long[]
__DNA__FIELD__interpolation
Field descriptor (offset) for struct member 'interpolation'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryImageTexture.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeGeometryImageTexture(long __address, Block __block, BlockTable __blockTable)
protected
NodeGeometryImageTexture(NodeGeometryImageTexture that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<NodeGeometryImageTexture>
__io__addressof()
Instantiates a pointer on this instance.int
getExtension()
Get method for struct member 'extension'.int
getInterpolation()
Get method for struct member 'interpolation'.void
setExtension(int extension)
Set method for struct member 'extension'.void
setInterpolation(int interpolation)
Set method for struct member 'interpolation'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryImageTexture.It is required when allocating a new block to store data for NodeGeometryImageTexture.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__interpolation
public static final long[] __DNA__FIELD__interpolation
Field descriptor (offset) for struct member 'interpolation'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryImageTexture nodegeometryimagetexture = ...; CPointer<Object> p = nodegeometryimagetexture.__dna__addressof(NodeGeometryImageTexture.__DNA__FIELD__interpolation); CPointer<Integer> p_interpolation = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'interpolation'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__extension
public static final long[] __DNA__FIELD__extension
Field descriptor (offset) for struct member 'extension'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeGeometryImageTexture nodegeometryimagetexture = ...; CPointer<Object> p = nodegeometryimagetexture.__dna__addressof(NodeGeometryImageTexture.__DNA__FIELD__extension); CPointer<Integer> p_extension = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'extension'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
NodeGeometryImageTexture
public NodeGeometryImageTexture(long __address, Block __block, BlockTable __blockTable)
-
NodeGeometryImageTexture
protected NodeGeometryImageTexture(NodeGeometryImageTexture that)
-
-
Method Detail
-
getInterpolation
public int getInterpolation() throws java.io.IOException
Get method for struct member 'interpolation'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__interpolation
-
setInterpolation
public void setInterpolation(int interpolation) throws java.io.IOException
Set method for struct member 'interpolation'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__interpolation
-
getExtension
public int getExtension() throws java.io.IOException
Get method for struct member 'extension'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__extension
-
setExtension
public void setExtension(int extension) throws java.io.IOException
Set method for struct member 'extension'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__extension
-
__io__addressof
public CPointer<NodeGeometryImageTexture> __io__addressof()
Instantiates a pointer on this instance.
-
-