public class Group extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__dupli_ofs
Field descriptor (offset) for struct member 'dupli_ofs'.
|
static long[] |
__DNA__FIELD__gobject
Field descriptor (offset) for struct member 'gobject'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__layer
Field descriptor (offset) for struct member 'layer'.
|
static long[] |
__DNA__FIELD__preview
Field descriptor (offset) for struct member 'preview'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Group.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
Group(Group that) |
|
Group(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<Group> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getDupli_ofs()
Get method for struct member 'dupli_ofs'.
|
ListBase |
getGobject()
Get method for struct member 'gobject'.
|
ID |
getId()
Get method for struct member 'id'.
|
int |
getLayer()
Get method for struct member 'layer'.
|
CPointer<PreviewImage> |
getPreview()
Get method for struct member 'preview'.
|
void |
setDupli_ofs(CArrayFacade<java.lang.Float> dupli_ofs)
Set method for struct member 'dupli_ofs'.
|
void |
setGobject(ListBase gobject)
Set method for struct member 'gobject'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setLayer(int layer)
Set method for struct member 'layer'.
|
void |
setPreview(CPointer<PreviewImage> preview)
Set method for struct member 'preview'.
|
__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 Group.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
Group group = ...; CPointer<Object> p = group.__dna__addressof(Group.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__gobject
This is how you get a reference on the corresponding field in the struct:
Group group = ...; CPointer<Object> p = group.__dna__addressof(Group.__DNA__FIELD__gobject); CPointer<ListBase> p_gobject = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__preview
This is how you get a reference on the corresponding field in the struct:
Group group = ...; CPointer<Object> p = group.__dna__addressof(Group.__DNA__FIELD__preview); CPointer<CPointer<PreviewImage>> p_preview = p.cast(new Class[]{CPointer.class, PreviewImage.class});
public static final long[] __DNA__FIELD__layer
This is how you get a reference on the corresponding field in the struct:
Group group = ...; CPointer<Object> p = group.__dna__addressof(Group.__DNA__FIELD__layer); CPointer<Integer> p_layer = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__dupli_ofs
This is how you get a reference on the corresponding field in the struct:
Group group = ...; CPointer<Object> p = group.__dna__addressof(Group.__DNA__FIELD__dupli_ofs); CPointer<CArrayFacade<Float>> p_dupli_ofs = p.cast(new Class[]{CArrayFacade.class, Float.class});
public Group(long __address, Block __block, BlockTable __blockTable)
protected Group(Group that)
public ID getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public ListBase getGobject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gobject
public void setGobject(ListBase gobject) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gobject
public CPointer<PreviewImage> getPreview() throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public void setPreview(CPointer<PreviewImage> preview) throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public int getLayer() throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer
public void setLayer(int layer) throws java.io.IOException
java.io.IOException
__DNA__FIELD__layer
public CArrayFacade<java.lang.Float> getDupli_ofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dupli_ofs
public void setDupli_ofs(CArrayFacade<java.lang.Float> dupli_ofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dupli_ofs