public class StripProxy extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__anim
Field descriptor (offset) for struct member 'anim'.
|
static long[] |
__DNA__FIELD__build_flags
Field descriptor (offset) for struct member 'build_flags'.
|
static long[] |
__DNA__FIELD__build_size_flags
Field descriptor (offset) for struct member 'build_size_flags'.
|
static long[] |
__DNA__FIELD__build_tc_flags
Field descriptor (offset) for struct member 'build_tc_flags'.
|
static long[] |
__DNA__FIELD__dir
Field descriptor (offset) for struct member 'dir'.
|
static long[] |
__DNA__FIELD__file
Field descriptor (offset) for struct member 'file'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.
|
static long[] |
__DNA__FIELD__storage
Field descriptor (offset) for struct member 'storage'.
|
static long[] |
__DNA__FIELD__tc
Field descriptor (offset) for struct member 'tc'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripProxy.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripProxy(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripProxy(StripProxy that) |
Modifier and Type | Method and Description |
---|---|
CPointer<StripProxy> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getAnim()
Get method for struct member 'anim'.
|
short |
getBuild_flags()
Get method for struct member 'build_flags'.
|
short |
getBuild_size_flags()
Get method for struct member 'build_size_flags'.
|
short |
getBuild_tc_flags()
Get method for struct member 'build_tc_flags'.
|
CArrayFacade<java.lang.Byte> |
getDir()
Get method for struct member 'dir'.
|
CArrayFacade<java.lang.Byte> |
getFile()
Get method for struct member 'file'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
short |
getQuality()
Get method for struct member 'quality'.
|
byte |
getStorage()
Get method for struct member 'storage'.
|
short |
getTc()
Get method for struct member 'tc'.
|
void |
setAnim(CPointer<java.lang.Object> anim)
Set method for struct member 'anim'.
|
void |
setBuild_flags(short build_flags)
Set method for struct member 'build_flags'.
|
void |
setBuild_size_flags(short build_size_flags)
Set method for struct member 'build_size_flags'.
|
void |
setBuild_tc_flags(short build_tc_flags)
Set method for struct member 'build_tc_flags'.
|
void |
setDir(CArrayFacade<java.lang.Byte> dir)
Set method for struct member 'dir'.
|
void |
setFile(CArrayFacade<java.lang.Byte> file)
Set method for struct member 'file'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setQuality(short quality)
Set method for struct member 'quality'.
|
void |
setStorage(byte storage)
Set method for struct member 'storage'.
|
void |
setTc(short tc)
Set method for struct member 'tc'.
|
__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 StripProxy.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__dir
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__dir); CPointer<CArrayFacade<Byte>> p_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__file
(defaults to BL_proxy)
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__file); CPointer<CArrayFacade<Byte>> p_file = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__anim
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__anim); CPointer<CPointer<Object>> p_anim = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__tc
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__tc); CPointer<Short> p_tc = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__quality
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__quality); CPointer<Short> p_quality = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__build_size_flags
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__build_size_flags); CPointer<Short> p_build_size_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__build_tc_flags
to build
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__build_tc_flags); CPointer<Short> p_build_tc_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__build_flags
to build
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__build_flags); CPointer<Short> p_build_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__storage
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__storage); CPointer<Byte> p_storage = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
StripProxy stripproxy = ...; CPointer<Object> p = stripproxy.__dna__addressof(StripProxy.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public StripProxy(long __address, Block __block, BlockTable __blockTable)
protected StripProxy(StripProxy that)
public CArrayFacade<java.lang.Byte> getDir() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dir
public void setDir(CArrayFacade<java.lang.Byte> dir) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dir
public CArrayFacade<java.lang.Byte> getFile() throws java.io.IOException
(defaults to BL_proxy)
java.io.IOException
__DNA__FIELD__file
public void setFile(CArrayFacade<java.lang.Byte> file) throws java.io.IOException
(defaults to BL_proxy)
java.io.IOException
__DNA__FIELD__file
public CPointer<java.lang.Object> getAnim() throws java.io.IOException
java.io.IOException
__DNA__FIELD__anim
public void setAnim(CPointer<java.lang.Object> anim) throws java.io.IOException
java.io.IOException
__DNA__FIELD__anim
public short getTc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tc
public void setTc(short tc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tc
public short getQuality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public void setQuality(short quality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public short getBuild_size_flags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_size_flags
public void setBuild_size_flags(short build_size_flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__build_size_flags
public short getBuild_tc_flags() throws java.io.IOException
to build
java.io.IOException
__DNA__FIELD__build_tc_flags
public void setBuild_tc_flags(short build_tc_flags) throws java.io.IOException
to build
java.io.IOException
__DNA__FIELD__build_tc_flags
public short getBuild_flags() throws java.io.IOException
to build
java.io.IOException
__DNA__FIELD__build_flags
public void setBuild_flags(short build_flags) throws java.io.IOException
to build
java.io.IOException
__DNA__FIELD__build_flags
public byte getStorage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__storage
public void setStorage(byte storage) throws java.io.IOException
java.io.IOException
__DNA__FIELD__storage
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<StripProxy> __io__addressof()