public class bPythonConstraint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__prop
Field descriptor (offset) for struct member 'prop'.
|
static long[] |
__DNA__FIELD__subtarget
Field descriptor (offset) for struct member 'subtarget'.
|
static long[] |
__DNA__FIELD__tar
Field descriptor (offset) for struct member 'tar'.
|
static long[] |
__DNA__FIELD__targets
Field descriptor (offset) for struct member 'targets'.
|
static long[] |
__DNA__FIELD__tarnum
Field descriptor (offset) for struct member 'tarnum'.
|
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 bPythonConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bPythonConstraint(bPythonConstraint that) |
|
bPythonConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bPythonConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFlag()
Get method for struct member 'flag'.
|
CPointer<IDProperty> |
getProp()
Get method for struct member 'prop'.
|
CArrayFacade<java.lang.Byte> |
getSubtarget()
Get method for struct member 'subtarget'.
|
CPointer<BlenderObject> |
getTar()
Get method for struct member 'tar'.
|
ListBase |
getTargets()
Get method for struct member 'targets'.
|
int |
getTarnum()
Get method for struct member 'tarnum'.
|
CPointer<Text> |
getText()
Get method for struct member 'text'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setProp(CPointer<IDProperty> prop)
Set method for struct member 'prop'.
|
void |
setSubtarget(CArrayFacade<java.lang.Byte> subtarget)
Set method for struct member 'subtarget'.
|
void |
setTar(CPointer<BlenderObject> tar)
Set method for struct member 'tar'.
|
void |
setTargets(ListBase targets)
Set method for struct member 'targets'.
|
void |
setTarnum(int tarnum)
Set method for struct member 'tarnum'.
|
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 bPythonConstraint.
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:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__text); CPointer<CPointer<Text>> p_text = p.cast(new Class[]{CPointer.class, Text.class});
public static final long[] __DNA__FIELD__prop
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__prop); CPointer<CPointer<IDProperty>> p_prop = p.cast(new Class[]{CPointer.class, IDProperty.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__tarnum
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__tarnum); CPointer<Integer> p_tarnum = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__targets
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__targets); CPointer<ListBase> p_targets = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__tar
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__tar); CPointer<CPointer<BlenderObject>> p_tar = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__subtarget
This is how you get a reference on the corresponding field in the struct:
bPythonConstraint bpythonconstraint = ...; CPointer<Object> p = bpythonconstraint.__dna__addressof(bPythonConstraint.__DNA__FIELD__subtarget); CPointer<CArrayFacade<Byte>> p_subtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bPythonConstraint(long __address, Block __block, BlockTable __blockTable)
protected bPythonConstraint(bPythonConstraint 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 CPointer<IDProperty> getProp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public void setProp(CPointer<IDProperty> prop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prop
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public int getTarnum() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tarnum
public void setTarnum(int tarnum) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tarnum
public ListBase getTargets() throws java.io.IOException
java.io.IOException
__DNA__FIELD__targets
public void setTargets(ListBase targets) throws java.io.IOException
java.io.IOException
__DNA__FIELD__targets
public CPointer<BlenderObject> getTar() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public void setTar(CPointer<BlenderObject> tar) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public CArrayFacade<java.lang.Byte> getSubtarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subtarget
public void setSubtarget(CArrayFacade<java.lang.Byte> subtarget) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subtarget
public CPointer<bPythonConstraint> __io__addressof()