public class FCurve extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__array_index
Field descriptor (offset) for struct member 'array_index'.
|
static long[] |
__DNA__FIELD__bezt
Field descriptor (offset) for struct member 'bezt'.
|
static long[] |
__DNA__FIELD__color
Field descriptor (offset) for struct member 'color'.
|
static long[] |
__DNA__FIELD__color_mode
Field descriptor (offset) for struct member 'color_mode'.
|
static long[] |
__DNA__FIELD__curval
Field descriptor (offset) for struct member 'curval'.
|
static long[] |
__DNA__FIELD__driver
Field descriptor (offset) for struct member 'driver'.
|
static long[] |
__DNA__FIELD__extend
Field descriptor (offset) for struct member 'extend'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__fpt
Field descriptor (offset) for struct member 'fpt'.
|
static long[] |
__DNA__FIELD__grp
Field descriptor (offset) for struct member 'grp'.
|
static long[] |
__DNA__FIELD__modifiers
Field descriptor (offset) for struct member 'modifiers'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__rna_path
Field descriptor (offset) for struct member 'rna_path'.
|
static long[] |
__DNA__FIELD__totvert
Field descriptor (offset) for struct member 'totvert'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FCurve.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FCurve(FCurve that) |
|
FCurve(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FCurve> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getArray_index()
Get method for struct member 'array_index'.
|
CPointer<BezTriple> |
getBezt()
Get method for struct member 'bezt'.
|
int |
getColor_mode()
Get method for struct member 'color_mode'.
|
CArrayFacade<java.lang.Float> |
getColor()
Get method for struct member 'color'.
|
float |
getCurval()
Get method for struct member 'curval'.
|
CPointer<ChannelDriver> |
getDriver()
Get method for struct member 'driver'.
|
short |
getExtend()
Get method for struct member 'extend'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<FPoint> |
getFpt()
Get method for struct member 'fpt'.
|
CPointer<bActionGroup> |
getGrp()
Get method for struct member 'grp'.
|
ListBase |
getModifiers()
Get method for struct member 'modifiers'.
|
CPointer<FCurve> |
getNext()
Get method for struct member 'next'.
|
CPointer<FCurve> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<java.lang.Byte> |
getRna_path()
Get method for struct member 'rna_path'.
|
int |
getTotvert()
Get method for struct member 'totvert'.
|
void |
setArray_index(int array_index)
Set method for struct member 'array_index'.
|
void |
setBezt(CPointer<BezTriple> bezt)
Set method for struct member 'bezt'.
|
void |
setColor_mode(int color_mode)
Set method for struct member 'color_mode'.
|
void |
setColor(CArrayFacade<java.lang.Float> color)
Set method for struct member 'color'.
|
void |
setCurval(float curval)
Set method for struct member 'curval'.
|
void |
setDriver(CPointer<ChannelDriver> driver)
Set method for struct member 'driver'.
|
void |
setExtend(short extend)
Set method for struct member 'extend'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFpt(CPointer<FPoint> fpt)
Set method for struct member 'fpt'.
|
void |
setGrp(CPointer<bActionGroup> grp)
Set method for struct member 'grp'.
|
void |
setModifiers(ListBase modifiers)
Set method for struct member 'modifiers'.
|
void |
setNext(CPointer<FCurve> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<FCurve> prev)
Set method for struct member 'prev'.
|
void |
setRna_path(CPointer<java.lang.Byte> rna_path)
Set method for struct member 'rna_path'.
|
void |
setTotvert(int totvert)
Set method for struct member 'totvert'.
|
__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 FCurve.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__next); CPointer<CPointer<FCurve>> p_next = p.cast(new Class[]{CPointer.class, FCurve.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__prev); CPointer<CPointer<FCurve>> p_prev = p.cast(new Class[]{CPointer.class, FCurve.class});
public static final long[] __DNA__FIELD__grp
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__grp); CPointer<CPointer<bActionGroup>> p_grp = p.cast(new Class[]{CPointer.class, bActionGroup.class});
public static final long[] __DNA__FIELD__driver
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__driver); CPointer<CPointer<ChannelDriver>> p_driver = p.cast(new Class[]{CPointer.class, ChannelDriver.class});
public static final long[] __DNA__FIELD__modifiers
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__modifiers); CPointer<ListBase> p_modifiers = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__bezt
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__bezt); CPointer<CPointer<BezTriple>> p_bezt = p.cast(new Class[]{CPointer.class, BezTriple.class});
public static final long[] __DNA__FIELD__fpt
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__fpt); CPointer<CPointer<FPoint>> p_fpt = p.cast(new Class[]{CPointer.class, FPoint.class});
public static final long[] __DNA__FIELD__totvert
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__totvert); CPointer<Integer> p_totvert = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__curval
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__curval); CPointer<Float> p_curval = 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:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__extend
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__extend); CPointer<Short> p_extend = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__array_index
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__array_index); CPointer<Integer> p_array_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__rna_path
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__rna_path); CPointer<CPointer<Byte>> p_rna_path = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__color_mode
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__color_mode); CPointer<Integer> p_color_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__color
This is how you get a reference on the corresponding field in the struct:
FCurve fcurve = ...; CPointer<Object> p = fcurve.__dna__addressof(FCurve.__DNA__FIELD__color); CPointer<CArrayFacade<Float>> p_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public FCurve(long __address, Block __block, BlockTable __blockTable)
protected FCurve(FCurve that)
public CPointer<FCurve> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FCurve> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<FCurve> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<FCurve> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<bActionGroup> getGrp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__grp
public void setGrp(CPointer<bActionGroup> grp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__grp
public CPointer<ChannelDriver> getDriver() throws java.io.IOException
java.io.IOException
__DNA__FIELD__driver
public void setDriver(CPointer<ChannelDriver> driver) throws java.io.IOException
java.io.IOException
__DNA__FIELD__driver
public ListBase getModifiers() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifiers
public void setModifiers(ListBase modifiers) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifiers
public CPointer<BezTriple> getBezt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bezt
public void setBezt(CPointer<BezTriple> bezt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bezt
public CPointer<FPoint> getFpt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fpt
public void setFpt(CPointer<FPoint> fpt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fpt
public int getTotvert() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public void setTotvert(int totvert) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public float getCurval() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curval
public void setCurval(float curval) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curval
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getExtend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__extend
public void setExtend(short extend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__extend
public int getArray_index() throws java.io.IOException
java.io.IOException
__DNA__FIELD__array_index
public void setArray_index(int array_index) throws java.io.IOException
java.io.IOException
__DNA__FIELD__array_index
public CPointer<java.lang.Byte> getRna_path() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rna_path
public void setRna_path(CPointer<java.lang.Byte> rna_path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rna_path
public int getColor_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mode
public void setColor_mode(int color_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color_mode
public CArrayFacade<java.lang.Float> getColor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color
public void setColor(CArrayFacade<java.lang.Float> color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color