public class bNodePreview extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__hash_entry
Field descriptor (offset) for struct member 'hash_entry'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__rect
Field descriptor (offset) for struct member 'rect'.
|
static long[] |
__DNA__FIELD__xsize
Field descriptor (offset) for struct member 'xsize'.
|
static long[] |
__DNA__FIELD__ysize
Field descriptor (offset) for struct member 'ysize'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bNodePreview.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bNodePreview(bNodePreview that) |
|
bNodePreview(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bNodePreview> |
__io__addressof()
Instantiates a pointer on this instance.
|
bNodeInstanceHashEntry |
getHash_entry()
Get method for struct member 'hash_entry'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<java.lang.Byte> |
getRect()
Get method for struct member 'rect'.
|
short |
getXsize()
Get method for struct member 'xsize'.
|
short |
getYsize()
Get method for struct member 'ysize'.
|
void |
setHash_entry(bNodeInstanceHashEntry hash_entry)
Set method for struct member 'hash_entry'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setRect(CPointer<java.lang.Byte> rect)
Set method for struct member 'rect'.
|
void |
setXsize(short xsize)
Set method for struct member 'xsize'.
|
void |
setYsize(short ysize)
Set method for struct member 'ysize'.
|
__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 bNodePreview.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__hash_entry
This is how you get a reference on the corresponding field in the struct:
bNodePreview bnodepreview = ...; CPointer<Object> p = bnodepreview.__dna__addressof(bNodePreview.__DNA__FIELD__hash_entry); CPointer<bNodeInstanceHashEntry> p_hash_entry = p.cast(new Class[]{bNodeInstanceHashEntry.class});
public static final long[] __DNA__FIELD__rect
This is how you get a reference on the corresponding field in the struct:
bNodePreview bnodepreview = ...; CPointer<Object> p = bnodepreview.__dna__addressof(bNodePreview.__DNA__FIELD__rect); CPointer<CPointer<Byte>> p_rect = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__xsize
This is how you get a reference on the corresponding field in the struct:
bNodePreview bnodepreview = ...; CPointer<Object> p = bnodepreview.__dna__addressof(bNodePreview.__DNA__FIELD__xsize); CPointer<Short> p_xsize = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ysize
This is how you get a reference on the corresponding field in the struct:
bNodePreview bnodepreview = ...; CPointer<Object> p = bnodepreview.__dna__addressof(bNodePreview.__DNA__FIELD__ysize); CPointer<Short> p_ysize = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bNodePreview bnodepreview = ...; CPointer<Object> p = bnodepreview.__dna__addressof(bNodePreview.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public bNodePreview(long __address, Block __block, BlockTable __blockTable)
protected bNodePreview(bNodePreview that)
public bNodeInstanceHashEntry getHash_entry() throws java.io.IOException
java.io.IOException
__DNA__FIELD__hash_entry
public void setHash_entry(bNodeInstanceHashEntry hash_entry) throws java.io.IOException
java.io.IOException
__DNA__FIELD__hash_entry
public CPointer<java.lang.Byte> getRect() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rect
public void setRect(CPointer<java.lang.Byte> rect) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rect
public short getXsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xsize
public void setXsize(short xsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xsize
public short getYsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ysize
public void setYsize(short ysize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ysize
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<bNodePreview> __io__addressof()