public class MaskLayer extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__act_point
Field descriptor (offset) for struct member 'act_point'.
|
static long[] |
__DNA__FIELD__act_spline
Field descriptor (offset) for struct member 'act_spline'.
|
static long[] |
__DNA__FIELD__alpha
Field descriptor (offset) for struct member 'alpha'.
|
static long[] |
__DNA__FIELD__blend
Field descriptor (offset) for struct member 'blend'.
|
static long[] |
__DNA__FIELD__blend_flag
Field descriptor (offset) for struct member 'blend_flag'.
|
static long[] |
__DNA__FIELD__falloff
Field descriptor (offset) for struct member 'falloff'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__restrictflag
Field descriptor (offset) for struct member 'restrictflag'.
|
static long[] |
__DNA__FIELD__splines
Field descriptor (offset) for struct member 'splines'.
|
static long[] |
__DNA__FIELD__splines_shapes
Field descriptor (offset) for struct member 'splines_shapes'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MaskLayer.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MaskLayer(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MaskLayer(MaskLayer that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MaskLayer> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<MaskSplinePoint> |
getAct_point()
Get method for struct member 'act_point'.
|
CPointer<MaskSpline> |
getAct_spline()
Get method for struct member 'act_spline'.
|
float |
getAlpha()
Get method for struct member 'alpha'.
|
byte |
getBlend_flag()
Get method for struct member 'blend_flag'.
|
byte |
getBlend()
Get method for struct member 'blend'.
|
byte |
getFalloff()
Get method for struct member 'falloff'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<MaskLayer> |
getNext()
Get method for struct member 'next'.
|
CPointer<MaskLayer> |
getPrev()
Get method for struct member 'prev'.
|
byte |
getRestrictflag()
Get method for struct member 'restrictflag'.
|
ListBase |
getSplines_shapes()
Get method for struct member 'splines_shapes'.
|
ListBase |
getSplines()
Get method for struct member 'splines'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAct_point(CPointer<MaskSplinePoint> act_point)
Set method for struct member 'act_point'.
|
void |
setAct_spline(CPointer<MaskSpline> act_spline)
Set method for struct member 'act_spline'.
|
void |
setAlpha(float alpha)
Set method for struct member 'alpha'.
|
void |
setBlend_flag(byte blend_flag)
Set method for struct member 'blend_flag'.
|
void |
setBlend(byte blend)
Set method for struct member 'blend'.
|
void |
setFalloff(byte falloff)
Set method for struct member 'falloff'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<MaskLayer> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<MaskLayer> prev)
Set method for struct member 'prev'.
|
void |
setRestrictflag(byte restrictflag)
Set method for struct member 'restrictflag'.
|
void |
setSplines_shapes(ListBase splines_shapes)
Set method for struct member 'splines_shapes'.
|
void |
setSplines(ListBase splines)
Set method for struct member 'splines'.
|
__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 MaskLayer.
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:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__next); CPointer<CPointer<MaskLayer>> p_next = p.cast(new Class[]{CPointer.class, MaskLayer.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__prev); CPointer<CPointer<MaskLayer>> p_prev = p.cast(new Class[]{CPointer.class, MaskLayer.class});
public static final long[] __DNA__FIELD__name
Name of the mask layer (64 = MAD_ID_NAME - 2).
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__splines
List of splines which defines this mask layer.
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__splines); CPointer<ListBase> p_splines = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__splines_shapes
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__splines_shapes); CPointer<ListBase> p_splines_shapes = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__act_spline
Active spline.
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__act_spline); CPointer<CPointer<MaskSpline>> p_act_spline = p.cast(new Class[]{CPointer.class, MaskSpline.class});
public static final long[] __DNA__FIELD__act_point
Active point.
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__act_point); CPointer<CPointer<MaskSplinePoint>> p_act_point = p.cast(new Class[]{CPointer.class, MaskSplinePoint.class});
public static final long[] __DNA__FIELD__alpha
blending options
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__alpha); CPointer<Float> p_alpha = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__blend
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__blend); CPointer<Byte> p_blend = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__blend_flag
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__blend_flag); CPointer<Byte> p_blend_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__falloff
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__falloff); CPointer<Byte> p_falloff = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
For animation.
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__restrictflag
Matching 'Object
' flag of the same name - eventually use in the outliner .
This is how you get a reference on the corresponding field in the struct:
MaskLayer masklayer = ...; CPointer<Object> p = masklayer.__dna__addressof(MaskLayer.__DNA__FIELD__restrictflag); CPointer<Byte> p_restrictflag = p.cast(new Class[]{Byte.class});
public MaskLayer(long __address, Block __block, BlockTable __blockTable)
protected MaskLayer(MaskLayer that)
public CPointer<MaskLayer> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<MaskLayer> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<MaskLayer> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<MaskLayer> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
Name of the mask layer (64 = MAD_ID_NAME - 2).
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
Name of the mask layer (64 = MAD_ID_NAME - 2).
java.io.IOException
__DNA__FIELD__name
public ListBase getSplines() throws java.io.IOException
List of splines which defines this mask layer.
java.io.IOException
__DNA__FIELD__splines
public void setSplines(ListBase splines) throws java.io.IOException
List of splines which defines this mask layer.
java.io.IOException
__DNA__FIELD__splines
public ListBase getSplines_shapes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__splines_shapes
public void setSplines_shapes(ListBase splines_shapes) throws java.io.IOException
java.io.IOException
__DNA__FIELD__splines_shapes
public CPointer<MaskSpline> getAct_spline() throws java.io.IOException
Active spline.
java.io.IOException
__DNA__FIELD__act_spline
public void setAct_spline(CPointer<MaskSpline> act_spline) throws java.io.IOException
Active spline.
java.io.IOException
__DNA__FIELD__act_spline
public CPointer<MaskSplinePoint> getAct_point() throws java.io.IOException
Active point.
java.io.IOException
__DNA__FIELD__act_point
public void setAct_point(CPointer<MaskSplinePoint> act_point) throws java.io.IOException
Active point.
java.io.IOException
__DNA__FIELD__act_point
public float getAlpha() throws java.io.IOException
blending options
java.io.IOException
__DNA__FIELD__alpha
public void setAlpha(float alpha) throws java.io.IOException
blending options
java.io.IOException
__DNA__FIELD__alpha
public byte getBlend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend
public void setBlend(byte blend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend
public byte getBlend_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_flag
public void setBlend_flag(byte blend_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blend_flag
public byte getFalloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
public void setFalloff(byte falloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public byte getFlag() throws java.io.IOException
For animation.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
For animation.
java.io.IOException
__DNA__FIELD__flag
public byte getRestrictflag() throws java.io.IOException
Matching 'Object
' flag of the same name - eventually use in the outliner .
java.io.IOException
__DNA__FIELD__restrictflag
public void setRestrictflag(byte restrictflag) throws java.io.IOException
Matching 'Object
' flag of the same name - eventually use in the outliner .
java.io.IOException
__DNA__FIELD__restrictflag