public class Ipo extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blocktype
Field descriptor (offset) for struct member 'blocktype'.
|
static long[] |
__DNA__FIELD__cur
Field descriptor (offset) for struct member 'cur'.
|
static long[] |
__DNA__FIELD__curve
Field descriptor (offset) for struct member 'curve'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__muteipo
Field descriptor (offset) for struct member 'muteipo'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__showkey
Field descriptor (offset) for struct member 'showkey'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Ipo.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
Ipo(Ipo that) |
|
Ipo(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<Ipo> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getBlocktype()
Get method for struct member 'blocktype'.
|
rctf |
getCur()
Get method for struct member 'cur'.
|
ListBase |
getCurve()
Get method for struct member 'curve'.
|
ID |
getId()
Get method for struct member 'id'.
|
short |
getMuteipo()
Get method for struct member 'muteipo'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getShowkey()
Get method for struct member 'showkey'.
|
void |
setBlocktype(short blocktype)
Set method for struct member 'blocktype'.
|
void |
setCur(rctf cur)
Set method for struct member 'cur'.
|
void |
setCurve(ListBase curve)
Set method for struct member 'curve'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setMuteipo(short muteipo)
Set method for struct member 'muteipo'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setShowkey(short showkey)
Set method for struct member 'showkey'.
|
__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 Ipo.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__curve
A list of IpoCurve
structs in a linked list.
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__curve); CPointer<ListBase> p_curve = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__cur
Rect defining extents of keyframes?
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__cur); CPointer<rctf> p_cur = p.cast(new Class[]{rctf.class});
public static final long[] __DNA__FIELD__blocktype
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__blocktype); CPointer<Short> p_blocktype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__showkey
blocktype: self-explanatory; showkey: either 0 or 1 (show vertical yellow lines for editing)
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__showkey); CPointer<Short> p_showkey = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__muteipo
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__muteipo); CPointer<Short> p_muteipo = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
muteipo: either 0 or 1 (whether ipo block is muted)
This is how you get a reference on the corresponding field in the struct:
Ipo ipo = ...; CPointer<Object> p = ipo.__dna__addressof(Ipo.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public Ipo(long __address, Block __block, BlockTable __blockTable)
protected Ipo(Ipo that)
public ID getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public ListBase getCurve() throws java.io.IOException
A list of IpoCurve
structs in a linked list.
java.io.IOException
__DNA__FIELD__curve
public void setCurve(ListBase curve) throws java.io.IOException
A list of IpoCurve
structs in a linked list.
java.io.IOException
__DNA__FIELD__curve
public rctf getCur() throws java.io.IOException
Rect defining extents of keyframes?
java.io.IOException
__DNA__FIELD__cur
public void setCur(rctf cur) throws java.io.IOException
Rect defining extents of keyframes?
java.io.IOException
__DNA__FIELD__cur
public short getBlocktype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocktype
public void setBlocktype(short blocktype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blocktype
public short getShowkey() throws java.io.IOException
blocktype: self-explanatory; showkey: either 0 or 1 (show vertical yellow lines for editing)
java.io.IOException
__DNA__FIELD__showkey
public void setShowkey(short showkey) throws java.io.IOException
blocktype: self-explanatory; showkey: either 0 or 1 (show vertical yellow lines for editing)
java.io.IOException
__DNA__FIELD__showkey
public short getMuteipo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__muteipo
public void setMuteipo(short muteipo) throws java.io.IOException
java.io.IOException
__DNA__FIELD__muteipo
public short getPad() throws java.io.IOException
muteipo: either 0 or 1 (whether ipo block is muted)
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
muteipo: either 0 or 1 (whether ipo block is muted)
java.io.IOException
__DNA__FIELD__pad