public class bActionConstraint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__act
Field descriptor (offset) for struct member 'act'.
|
static long[] |
__DNA__FIELD__end
Field descriptor (offset) for struct member 'end'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__local
Field descriptor (offset) for struct member 'local'.
|
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__start
Field descriptor (offset) for struct member 'start'.
|
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__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bActionConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bActionConstraint(bActionConstraint that) |
|
bActionConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bActionConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<bAction> |
getAct()
Get method for struct member 'act'.
|
int |
getEnd()
Get method for struct member 'end'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
short |
getLocal()
Get method for struct member 'local'.
|
float |
getMax()
Get method for struct member 'max'.
|
float |
getMin()
Get method for struct member 'min'.
|
int |
getStart()
Get method for struct member 'start'.
|
CArrayFacade<java.lang.Byte> |
getSubtarget()
Get method for struct member 'subtarget'.
|
CPointer<BlenderObject> |
getTar()
Get method for struct member 'tar'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setAct(CPointer<bAction> act)
Set method for struct member 'act'.
|
void |
setEnd(int end)
Set method for struct member 'end'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLocal(short local)
Set method for struct member 'local'.
|
void |
setMax(float max)
Set method for struct member 'max'.
|
void |
setMin(float min)
Set method for struct member 'min'.
|
void |
setStart(int start)
Set method for struct member 'start'.
|
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 |
setType(short type)
Set method for struct member 'type'.
|
__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 bActionConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tar
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__tar); CPointer<CPointer<BlenderObject>> p_tar = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__local
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__local); CPointer<Short> p_local = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__start
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__start); CPointer<Integer> p_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__end
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__end); CPointer<Integer> p_end = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__min
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__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:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__max); CPointer<Float> p_max = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__act
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__act); CPointer<CPointer<bAction>> p_act = p.cast(new Class[]{CPointer.class, bAction.class});
public static final long[] __DNA__FIELD__subtarget
This is how you get a reference on the corresponding field in the struct:
bActionConstraint bactionconstraint = ...; CPointer<Object> p = bactionconstraint.__dna__addressof(bActionConstraint.__DNA__FIELD__subtarget); CPointer<CArrayFacade<Byte>> p_subtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bActionConstraint(long __address, Block __block, BlockTable __blockTable)
protected bActionConstraint(bActionConstraint that)
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 short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getLocal() throws java.io.IOException
java.io.IOException
__DNA__FIELD__local
public void setLocal(short local) throws java.io.IOException
java.io.IOException
__DNA__FIELD__local
public int getStart() throws java.io.IOException
java.io.IOException
__DNA__FIELD__start
public void setStart(int start) throws java.io.IOException
java.io.IOException
__DNA__FIELD__start
public int getEnd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
public void setEnd(int end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end
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 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 CPointer<bAction> getAct() throws java.io.IOException
java.io.IOException
__DNA__FIELD__act
public void setAct(CPointer<bAction> act) throws java.io.IOException
java.io.IOException
__DNA__FIELD__act
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<bActionConstraint> __io__addressof()