Class bGPDstroke_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bGPDstroke_Runtime
-
public class bGPDstroke_Runtime extends CFacade
Generated facet for DNA struct type 'bGPDstroke_Runtime'.Class Documentation
Blender Source Code
GP Strokes Runtime temp data forbGPDstroke
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bGPDstroke_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
bGPDstroke_Runtime(bGPDstroke_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bGPDstroke_Runtime.It is required when allocating a new block to store data for bGPDstroke_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__tmp_layerinfo
public static final long[] __DNA__FIELD__tmp_layerinfo
Field descriptor (offset) for struct member 'tmp_layerinfo'.Field Documentation
Blender Source Code
temporary layer name only used during copy/paste to put the stroke in the original layer
Pointer Arithmetics
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});
Metadata
- Field: 'tmp_layerinfo'
- Signature: 'char[128]'
- Actual Size (32bit/64bit): 128/128
-
__DNA__FIELD__multi_frame_falloff
public static final long[] __DNA__FIELD__multi_frame_falloff
Field descriptor (offset) for struct member 'multi_frame_falloff'.Field Documentation
Blender Source Code
Runtime falloff factor (only for transform).
Pointer Arithmetics
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});
Metadata
- Field: 'multi_frame_falloff'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__stroke_start
public static final long[] __DNA__FIELD__stroke_start
Field descriptor (offset) for struct member 'stroke_start'.Field Documentation
Blender Source Code
Vertex offset in the VBO where this stroke starts.
Pointer Arithmetics
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});
Metadata
- Field: 'stroke_start'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fill_start
public static final long[] __DNA__FIELD__fill_start
Field descriptor (offset) for struct member 'fill_start'.Field Documentation
Blender Source Code
Triangle offset in the IBO where this fill starts.
Pointer Arithmetics
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});
Metadata
- Field: 'fill_start'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__curve_start
public static final long[] __DNA__FIELD__curve_start
Field descriptor (offset) for struct member 'curve_start'.Field Documentation
Blender Source Code
Curve
Handles offset in the IBO where this handle starts.Pointer Arithmetics
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});
Metadata
- Field: 'curve_start'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__gps_orig
public static final long[] __DNA__FIELD__gps_orig
Field descriptor (offset) for struct member 'gps_orig'.Field Documentation
Blender Source Code
Original stroke (used to dereference evaluated data)
Pointer Arithmetics
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});
Metadata
- Field: 'gps_orig'
- Signature: 'bGPDstroke*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD___pad2
public static final long[] __DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.Pointer Arithmetics
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});
Metadata
- Field: '_pad2'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
bGPDstroke_Runtime
public bGPDstroke_Runtime(long __address, Block __block, BlockTable __blockTable)
-
bGPDstroke_Runtime
protected bGPDstroke_Runtime(bGPDstroke_Runtime that)
-
-
Method Detail
-
getTmp_layerinfo
public CArrayFacade<java.lang.Byte> getTmp_layerinfo() throws java.io.IOException
Get method for struct member 'tmp_layerinfo'.Field Documentation
Blender Source Code
temporary layer name only used during copy/paste to put the stroke in the original layer
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tmp_layerinfo
-
setTmp_layerinfo
public void setTmp_layerinfo(CArrayFacade<java.lang.Byte> tmp_layerinfo) throws java.io.IOException
Set method for struct member 'tmp_layerinfo'.Field Documentation
Blender Source Code
temporary layer name only used during copy/paste to put the stroke in the original layer
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tmp_layerinfo
-
getMulti_frame_falloff
public float getMulti_frame_falloff() throws java.io.IOException
Get method for struct member 'multi_frame_falloff'.Field Documentation
Blender Source Code
Runtime falloff factor (only for transform).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multi_frame_falloff
-
setMulti_frame_falloff
public void setMulti_frame_falloff(float multi_frame_falloff) throws java.io.IOException
Set method for struct member 'multi_frame_falloff'.Field Documentation
Blender Source Code
Runtime falloff factor (only for transform).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multi_frame_falloff
-
getStroke_start
public int getStroke_start() throws java.io.IOException
Get method for struct member 'stroke_start'.Field Documentation
Blender Source Code
Vertex offset in the VBO where this stroke starts.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stroke_start
-
setStroke_start
public void setStroke_start(int stroke_start) throws java.io.IOException
Set method for struct member 'stroke_start'.Field Documentation
Blender Source Code
Vertex offset in the VBO where this stroke starts.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__stroke_start
-
getFill_start
public int getFill_start() throws java.io.IOException
Get method for struct member 'fill_start'.Field Documentation
Blender Source Code
Triangle offset in the IBO where this fill starts.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fill_start
-
setFill_start
public void setFill_start(int fill_start) throws java.io.IOException
Set method for struct member 'fill_start'.Field Documentation
Blender Source Code
Triangle offset in the IBO where this fill starts.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fill_start
-
getCurve_start
public int getCurve_start() throws java.io.IOException
Get method for struct member 'curve_start'.Field Documentation
Blender Source Code
Curve
Handles offset in the IBO where this handle starts.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__curve_start
-
setCurve_start
public void setCurve_start(int curve_start) throws java.io.IOException
Set method for struct member 'curve_start'.Field Documentation
Blender Source Code
Curve
Handles offset in the IBO where this handle starts.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__curve_start
-
getGps_orig
public CPointer<bGPDstroke> getGps_orig() throws java.io.IOException
Get method for struct member 'gps_orig'.Field Documentation
Blender Source Code
Original stroke (used to dereference evaluated data)
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gps_orig
-
setGps_orig
public void setGps_orig(CPointer<bGPDstroke> gps_orig) throws java.io.IOException
Set method for struct member 'gps_orig'.Field Documentation
Blender Source Code
Original stroke (used to dereference evaluated data)
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gps_orig
-
get_pad2
public CPointer<java.lang.Object> get_pad2() throws java.io.IOException
Get method for struct member '_pad2'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad2
-
set_pad2
public void set_pad2(CPointer<java.lang.Object> _pad2) throws java.io.IOException
Set method for struct member '_pad2'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad2
-
__io__addressof
public CPointer<bGPDstroke_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-