public class bPythonCont 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__module
Field descriptor (offset) for struct member 'module'.
|
static long[] |
__DNA__FIELD__text
Field descriptor (offset) for struct member 'text'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bPythonCont.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bPythonCont(bPythonCont that) |
|
bPythonCont(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bPythonCont> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getMode()
Get method for struct member 'mode'.
|
CArrayFacade<java.lang.Byte> |
getModule()
Get method for struct member 'module'.
|
CPointer<Text> |
getText()
Get method for struct member 'text'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setMode(int mode)
Set method for struct member 'mode'.
|
void |
setModule(CArrayFacade<java.lang.Byte> module)
Set method for struct member 'module'.
|
void |
setText(CPointer<Text> text)
Set method for struct member 'text'.
|
__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 bPythonCont.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__text
This is how you get a reference on the corresponding field in the struct:
bPythonCont bpythoncont = ...; CPointer<Object> p = bpythoncont.__dna__addressof(bPythonCont.__DNA__FIELD__text); CPointer<CPointer<Text>> p_text = p.cast(new Class[]{CPointer.class, Text.class});
public static final long[] __DNA__FIELD__module
This is how you get a reference on the corresponding field in the struct:
bPythonCont bpythoncont = ...; CPointer<Object> p = bpythoncont.__dna__addressof(bPythonCont.__DNA__FIELD__module); CPointer<CArrayFacade<Byte>> p_module = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
bPythonCont bpythoncont = ...; CPointer<Object> p = bpythoncont.__dna__addressof(bPythonCont.__DNA__FIELD__mode); CPointer<Integer> p_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
only used for debug now
This is how you get a reference on the corresponding field in the struct:
bPythonCont bpythoncont = ...; CPointer<Object> p = bpythoncont.__dna__addressof(bPythonCont.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public bPythonCont(long __address, Block __block, BlockTable __blockTable)
protected bPythonCont(bPythonCont that)
public CPointer<Text> getText() throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public void setText(CPointer<Text> text) throws java.io.IOException
java.io.IOException
__DNA__FIELD__text
public CArrayFacade<java.lang.Byte> getModule() throws java.io.IOException
java.io.IOException
__DNA__FIELD__module
public void setModule(CArrayFacade<java.lang.Byte> module) throws java.io.IOException
java.io.IOException
__DNA__FIELD__module
public int getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(int mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public int getFlag() throws java.io.IOException
only used for debug now
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
only used for debug now
java.io.IOException
__DNA__FIELD__flag
public CPointer<bPythonCont> __io__addressof()