Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__bezt
Field descriptor (offset) for struct member 'bezt'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__point_index
Field descriptor (offset) for struct member 'point_index'.
|
static long[] |
__DNA__FIELD__pressure
Field descriptor (offset) for struct member 'pressure'.
|
static long[] |
__DNA__FIELD__strength
Field descriptor (offset) for struct member 'strength'.
|
static long[] |
__DNA__FIELD__uv_fac
Field descriptor (offset) for struct member 'uv_fac'.
|
static long[] |
__DNA__FIELD__uv_fill
Field descriptor (offset) for struct member 'uv_fill'.
|
static long[] |
__DNA__FIELD__uv_rot
Field descriptor (offset) for struct member 'uv_rot'.
|
static long[] |
__DNA__FIELD__vert_color
Field descriptor (offset) for struct member 'vert_color'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDcurve_point.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDcurve_point(bGPDcurve_point that) |
|
bGPDcurve_point(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDcurve_point> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
BezTriple |
getBezt()
Get method for struct member 'bezt'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getPoint_index()
Get method for struct member 'point_index'.
|
float |
getPressure()
Get method for struct member 'pressure'.
|
float |
getStrength()
Get method for struct member 'strength'.
|
float |
getUv_fac()
Get method for struct member 'uv_fac'.
|
CArrayFacade<java.lang.Float> |
getUv_fill()
Get method for struct member 'uv_fill'.
|
float |
getUv_rot()
Get method for struct member 'uv_rot'.
|
CArrayFacade<java.lang.Float> |
getVert_color()
Get method for struct member 'vert_color'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setBezt(BezTriple bezt)
Set method for struct member 'bezt'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setPoint_index(int point_index)
Set method for struct member 'point_index'.
|
void |
setPressure(float pressure)
Set method for struct member 'pressure'.
|
void |
setStrength(float strength)
Set method for struct member 'strength'.
|
void |
setUv_fac(float uv_fac)
Set method for struct member 'uv_fac'.
|
void |
setUv_fill(CArrayFacade<java.lang.Float> uv_fill)
Set method for struct member 'uv_fill'.
|
void |
setUv_rot(float uv_rot)
Set method for struct member 'uv_rot'.
|
void |
setVert_color(CArrayFacade<java.lang.Float> vert_color)
Set method for struct member 'vert_color'.
|
__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 bGPDcurve_point.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__bezt
Bezier Triple for the handles and control points.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__bezt); CPointer<BezTriple> p_bezt = p.cast(new Class[]{BezTriple.class});
public static final long[] __DNA__FIELD__pressure
Pressure of input device (from 0 to 1) at this point.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__pressure); CPointer<Float> p_pressure = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__strength
Color strength (used for alpha factor).
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__strength); CPointer<Float> p_strength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__point_index
Index of corresponding point in gps->points.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__point_index); CPointer<Integer> p_point_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Additional options.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__uv_fac
Factor of uv along the stroke.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__uv_fac); CPointer<Float> p_uv_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__uv_rot
Uv rotation for dot mode.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__uv_rot); CPointer<Float> p_uv_rot = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__uv_fill
Uv for fill mode.
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__uv_fill); CPointer<CArrayFacade<Float>> p_uv_fill = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__vert_color
Vertex Color RGBA (A=mix factor).
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD__vert_color); CPointer<CArrayFacade<Float>> p_vert_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
bGPDcurve_point bgpdcurve_point = ...; CPointer<Object> p = bgpdcurve_point.__dna__addressof(bGPDcurve_point.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bGPDcurve_point(long __address, Block __block, BlockTable __blockTable)
protected bGPDcurve_point(bGPDcurve_point that)
public BezTriple getBezt() throws java.io.IOException
Bezier Triple for the handles and control points.
java.io.IOException
__DNA__FIELD__bezt
public void setBezt(BezTriple bezt) throws java.io.IOException
Bezier Triple for the handles and control points.
java.io.IOException
__DNA__FIELD__bezt
public float getPressure() throws java.io.IOException
Pressure of input device (from 0 to 1) at this point.
java.io.IOException
__DNA__FIELD__pressure
public void setPressure(float pressure) throws java.io.IOException
Pressure of input device (from 0 to 1) at this point.
java.io.IOException
__DNA__FIELD__pressure
public float getStrength() throws java.io.IOException
Color strength (used for alpha factor).
java.io.IOException
__DNA__FIELD__strength
public void setStrength(float strength) throws java.io.IOException
Color strength (used for alpha factor).
java.io.IOException
__DNA__FIELD__strength
public int getPoint_index() throws java.io.IOException
Index of corresponding point in gps->points.
java.io.IOException
__DNA__FIELD__point_index
public void setPoint_index(int point_index) throws java.io.IOException
Index of corresponding point in gps->points.
java.io.IOException
__DNA__FIELD__point_index
public int getFlag() throws java.io.IOException
Additional options.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Additional options.
java.io.IOException
__DNA__FIELD__flag
public float getUv_fac() throws java.io.IOException
Factor of uv along the stroke.
java.io.IOException
__DNA__FIELD__uv_fac
public void setUv_fac(float uv_fac) throws java.io.IOException
Factor of uv along the stroke.
java.io.IOException
__DNA__FIELD__uv_fac
public float getUv_rot() throws java.io.IOException
Uv rotation for dot mode.
java.io.IOException
__DNA__FIELD__uv_rot
public void setUv_rot(float uv_rot) throws java.io.IOException
Uv rotation for dot mode.
java.io.IOException
__DNA__FIELD__uv_rot
public CArrayFacade<java.lang.Float> getUv_fill() throws java.io.IOException
Uv for fill mode.
java.io.IOException
__DNA__FIELD__uv_fill
public void setUv_fill(CArrayFacade<java.lang.Float> uv_fill) throws java.io.IOException
Uv for fill mode.
java.io.IOException
__DNA__FIELD__uv_fill
public CArrayFacade<java.lang.Float> getVert_color() throws java.io.IOException
Vertex Color RGBA (A=mix factor).
java.io.IOException
__DNA__FIELD__vert_color
public void setVert_color(CArrayFacade<java.lang.Float> vert_color) throws java.io.IOException
Vertex Color RGBA (A=mix factor).
java.io.IOException
__DNA__FIELD__vert_color
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<bGPDcurve_point> __io__addressof()