public class MovieClip_RuntimeGPUTexture extends CFacade
Modifier and Type | Field and 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.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieClip_RuntimeGPUTexture(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieClip_RuntimeGPUTexture(MovieClip_RuntimeGPUTexture that) |
Modifier and Type | Method and 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'.
|
__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 MovieClip_RuntimeGPUTexture.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
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});
public static final long[] __DNA__FIELD__prev
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});
public static final long[] __DNA__FIELD__user
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});
public static final long[] __DNA__FIELD__gputexture
Not written in file 3 = TEXTARGET_COUNT.
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});
public MovieClip_RuntimeGPUTexture(long __address, Block __block, BlockTable __blockTable)
protected MovieClip_RuntimeGPUTexture(MovieClip_RuntimeGPUTexture that)
public CPointer<java.lang.Object> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<java.lang.Object> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<java.lang.Object> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<java.lang.Object> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public MovieClipUser getUser() throws java.io.IOException
java.io.IOException
__DNA__FIELD__user
public void setUser(MovieClipUser user) throws java.io.IOException
java.io.IOException
__DNA__FIELD__user
public CArrayFacade<CPointer<java.lang.Object>> getGputexture() throws java.io.IOException
Not written in file 3 = TEXTARGET_COUNT.
java.io.IOException
__DNA__FIELD__gputexture
public void setGputexture(CArrayFacade<CPointer<java.lang.Object>> gputexture) throws java.io.IOException
Not written in file 3 = TEXTARGET_COUNT.
java.io.IOException
__DNA__FIELD__gputexture
public CPointer<MovieClip_RuntimeGPUTexture> __io__addressof()