public class bGPDstroke_Runtime extends CFacade
bGPDstroke
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__curve_start
Field descriptor (offset) for struct member 'curve_start'.
|
static long[] |
__DNA__FIELD__fill_start
Field descriptor (offset) for struct member 'fill_start'.
|
static long[] |
__DNA__FIELD__gps_orig
Field descriptor (offset) for struct member 'gps_orig'.
|
static long[] |
__DNA__FIELD__multi_frame_falloff
Field descriptor (offset) for struct member 'multi_frame_falloff'.
|
static long[] |
__DNA__FIELD__stroke_start
Field descriptor (offset) for struct member 'stroke_start'.
|
static long[] |
__DNA__FIELD__tmp_layerinfo
Field descriptor (offset) for struct member 'tmp_layerinfo'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDstroke_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDstroke_Runtime(bGPDstroke_Runtime that) |
|
bGPDstroke_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDstroke_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
get_pad2()
Get method for struct member '_pad2'.
|
int |
getCurve_start()
Get method for struct member 'curve_start'.
|
int |
getFill_start()
Get method for struct member 'fill_start'.
|
CPointer<bGPDstroke> |
getGps_orig()
Get method for struct member 'gps_orig'.
|
float |
getMulti_frame_falloff()
Get method for struct member 'multi_frame_falloff'.
|
int |
getStroke_start()
Get method for struct member 'stroke_start'.
|
CArrayFacade<java.lang.Byte> |
getTmp_layerinfo()
Get method for struct member 'tmp_layerinfo'.
|
void |
set_pad2(CPointer<java.lang.Object> _pad2)
Set method for struct member '_pad2'.
|
void |
setCurve_start(int curve_start)
Set method for struct member 'curve_start'.
|
void |
setFill_start(int fill_start)
Set method for struct member 'fill_start'.
|
void |
setGps_orig(CPointer<bGPDstroke> gps_orig)
Set method for struct member 'gps_orig'.
|
void |
setMulti_frame_falloff(float multi_frame_falloff)
Set method for struct member 'multi_frame_falloff'.
|
void |
setStroke_start(int stroke_start)
Set method for struct member 'stroke_start'.
|
void |
setTmp_layerinfo(CArrayFacade<java.lang.Byte> tmp_layerinfo)
Set method for struct member 'tmp_layerinfo'.
|
__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 bGPDstroke_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tmp_layerinfo
temporary layer name only used during copy/paste to put the stroke in the original layer
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__tmp_layerinfo); CPointer<CArrayFacade<Byte>> p_tmp_layerinfo = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__multi_frame_falloff
Runtime falloff factor (only for transform).
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__multi_frame_falloff); CPointer<Float> p_multi_frame_falloff = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__stroke_start
Vertex offset in the vbo where this stroke starts.
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__stroke_start); CPointer<Integer> p_stroke_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__fill_start
Triangle offset in the ibo where this fill starts.
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__fill_start); CPointer<Integer> p_fill_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__curve_start
Curve
Handles offset in the ibo where this handle starts.
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__curve_start); CPointer<Integer> p_curve_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gps_orig
Original stroke (used to dereference evaluated data)
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD__gps_orig); CPointer<CPointer<bGPDstroke>> p_gps_orig = p.cast(new Class[]{CPointer.class, bGPDstroke.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
bGPDstroke_Runtime bgpdstroke_runtime = ...; CPointer<Object> p = bgpdstroke_runtime.__dna__addressof(bGPDstroke_Runtime.__DNA__FIELD___pad2); CPointer<CPointer<Object>> p__pad2 = p.cast(new Class[]{CPointer.class, Object.class});
public bGPDstroke_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bGPDstroke_Runtime(bGPDstroke_Runtime that)
public CArrayFacade<java.lang.Byte> getTmp_layerinfo() throws java.io.IOException
temporary layer name only used during copy/paste to put the stroke in the original layer
java.io.IOException
__DNA__FIELD__tmp_layerinfo
public void setTmp_layerinfo(CArrayFacade<java.lang.Byte> tmp_layerinfo) throws java.io.IOException
temporary layer name only used during copy/paste to put the stroke in the original layer
java.io.IOException
__DNA__FIELD__tmp_layerinfo
public float getMulti_frame_falloff() throws java.io.IOException
Runtime falloff factor (only for transform).
java.io.IOException
__DNA__FIELD__multi_frame_falloff
public void setMulti_frame_falloff(float multi_frame_falloff) throws java.io.IOException
Runtime falloff factor (only for transform).
java.io.IOException
__DNA__FIELD__multi_frame_falloff
public int getStroke_start() throws java.io.IOException
Vertex offset in the vbo where this stroke starts.
java.io.IOException
__DNA__FIELD__stroke_start
public void setStroke_start(int stroke_start) throws java.io.IOException
Vertex offset in the vbo where this stroke starts.
java.io.IOException
__DNA__FIELD__stroke_start
public int getFill_start() throws java.io.IOException
Triangle offset in the ibo where this fill starts.
java.io.IOException
__DNA__FIELD__fill_start
public void setFill_start(int fill_start) throws java.io.IOException
Triangle offset in the ibo where this fill starts.
java.io.IOException
__DNA__FIELD__fill_start
public int getCurve_start() throws java.io.IOException
Curve
Handles offset in the ibo where this handle starts.
java.io.IOException
__DNA__FIELD__curve_start
public void setCurve_start(int curve_start) throws java.io.IOException
Curve
Handles offset in the ibo where this handle starts.
java.io.IOException
__DNA__FIELD__curve_start
public CPointer<bGPDstroke> getGps_orig() throws java.io.IOException
Original stroke (used to dereference evaluated data)
java.io.IOException
__DNA__FIELD__gps_orig
public void setGps_orig(CPointer<bGPDstroke> gps_orig) throws java.io.IOException
Original stroke (used to dereference evaluated data)
java.io.IOException
__DNA__FIELD__gps_orig
public CPointer<java.lang.Object> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CPointer<java.lang.Object> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<bGPDstroke_Runtime> __io__addressof()