public class bGPDstroke_Runtime extends CFacade
bGPDstroke
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__multi_frame_falloff
Field descriptor (offset) for struct member 'multi_frame_falloff'.
|
static long[] |
__DNA__FIELD__tmp_fill_rgba
Field descriptor (offset) for struct member 'tmp_fill_rgba'.
|
static long[] |
__DNA__FIELD__tmp_layerinfo
Field descriptor (offset) for struct member 'tmp_layerinfo'.
|
static long[] |
__DNA__FIELD__tmp_stroke_rgba
Field descriptor (offset) for struct member 'tmp_stroke_rgba'.
|
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.
|
float |
getMulti_frame_falloff()
Get method for struct member 'multi_frame_falloff'.
|
CArrayFacade<java.lang.Float> |
getTmp_fill_rgba()
Get method for struct member 'tmp_fill_rgba'.
|
CArrayFacade<java.lang.Byte> |
getTmp_layerinfo()
Get method for struct member 'tmp_layerinfo'.
|
CArrayFacade<java.lang.Float> |
getTmp_stroke_rgba()
Get method for struct member 'tmp_stroke_rgba'.
|
void |
setMulti_frame_falloff(float multi_frame_falloff)
Set method for struct member 'multi_frame_falloff'.
|
void |
setTmp_fill_rgba(CArrayFacade<java.lang.Float> tmp_fill_rgba)
Set method for struct member 'tmp_fill_rgba'.
|
void |
setTmp_layerinfo(CArrayFacade<java.lang.Byte> tmp_layerinfo)
Set method for struct member 'tmp_layerinfo'.
|
void |
setTmp_stroke_rgba(CArrayFacade<java.lang.Float> tmp_stroke_rgba)
Set method for struct member 'tmp_stroke_rgba'.
|
__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_stroke_rgba
runtime final colors (result of original colors and modifiers)
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_stroke_rgba); CPointer<CArrayFacade<Float>> p_tmp_stroke_rgba = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__tmp_fill_rgba
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_fill_rgba); CPointer<CArrayFacade<Float>> p_tmp_fill_rgba = p.cast(new Class[]{CArrayFacade.class, Float.class});
public 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 bGPDstroke_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bGPDstroke_Runtime(bGPDstroke_Runtime that)
public CArrayFacade<java.lang.Float> getTmp_stroke_rgba() throws java.io.IOException
runtime final colors (result of original colors and modifiers)
java.io.IOException
__DNA__FIELD__tmp_stroke_rgba
public void setTmp_stroke_rgba(CArrayFacade<java.lang.Float> tmp_stroke_rgba) throws java.io.IOException
runtime final colors (result of original colors and modifiers)
java.io.IOException
__DNA__FIELD__tmp_stroke_rgba
public CArrayFacade<java.lang.Float> getTmp_fill_rgba() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tmp_fill_rgba
public void setTmp_fill_rgba(CArrayFacade<java.lang.Float> tmp_fill_rgba) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tmp_fill_rgba
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 CPointer<bGPDstroke_Runtime> __io__addressof()