public class MaskParent extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__id_type
Field descriptor (offset) for struct member 'id_type'.
|
static long[] |
__DNA__FIELD__parent
Field descriptor (offset) for struct member 'parent'.
|
static long[] |
__DNA__FIELD__parent_corners_orig
Field descriptor (offset) for struct member 'parent_corners_orig'.
|
static long[] |
__DNA__FIELD__parent_orig
Field descriptor (offset) for struct member 'parent_orig'.
|
static long[] |
__DNA__FIELD__sub_parent
Field descriptor (offset) for struct member 'sub_parent'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MaskParent.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MaskParent(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MaskParent(MaskParent that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MaskParent> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getId_type()
Get method for struct member 'id_type'.
|
CPointer<ID> |
getId()
Get method for struct member 'id'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getParent_corners_orig()
Get method for struct member 'parent_corners_orig'.
|
CArrayFacade<java.lang.Float> |
getParent_orig()
Get method for struct member 'parent_orig'.
|
CArrayFacade<java.lang.Byte> |
getParent()
Get method for struct member 'parent'.
|
CArrayFacade<java.lang.Byte> |
getSub_parent()
Get method for struct member 'sub_parent'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
setId_type(int id_type)
Set method for struct member 'id_type'.
|
void |
setId(CPointer<ID> id)
Set method for struct member 'id'.
|
void |
setParent_corners_orig(CArrayFacade<CArrayFacade<java.lang.Float>> parent_corners_orig)
Set method for struct member 'parent_corners_orig'.
|
void |
setParent_orig(CArrayFacade<java.lang.Float> parent_orig)
Set method for struct member 'parent_orig'.
|
void |
setParent(CArrayFacade<java.lang.Byte> parent)
Set method for struct member 'parent'.
|
void |
setSub_parent(CArrayFacade<java.lang.Byte> sub_parent)
Set method for struct member 'sub_parent'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
__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 MaskParent.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id_type
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__id_type); CPointer<Integer> p_id_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__id); CPointer<CPointer<ID>> p_id = p.cast(new Class[]{CPointer.class, ID.class});
public static final long[] __DNA__FIELD__parent
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__parent); CPointer<CArrayFacade<Byte>> p_parent = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__sub_parent
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__sub_parent); CPointer<CArrayFacade<Byte>> p_sub_parent = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__parent_orig
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__parent_orig); CPointer<CArrayFacade<Float>> p_parent_orig = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__parent_corners_orig
This is how you get a reference on the corresponding field in the struct:
MaskParent maskparent = ...; CPointer<Object> p = maskparent.__dna__addressof(MaskParent.__DNA__FIELD__parent_corners_orig); CPointer<CArrayFacade<CArrayFacade<Float>>> p_parent_corners_orig = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public MaskParent(long __address, Block __block, BlockTable __blockTable)
protected MaskParent(MaskParent that)
public int getId_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id_type
public void setId_type(int id_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id_type
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public CPointer<ID> getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(CPointer<ID> id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public CArrayFacade<java.lang.Byte> getParent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public void setParent(CArrayFacade<java.lang.Byte> parent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public CArrayFacade<java.lang.Byte> getSub_parent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sub_parent
public void setSub_parent(CArrayFacade<java.lang.Byte> sub_parent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sub_parent
public CArrayFacade<java.lang.Float> getParent_orig() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent_orig
public void setParent_orig(CArrayFacade<java.lang.Float> parent_orig) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent_orig
public CArrayFacade<CArrayFacade<java.lang.Float>> getParent_corners_orig() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent_corners_orig
public void setParent_corners_orig(CArrayFacade<CArrayFacade<java.lang.Float>> parent_corners_orig) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent_corners_orig
public CPointer<MaskParent> __io__addressof()