public class bStats extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__totarmature
Field descriptor (offset) for struct member 'totarmature'.
|
static long[] |
__DNA__FIELD__totcurve
Field descriptor (offset) for struct member 'totcurve'.
|
static long[] |
__DNA__FIELD__totface
Field descriptor (offset) for struct member 'totface'.
|
static long[] |
__DNA__FIELD__totlamp
Field descriptor (offset) for struct member 'totlamp'.
|
static long[] |
__DNA__FIELD__totmesh
Field descriptor (offset) for struct member 'totmesh'.
|
static long[] |
__DNA__FIELD__totobj
Field descriptor (offset) for struct member 'totobj'.
|
static long[] |
__DNA__FIELD__totobjsel
Field descriptor (offset) for struct member 'totobjsel'.
|
static long[] |
__DNA__FIELD__totvert
Field descriptor (offset) for struct member 'totvert'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bStats.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bStats(bStats that) |
|
bStats(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bStats> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getTotarmature()
Get method for struct member 'totarmature'.
|
int |
getTotcurve()
Get method for struct member 'totcurve'.
|
int |
getTotface()
Get method for struct member 'totface'.
|
int |
getTotlamp()
Get method for struct member 'totlamp'.
|
int |
getTotmesh()
Get method for struct member 'totmesh'.
|
int |
getTotobj()
Get method for struct member 'totobj'.
|
int |
getTotobjsel()
Get method for struct member 'totobjsel'.
|
int |
getTotvert()
Get method for struct member 'totvert'.
|
void |
setTotarmature(int totarmature)
Set method for struct member 'totarmature'.
|
void |
setTotcurve(int totcurve)
Set method for struct member 'totcurve'.
|
void |
setTotface(int totface)
Set method for struct member 'totface'.
|
void |
setTotlamp(int totlamp)
Set method for struct member 'totlamp'.
|
void |
setTotmesh(int totmesh)
Set method for struct member 'totmesh'.
|
void |
setTotobj(int totobj)
Set method for struct member 'totobj'.
|
void |
setTotobjsel(int totobjsel)
Set method for struct member 'totobjsel'.
|
void |
setTotvert(int totvert)
Set method for struct member 'totvert'.
|
__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 bStats.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__totobj
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totobj); CPointer<Integer> p_totobj = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totlamp
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totlamp); CPointer<Integer> p_totlamp = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totobjsel
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totobjsel); CPointer<Integer> p_totobjsel = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totcurve
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totcurve); CPointer<Integer> p_totcurve = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totmesh
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totmesh); CPointer<Integer> p_totmesh = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totarmature
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totarmature); CPointer<Integer> p_totarmature = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totvert
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totvert); CPointer<Integer> p_totvert = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totface
This is how you get a reference on the corresponding field in the struct:
bStats bstats = ...; CPointer<Object> p = bstats.__dna__addressof(bStats.__DNA__FIELD__totface); CPointer<Integer> p_totface = p.cast(new Class[]{Integer.class});
public bStats(long __address, Block __block, BlockTable __blockTable)
protected bStats(bStats that)
public int getTotobj() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totobj
public void setTotobj(int totobj) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totobj
public int getTotlamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlamp
public void setTotlamp(int totlamp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlamp
public int getTotobjsel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totobjsel
public void setTotobjsel(int totobjsel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totobjsel
public int getTotcurve() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totcurve
public void setTotcurve(int totcurve) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totcurve
public int getTotmesh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totmesh
public void setTotmesh(int totmesh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totmesh
public int getTotarmature() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totarmature
public void setTotarmature(int totarmature) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totarmature
public int getTotvert() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public void setTotvert(int totvert) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public int getTotface() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totface
public void setTotface(int totface) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totface