public class MTFace extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__tile
Field descriptor (offset) for struct member 'tile'.
|
static long[] |
__DNA__FIELD__tpage
Field descriptor (offset) for struct member 'tpage'.
|
static long[] |
__DNA__FIELD__transp
Field descriptor (offset) for struct member 'transp'.
|
static long[] |
__DNA__FIELD__unwrap
Field descriptor (offset) for struct member 'unwrap'.
|
static long[] |
__DNA__FIELD__uv
Field descriptor (offset) for struct member 'uv'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MTFace.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MTFace(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MTFace(MTFace that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MTFace> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
short |
getMode()
Get method for struct member 'mode'.
|
short |
getTile()
Get method for struct member 'tile'.
|
CPointer<Image> |
getTpage()
Get method for struct member 'tpage'.
|
byte |
getTransp()
Get method for struct member 'transp'.
|
short |
getUnwrap()
Get method for struct member 'unwrap'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getUv()
Get method for struct member 'uv'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setTile(short tile)
Set method for struct member 'tile'.
|
void |
setTpage(CPointer<Image> tpage)
Set method for struct member 'tpage'.
|
void |
setTransp(byte transp)
Set method for struct member 'transp'.
|
void |
setUnwrap(short unwrap)
Set method for struct member 'unwrap'.
|
void |
setUv(CArrayFacade<CArrayFacade<java.lang.Float>> uv)
Set method for struct member 'uv'.
|
__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 MTFace.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__uv
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__uv); CPointer<CArrayFacade<CArrayFacade<Float>>> p_uv = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__tpage
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__tpage); CPointer<CPointer<Image>> p_tpage = p.cast(new Class[]{CPointer.class, Image.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__transp
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__transp); CPointer<Byte> p_transp = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__tile
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__tile); CPointer<Short> p_tile = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__unwrap
This is how you get a reference on the corresponding field in the struct:
MTFace mtface = ...; CPointer<Object> p = mtface.__dna__addressof(MTFace.__DNA__FIELD__unwrap); CPointer<Short> p_unwrap = p.cast(new Class[]{Short.class});
public MTFace(long __address, Block __block, BlockTable __blockTable)
protected MTFace(MTFace that)
public CArrayFacade<CArrayFacade<java.lang.Float>> getUv() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv
public void setUv(CArrayFacade<CArrayFacade<java.lang.Float>> uv) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv
public CPointer<Image> getTpage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tpage
public void setTpage(CPointer<Image> tpage) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tpage
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getTransp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__transp
public void setTransp(byte transp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__transp
public short getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public short getTile() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tile
public void setTile(short tile) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tile
public short getUnwrap() throws java.io.IOException
java.io.IOException
__DNA__FIELD__unwrap
public void setUnwrap(short unwrap) throws java.io.IOException
java.io.IOException
__DNA__FIELD__unwrap