public class SpaceUserPref extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__filter
Field descriptor (offset) for struct member 'filter'.
|
static long[] |
__DNA__FIELD__filter_type
Field descriptor (offset) for struct member 'filter_type'.
|
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__spacetype
Field descriptor (offset) for struct member 'spacetype'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpaceUserPref.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpaceUserPref(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpaceUserPref(SpaceUserPref that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpaceUserPref> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getFilter_type()
Get method for struct member 'filter_type'.
|
CArrayFacade<java.lang.Byte> |
getFilter()
Get method for struct member 'filter'.
|
CPointer<SpaceLink> |
getNext()
Get method for struct member 'next'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CPointer<SpaceLink> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getRegionbase()
Get method for struct member 'regionbase'.
|
int |
getSpacetype()
Get method for struct member 'spacetype'.
|
void |
setFilter_type(byte filter_type)
Set method for struct member 'filter_type'.
|
void |
setFilter(CArrayFacade<java.lang.Byte> filter)
Set method for struct member 'filter'.
|
void |
setNext(CPointer<SpaceLink> next)
Set method for struct member 'next'.
|
void |
setPad(CArrayFacade<java.lang.Byte> 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 |
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 SpaceUserPref.
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:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__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:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__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:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__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:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__DNA__FIELD__spacetype); CPointer<Integer> p_spacetype = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__filter_type
This is how you get a reference on the corresponding field in the struct:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__DNA__FIELD__filter_type); CPointer<Byte> p_filter_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__filter
This is how you get a reference on the corresponding field in the struct:
SpaceUserPref spaceuserpref = ...; CPointer<Object> p = spaceuserpref.__dna__addressof(SpaceUserPref.__DNA__FIELD__filter); CPointer<CArrayFacade<Byte>> p_filter = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public SpaceUserPref(long __address, Block __block, BlockTable __blockTable)
protected SpaceUserPref(SpaceUserPref 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 CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public byte getFilter_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_type
public void setFilter_type(byte filter_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_type
public CArrayFacade<java.lang.Byte> getFilter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter
public void setFilter(CArrayFacade<java.lang.Byte> filter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter
public CPointer<SpaceUserPref> __io__addressof()