Package org.blender.dna
Class MovieClip_RuntimeGPUTexture
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.MovieClip_RuntimeGPUTexture
-
public class MovieClip_RuntimeGPUTexture extends CFacade
Generated facet for DNA struct type 'MovieClip_RuntimeGPUTexture'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__gputexture
Field descriptor (offset) for struct member 'gputexture'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__user
Field descriptor (offset) for struct member 'user'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieClip_RuntimeGPUTexture.-
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 MovieClip_RuntimeGPUTexture(long __address, Block __block, BlockTable __blockTable)
protected
MovieClip_RuntimeGPUTexture(MovieClip_RuntimeGPUTexture that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<MovieClip_RuntimeGPUTexture>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<CPointer<java.lang.Object>>
getGputexture()
Get method for struct member 'gputexture'.CPointer<java.lang.Object>
getNext()
Get method for struct member 'next'.CPointer<java.lang.Object>
getPrev()
Get method for struct member 'prev'.MovieClipUser
getUser()
Get method for struct member 'user'.void
setGputexture(CArrayFacade<CPointer<java.lang.Object>> gputexture)
Set method for struct member 'gputexture'.void
setNext(CPointer<java.lang.Object> next)
Set method for struct member 'next'.void
setPrev(CPointer<java.lang.Object> prev)
Set method for struct member 'prev'.void
setUser(MovieClipUser user)
Set method for struct member 'user'.-
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 MovieClip_RuntimeGPUTexture.It is required when allocating a new block to store data for MovieClip_RuntimeGPUTexture.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...; CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__next); CPointer<CPointer<Object>> p_next = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'next'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...; CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__prev); CPointer<CPointer<Object>> p_prev = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'prev'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__user
public static final long[] __DNA__FIELD__user
Field descriptor (offset) for struct member 'user'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...; CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__user); CPointer<MovieClipUser> p_user = p.cast(new Class[]{MovieClipUser.class});
Metadata
- Field: 'user'
- Signature: 'MovieClipUser'
- Actual Size (32bit/64bit): 8/8
-
__DNA__FIELD__gputexture
public static final long[] __DNA__FIELD__gputexture
Field descriptor (offset) for struct member 'gputexture'.Field Documentation
Blender Source Code
Not written in file 4 = TEXTARGET_COUNT.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...; CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__gputexture); CPointer<CArrayFacade<CPointer<Object>>> p_gputexture = p.cast(new Class[]{CArrayFacade.class, CPointer.class, Object.class});
Metadata
- Field: 'gputexture'
- Signature: 'GPUTexture*[4]'
- Actual Size (32bit/64bit): 16/32
-
-
Constructor Detail
-
MovieClip_RuntimeGPUTexture
public MovieClip_RuntimeGPUTexture(long __address, Block __block, BlockTable __blockTable)
-
MovieClip_RuntimeGPUTexture
protected MovieClip_RuntimeGPUTexture(MovieClip_RuntimeGPUTexture that)
-
-
Method Detail
-
getNext
public CPointer<java.lang.Object> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<java.lang.Object> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<java.lang.Object> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<java.lang.Object> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getUser
public MovieClipUser getUser() throws java.io.IOException
Get method for struct member 'user'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__user
-
setUser
public void setUser(MovieClipUser user) throws java.io.IOException
Set method for struct member 'user'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__user
-
getGputexture
public CArrayFacade<CPointer<java.lang.Object>> getGputexture() throws java.io.IOException
Get method for struct member 'gputexture'.Field Documentation
Blender Source Code
Not written in file 4 = TEXTARGET_COUNT.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gputexture
-
setGputexture
public void setGputexture(CArrayFacade<CPointer<java.lang.Object>> gputexture) throws java.io.IOException
Set method for struct member 'gputexture'.Field Documentation
Blender Source Code
Not written in file 4 = TEXTARGET_COUNT.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gputexture
-
__io__addressof
public CPointer<MovieClip_RuntimeGPUTexture> __io__addressof()
Instantiates a pointer on this instance.
-
-