public class bNodeStack extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__datatype
Field descriptor (offset) for struct member 'datatype'.
|
static long[] |
__DNA__FIELD__external
Field descriptor (offset) for struct member 'external'.
|
static long[] |
__DNA__FIELD__hasinput
Field descriptor (offset) for struct member 'hasinput'.
|
static long[] |
__DNA__FIELD__hasoutput
Field descriptor (offset) for struct member 'hasoutput'.
|
static long[] |
__DNA__FIELD__is_copy
Field descriptor (offset) for struct member 'is_copy'.
|
static long[] |
__DNA__FIELD__max
Field descriptor (offset) for struct member 'max'.
|
static long[] |
__DNA__FIELD__min
Field descriptor (offset) for struct member 'min'.
|
static long[] |
__DNA__FIELD__sockettype
Field descriptor (offset) for struct member 'sockettype'.
|
static long[] |
__DNA__FIELD__vec
Field descriptor (offset) for struct member 'vec'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bNodeStack.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bNodeStack(bNodeStack that) |
|
bNodeStack(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bNodeStack> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Object> |
getData()
Get method for struct member 'data'.
|
short |
getDatatype()
Get method for struct member 'datatype'.
|
short |
getExternal()
Get method for struct member 'external'.
|
short |
getHasinput()
Get method for struct member 'hasinput'.
|
short |
getHasoutput()
Get method for struct member 'hasoutput'.
|
short |
getIs_copy()
Get method for struct member 'is_copy'.
|
float |
getMax()
Get method for struct member 'max'.
|
float |
getMin()
Get method for struct member 'min'.
|
short |
getSockettype()
Get method for struct member 'sockettype'.
|
CArrayFacade<java.lang.Float> |
getVec()
Get method for struct member 'vec'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.
|
void |
setDatatype(short datatype)
Set method for struct member 'datatype'.
|
void |
setExternal(short external)
Set method for struct member 'external'.
|
void |
setHasinput(short hasinput)
Set method for struct member 'hasinput'.
|
void |
setHasoutput(short hasoutput)
Set method for struct member 'hasoutput'.
|
void |
setIs_copy(short is_copy)
Set method for struct member 'is_copy'.
|
void |
setMax(float max)
Set method for struct member 'max'.
|
void |
setMin(float min)
Set method for struct member 'min'.
|
void |
setSockettype(short sockettype)
Set method for struct member 'sockettype'.
|
void |
setVec(CArrayFacade<java.lang.Float> vec)
Set method for struct member 'vec'.
|
__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 bNodeStack.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__vec
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__vec); CPointer<CArrayFacade<Float>> p_vec = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__min
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__min); CPointer<Float> p_min = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__max
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__max); CPointer<Float> p_max = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__hasinput
When input has link, tagged before executing.
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__hasinput); CPointer<Short> p_hasinput = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__hasoutput
When output is linked, tagged before executing.
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__hasoutput); CPointer<Short> p_hasoutput = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__datatype
Type of data pointer.
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__datatype); CPointer<Short> p_datatype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sockettype
Type of socket stack comes from, to remap linking different sockets.
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__sockettype); CPointer<Short> p_sockettype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__is_copy
Data is a copy of external data (no freeing).
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__is_copy); CPointer<Short> p_is_copy = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__external
Data is used by external nodes (no freeing).
This is how you get a reference on the corresponding field in the struct:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD__external); CPointer<Short> p_external = 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:
bNodeStack bnodestack = ...; CPointer<Object> p = bnodestack.__dna__addressof(bNodeStack.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bNodeStack(long __address, Block __block, BlockTable __blockTable)
protected bNodeStack(bNodeStack that)
public CArrayFacade<java.lang.Float> getVec() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vec
public void setVec(CArrayFacade<java.lang.Float> vec) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vec
public float getMin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public void setMin(float min) throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public float getMax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public void setMax(float max) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public CPointer<java.lang.Object> getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(CPointer<java.lang.Object> data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public short getHasinput() throws java.io.IOException
When input has link, tagged before executing.
java.io.IOException
__DNA__FIELD__hasinput
public void setHasinput(short hasinput) throws java.io.IOException
When input has link, tagged before executing.
java.io.IOException
__DNA__FIELD__hasinput
public short getHasoutput() throws java.io.IOException
When output is linked, tagged before executing.
java.io.IOException
__DNA__FIELD__hasoutput
public void setHasoutput(short hasoutput) throws java.io.IOException
When output is linked, tagged before executing.
java.io.IOException
__DNA__FIELD__hasoutput
public short getDatatype() throws java.io.IOException
Type of data pointer.
java.io.IOException
__DNA__FIELD__datatype
public void setDatatype(short datatype) throws java.io.IOException
Type of data pointer.
java.io.IOException
__DNA__FIELD__datatype
public short getSockettype() throws java.io.IOException
Type of socket stack comes from, to remap linking different sockets.
java.io.IOException
__DNA__FIELD__sockettype
public void setSockettype(short sockettype) throws java.io.IOException
Type of socket stack comes from, to remap linking different sockets.
java.io.IOException
__DNA__FIELD__sockettype
public short getIs_copy() throws java.io.IOException
Data is a copy of external data (no freeing).
java.io.IOException
__DNA__FIELD__is_copy
public void setIs_copy(short is_copy) throws java.io.IOException
Data is a copy of external data (no freeing).
java.io.IOException
__DNA__FIELD__is_copy
public short getExternal() throws java.io.IOException
Data is used by external nodes (no freeing).
java.io.IOException
__DNA__FIELD__external
public void setExternal(short external) throws java.io.IOException
Data is used by external nodes (no freeing).
java.io.IOException
__DNA__FIELD__external
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 CPointer<bNodeStack> __io__addressof()