Package org.blender.dna
Class ImageTile_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ImageTile_Runtime
-
public class ImageTile_Runtime extends CFacade
Generated facet for DNA struct type 'ImageTile_Runtime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__slots
Field descriptor (offset) for struct member 'slots'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ImageTile_Runtime.-
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 ImageTile_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
ImageTile_Runtime(ImageTile_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ImageTile_Runtime>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<ImageTile_RuntimeTextureSlot>
getSlots()
Get method for struct member 'slots'.void
setSlots(CArrayFacade<ImageTile_RuntimeTextureSlot> slots)
Set method for struct member 'slots'.-
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 ImageTile_Runtime.It is required when allocating a new block to store data for ImageTile_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__slots
public static final long[] __DNA__FIELD__slots
Field descriptor (offset) for struct member 'slots'.Field Documentation
Blender Source Code
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ImageTile_Runtime imagetile_runtime = ...; CPointer<Object> p = imagetile_runtime.__dna__addressof(ImageTile_Runtime.__DNA__FIELD__slots); CPointer<CArrayFacade<ImageTile_RuntimeTextureSlot>> p_slots = p.cast(new Class[]{CArrayFacade.class, ImageTile_RuntimeTextureSlot.class});
Metadata
- Field: 'slots'
- Signature: 'ImageTile_RuntimeTextureSlot[2]'
- Actual Size (32bit/64bit): 48/48
-
-
Constructor Detail
-
ImageTile_Runtime
public ImageTile_Runtime(long __address, Block __block, BlockTable __blockTable)
-
ImageTile_Runtime
protected ImageTile_Runtime(ImageTile_Runtime that)
-
-
Method Detail
-
getSlots
public CArrayFacade<ImageTile_RuntimeTextureSlot> getSlots() throws java.io.IOException
Get method for struct member 'slots'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__slots
-
setSlots
public void setSlots(CArrayFacade<ImageTile_RuntimeTextureSlot> slots) throws java.io.IOException
Set method for struct member 'slots'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__slots
-
__io__addressof
public CPointer<ImageTile_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-