Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad1_
Field descriptor (offset) for struct member '_pad1_'.
|
static long[] |
__DNA__FIELD__ar
Field descriptor (offset) for struct member 'ar'.
|
static long[] |
__DNA__FIELD__bfill_style
Field descriptor (offset) for struct member 'bfill_style'.
|
static long[] |
__DNA__FIELD__bstroke_style
Field descriptor (offset) for struct member 'bstroke_style'.
|
static long[] |
__DNA__FIELD__cp_points
Field descriptor (offset) for struct member 'cp_points'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__sbuffer
Field descriptor (offset) for struct member 'sbuffer'.
|
static long[] |
__DNA__FIELD__sbuffer_sflag
Field descriptor (offset) for struct member 'sbuffer_sflag'.
|
static long[] |
__DNA__FIELD__sbuffer_size
Field descriptor (offset) for struct member 'sbuffer_size'.
|
static long[] |
__DNA__FIELD__scolor
Field descriptor (offset) for struct member 'scolor'.
|
static long[] |
__DNA__FIELD__sfill
Field descriptor (offset) for struct member 'sfill'.
|
static long[] |
__DNA__FIELD__tot_cp_points
Field descriptor (offset) for struct member 'tot_cp_points'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPdata_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPdata_Runtime(bGPdata_Runtime that) |
|
bGPdata_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPdata_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad1_()
Get method for struct member '_pad1_'.
|
CPointer<ARegion> |
getAr()
Get method for struct member 'ar'.
|
short |
getBfill_style()
Get method for struct member 'bfill_style'.
|
short |
getBstroke_style()
Get method for struct member 'bstroke_style'.
|
CPointer<bGPDcontrolpoint> |
getCp_points()
Get method for struct member 'cp_points'.
|
short |
getMode()
Get method for struct member 'mode'.
|
short |
getSbuffer_sflag()
Get method for struct member 'sbuffer_sflag'.
|
short |
getSbuffer_size()
Get method for struct member 'sbuffer_size'.
|
CPointer<java.lang.Object> |
getSbuffer()
Get method for struct member 'sbuffer'.
|
CArrayFacade<java.lang.Float> |
getScolor()
Get method for struct member 'scolor'.
|
CArrayFacade<java.lang.Float> |
getSfill()
Get method for struct member 'sfill'.
|
int |
getTot_cp_points()
Get method for struct member 'tot_cp_points'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad1_(CArrayFacade<java.lang.Byte> _pad1_)
Set method for struct member '_pad1_'.
|
void |
setAr(CPointer<ARegion> ar)
Set method for struct member 'ar'.
|
void |
setBfill_style(short bfill_style)
Set method for struct member 'bfill_style'.
|
void |
setBstroke_style(short bstroke_style)
Set method for struct member 'bstroke_style'.
|
void |
setCp_points(CPointer<bGPDcontrolpoint> cp_points)
Set method for struct member 'cp_points'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setSbuffer_sflag(short sbuffer_sflag)
Set method for struct member 'sbuffer_sflag'.
|
void |
setSbuffer_size(short sbuffer_size)
Set method for struct member 'sbuffer_size'.
|
void |
setSbuffer(CPointer<java.lang.Object> sbuffer)
Set method for struct member 'sbuffer'.
|
void |
setScolor(CArrayFacade<java.lang.Float> scolor)
Set method for struct member 'scolor'.
|
void |
setSfill(CArrayFacade<java.lang.Float> sfill)
Set method for struct member 'sfill'.
|
void |
setTot_cp_points(int tot_cp_points)
Set method for struct member 'tot_cp_points'.
|
__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 bGPdata_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ar
Last region where drawing was originated.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__ar); CPointer<CPointer<ARegion>> p_ar = p.cast(new Class[]{CPointer.class, ARegion.class});
public static final long[] __DNA__FIELD__sbuffer
Stroke buffer.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__sbuffer); CPointer<CPointer<Object>> p_sbuffer = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__scolor
GP Object
drawing Buffer stroke color.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__scolor); CPointer<CArrayFacade<Float>> p_scolor = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__sfill
Buffer fill color.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__sfill); CPointer<CArrayFacade<Float>> p_sfill = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__mode
Settings for color.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__bstroke_style
Buffer style for drawing strokes (used to select shader type).
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__bstroke_style); CPointer<Short> p_bstroke_style = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__bfill_style
Buffer style for filling areas (used to select shader type).
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__bfill_style); CPointer<Short> p_bfill_style = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sbuffer_size
Number of total elements available in cache.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__sbuffer_size); CPointer<Short> p_sbuffer_size = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sbuffer_sflag
Flags for stroke that cache represents.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__sbuffer_sflag); CPointer<Short> p_sbuffer_sflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__tot_cp_points
Number of control-points for stroke.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__tot_cp_points); CPointer<Integer> p_tot_cp_points = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad1_
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD___pad1_); CPointer<CArrayFacade<Byte>> p__pad1_ = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__cp_points
Array of control-points for stroke.
This is how you get a reference on the corresponding field in the struct:
bGPdata_Runtime bgpdata_runtime = ...; CPointer<Object> p = bgpdata_runtime.__dna__addressof(bGPdata_Runtime.__DNA__FIELD__cp_points); CPointer<CPointer<bGPDcontrolpoint>> p_cp_points = p.cast(new Class[]{CPointer.class, bGPDcontrolpoint.class});
public bGPdata_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bGPdata_Runtime(bGPdata_Runtime that)
public CPointer<ARegion> getAr() throws java.io.IOException
Last region where drawing was originated.
java.io.IOException
__DNA__FIELD__ar
public void setAr(CPointer<ARegion> ar) throws java.io.IOException
Last region where drawing was originated.
java.io.IOException
__DNA__FIELD__ar
public CPointer<java.lang.Object> getSbuffer() throws java.io.IOException
Stroke buffer.
java.io.IOException
__DNA__FIELD__sbuffer
public void setSbuffer(CPointer<java.lang.Object> sbuffer) throws java.io.IOException
Stroke buffer.
java.io.IOException
__DNA__FIELD__sbuffer
public CArrayFacade<java.lang.Float> getScolor() throws java.io.IOException
GP Object
drawing Buffer stroke color.
java.io.IOException
__DNA__FIELD__scolor
public void setScolor(CArrayFacade<java.lang.Float> scolor) throws java.io.IOException
GP Object
drawing Buffer stroke color.
java.io.IOException
__DNA__FIELD__scolor
public CArrayFacade<java.lang.Float> getSfill() throws java.io.IOException
Buffer fill color.
java.io.IOException
__DNA__FIELD__sfill
public void setSfill(CArrayFacade<java.lang.Float> sfill) throws java.io.IOException
Buffer fill color.
java.io.IOException
__DNA__FIELD__sfill
public short getMode() throws java.io.IOException
Settings for color.
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
Settings for color.
java.io.IOException
__DNA__FIELD__mode
public short getBstroke_style() throws java.io.IOException
Buffer style for drawing strokes (used to select shader type).
java.io.IOException
__DNA__FIELD__bstroke_style
public void setBstroke_style(short bstroke_style) throws java.io.IOException
Buffer style for drawing strokes (used to select shader type).
java.io.IOException
__DNA__FIELD__bstroke_style
public short getBfill_style() throws java.io.IOException
Buffer style for filling areas (used to select shader type).
java.io.IOException
__DNA__FIELD__bfill_style
public void setBfill_style(short bfill_style) throws java.io.IOException
Buffer style for filling areas (used to select shader type).
java.io.IOException
__DNA__FIELD__bfill_style
public short getSbuffer_size() throws java.io.IOException
Number of total elements available in cache.
java.io.IOException
__DNA__FIELD__sbuffer_size
public void setSbuffer_size(short sbuffer_size) throws java.io.IOException
Number of total elements available in cache.
java.io.IOException
__DNA__FIELD__sbuffer_size
public short getSbuffer_sflag() throws java.io.IOException
Flags for stroke that cache represents.
java.io.IOException
__DNA__FIELD__sbuffer_sflag
public void setSbuffer_sflag(short sbuffer_sflag) throws java.io.IOException
Flags for stroke that cache represents.
java.io.IOException
__DNA__FIELD__sbuffer_sflag
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 int getTot_cp_points() throws java.io.IOException
Number of control-points for stroke.
java.io.IOException
__DNA__FIELD__tot_cp_points
public void setTot_cp_points(int tot_cp_points) throws java.io.IOException
Number of control-points for stroke.
java.io.IOException
__DNA__FIELD__tot_cp_points
public CArrayFacade<java.lang.Byte> get_pad1_() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1_
public void set_pad1_(CArrayFacade<java.lang.Byte> _pad1_) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1_
public CPointer<bGPDcontrolpoint> getCp_points() throws java.io.IOException
Array of control-points for stroke.
java.io.IOException
__DNA__FIELD__cp_points
public void setCp_points(CPointer<bGPDcontrolpoint> cp_points) throws java.io.IOException
Array of control-points for stroke.
java.io.IOException
__DNA__FIELD__cp_points
public CPointer<bGPdata_Runtime> __io__addressof()