public class Mask extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__adt
Field descriptor (offset) for struct member 'adt'.
|
static long[] |
__DNA__FIELD__efra
Field descriptor (offset) for struct member 'efra'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__masklay_act
Field descriptor (offset) for struct member 'masklay_act'.
|
static long[] |
__DNA__FIELD__masklay_tot
Field descriptor (offset) for struct member 'masklay_tot'.
|
static long[] |
__DNA__FIELD__masklayers
Field descriptor (offset) for struct member 'masklayers'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Mask.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Mask(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Mask(Mask that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Mask> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<AnimData> |
getAdt()
Get method for struct member 'adt'.
|
int |
getEfra()
Get method for struct member 'efra'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
ID |
getId()
Get method for struct member 'id'.
|
int |
getMasklay_act()
Get method for struct member 'masklay_act'.
|
int |
getMasklay_tot()
Get method for struct member 'masklay_tot'.
|
ListBase |
getMasklayers()
Get method for struct member 'masklayers'.
|
int |
getPad()
Get method for struct member 'pad'.
|
int |
getSfra()
Get method for struct member 'sfra'.
|
void |
setAdt(CPointer<AnimData> adt)
Set method for struct member 'adt'.
|
void |
setEfra(int efra)
Set method for struct member 'efra'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setMasklay_act(int masklay_act)
Set method for struct member 'masklay_act'.
|
void |
setMasklay_tot(int masklay_tot)
Set method for struct member 'masklay_tot'.
|
void |
setMasklayers(ListBase masklayers)
Set method for struct member 'masklayers'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setSfra(int sfra)
Set method for struct member 'sfra'.
|
__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 Mask.
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:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__adt
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__adt); CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
public static final long[] __DNA__FIELD__masklayers
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__masklayers); CPointer<ListBase> p_masklayers = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__masklay_act
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__masklay_act); CPointer<Integer> p_masklay_act = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__masklay_tot
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__masklay_tot); CPointer<Integer> p_masklay_tot = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sfra
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__efra
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__flag); CPointer<Integer> p_flag = 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:
Mask mask = ...; CPointer<Object> p = mask.__dna__addressof(Mask.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public Mask(long __address, Block __block, BlockTable __blockTable)
protected Mask(Mask 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 CPointer<AnimData> getAdt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__adt
public void setAdt(CPointer<AnimData> adt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__adt
public ListBase getMasklayers() throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklayers
public void setMasklayers(ListBase masklayers) throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklayers
public int getMasklay_act() throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklay_act
public void setMasklay_act(int masklay_act) throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklay_act
public int getMasklay_tot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklay_tot
public void setMasklay_tot(int masklay_tot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__masklay_tot
public int getSfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(int sfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public int getEfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public void setEfra(int efra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
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