public class SpaceLogic extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blockhandler
Field descriptor (offset) for struct member 'blockhandler'.
|
static long[] |
__DNA__FIELD__blockscale
Field descriptor (offset) for struct member 'blockscale'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__gpd
Field descriptor (offset) for struct member 'gpd'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__regionbase
Field descriptor (offset) for struct member 'regionbase'.
|
static long[] |
__DNA__FIELD__scaflag
Field descriptor (offset) for struct member 'scaflag'.
|
static long[] |
__DNA__FIELD__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceLogic.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceLogic(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceLogic(SpaceLogic that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceLogic> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Short> |
getBlockhandler()
Get method for struct member 'blockhandler'.
|
float |
getBlockscale()
Get method for struct member 'blockscale'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<bGPdata> |
getGpd()
Get method for struct member 'gpd'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
short |
getScaflag()
Get method for struct member 'scaflag'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
void |
setBlockhandler(CArrayFacade<java.lang.Short> blockhandler)
Set method for struct member 'blockhandler'.
|
void |
setBlockscale(float blockscale)
Set method for struct member 'blockscale'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setGpd(CPointer<bGPdata> gpd)
Set method for struct member 'gpd'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<SpaceLink> prev)
Set method for struct member 'prev'.
|
void |
setRegionbase(ListBase regionbase)
Set method for struct member 'regionbase'.
|
void |
setScaflag(short scaflag)
Set method for struct member 'scaflag'.
|
void |
setSpacetype(int spacetype)
Set method for struct member 'spacetype'.
|
__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 SpaceLogic.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__next); CPointer<CPointer<SpaceLink>> p_next = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__prev); CPointer<CPointer<SpaceLink>> p_prev = p.cast(new Class[]{CPointer.class, SpaceLink.class});
public static final long[] __DNA__FIELD__regionbase
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__regionbase); CPointer<ListBase> p_regionbase = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__spacetype
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__spacetype); CPointer<Integer> p_spacetype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blockscale
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__blockscale); CPointer<Float> p_blockscale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blockhandler
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__blockhandler); CPointer<CArrayFacade<Short>> p_blockhandler = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__scaflag
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__scaflag); CPointer<Short> p_scaflag = 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:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gpd
This is how you get a reference on the corresponding field in the struct:
SpaceLogic spacelogic = ...; CPointer<Object> p = spacelogic.__dna__addressof(SpaceLogic.__DNA__FIELD__gpd); CPointer<CPointer<bGPdata>> p_gpd = p.cast(new Class[]{CPointer.class, bGPdata.class});
public SpaceLogic(long __address, Block __block, BlockTable __blockTable)
protected SpaceLogic(SpaceLogic that)
public CPointer<SpaceLink> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<SpaceLink> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<SpaceLink> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<SpaceLink> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getRegionbase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionbase
public void setRegionbase(ListBase regionbase) throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionbase
public int getSpacetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public void setSpacetype(int spacetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacetype
public float getBlockscale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public void setBlockscale(float blockscale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockscale
public CArrayFacade<java.lang.Short> getBlockhandler() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public void setBlockhandler(CArrayFacade<java.lang.Short> blockhandler) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blockhandler
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getScaflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scaflag
public void setScaflag(short scaflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scaflag
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<bGPdata> getGpd() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gpd
public void setGpd(CPointer<bGPdata> gpd) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gpd
public CPointer<SpaceLogic> __io__addressof()