public class ImageTile extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__label
Field descriptor (offset) for struct member 'label'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__tile_number
Field descriptor (offset) for struct member 'tile_number'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ImageTile.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ImageTile(ImageTile that) |
|
ImageTile(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ImageTile> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
getLabel()
Get method for struct member 'label'.
|
CPointer<ImageTile> |
getNext()
Get method for struct member 'next'.
|
byte |
getOk()
Get method for struct member 'ok'.
|
CPointer<ImageTile> |
getPrev()
Get method for struct member 'prev'.
|
ImageTile_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
int |
getTile_number()
Get method for struct member 'tile_number'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setLabel(CArrayFacade<java.lang.Byte> label)
Set method for struct member 'label'.
|
void |
setNext(CPointer<ImageTile> next)
Set method for struct member 'next'.
|
void |
setOk(byte ok)
Set method for struct member 'ok'.
|
void |
setPrev(CPointer<ImageTile> prev)
Set method for struct member 'prev'.
|
void |
setRuntime(ImageTile_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setTile_number(int tile_number)
Set method for struct member 'tile_number'.
|
__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 ImageTile.
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:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__next); CPointer<CPointer<ImageTile>> p_next = p.cast(new Class[]{CPointer.class, ImageTile.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__prev); CPointer<CPointer<ImageTile>> p_prev = p.cast(new Class[]{CPointer.class, ImageTile.class});
public static final long[] __DNA__FIELD__runtime
This is how you get a reference on the corresponding field in the struct:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__runtime); CPointer<ImageTile_Runtime> p_runtime = p.cast(new Class[]{ImageTile_Runtime.class});
public static final long[] __DNA__FIELD__ok
This is how you get a reference on the corresponding field in the struct:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__ok); CPointer<Byte> p_ok = 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:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__tile_number
This is how you get a reference on the corresponding field in the struct:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__tile_number); CPointer<Integer> p_tile_number = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__label
This is how you get a reference on the corresponding field in the struct:
ImageTile imagetile = ...; CPointer<Object> p = imagetile.__dna__addressof(ImageTile.__DNA__FIELD__label); CPointer<CArrayFacade<Byte>> p_label = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public ImageTile(long __address, Block __block, BlockTable __blockTable)
protected ImageTile(ImageTile that)
public CPointer<ImageTile> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ImageTile> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ImageTile> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ImageTile> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ImageTile_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(ImageTile_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public byte getOk() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public void setOk(byte ok) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public int getTile_number() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tile_number
public void setTile_number(int tile_number) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tile_number
public CArrayFacade<java.lang.Byte> getLabel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__label
public void setLabel(CArrayFacade<java.lang.Byte> label) throws java.io.IOException
java.io.IOException
__DNA__FIELD__label