public class MaskLayerShape extends CFacade
one per frame
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frame
Field descriptor (offset) for struct member 'frame'.
|
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__tot_vert
Field descriptor (offset) for struct member 'tot_vert'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MaskLayerShape.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MaskLayerShape(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MaskLayerShape(MaskLayerShape that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MaskLayerShape> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Float> |
getData()
Get method for struct member 'data'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
int |
getFrame()
Get method for struct member 'frame'.
|
CPointer<MaskLayerShape> |
getNext()
Get method for struct member 'next'.
|
CPointer<MaskLayerShape> |
getPrev()
Get method for struct member 'prev'.
|
int |
getTot_vert()
Get method for struct member 'tot_vert'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setData(CPointer<java.lang.Float> data)
Set method for struct member 'data'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setFrame(int frame)
Set method for struct member 'frame'.
|
void |
setNext(CPointer<MaskLayerShape> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<MaskLayerShape> prev)
Set method for struct member 'prev'.
|
void |
setTot_vert(int tot_vert)
Set method for struct member 'tot_vert'.
|
__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 MaskLayerShape.
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:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__next); CPointer<CPointer<MaskLayerShape>> p_next = p.cast(new Class[]{CPointer.class, MaskLayerShape.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__prev); CPointer<CPointer<MaskLayerShape>> p_prev = p.cast(new Class[]{CPointer.class, MaskLayerShape.class});
public static final long[] __DNA__FIELD__data
U coordinate along spline segment and weight of this point.
This is how you get a reference on the corresponding field in the struct:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__data); CPointer<CPointer<Float>> p_data = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__tot_vert
.
This is how you get a reference on the corresponding field in the struct:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__tot_vert); CPointer<Integer> p_tot_vert = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame
Different flags of this point.
This is how you get a reference on the corresponding field in the struct:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__frame); CPointer<Integer> p_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Animation flag.
This is how you get a reference on the corresponding field in the struct:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD__flag); CPointer<Byte> p_flag = 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:
MaskLayerShape masklayershape = ...; CPointer<Object> p = masklayershape.__dna__addressof(MaskLayerShape.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MaskLayerShape(long __address, Block __block, BlockTable __blockTable)
protected MaskLayerShape(MaskLayerShape that)
public CPointer<MaskLayerShape> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<MaskLayerShape> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<MaskLayerShape> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<MaskLayerShape> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Float> getData() throws java.io.IOException
U coordinate along spline segment and weight of this point.
java.io.IOException
__DNA__FIELD__data
public void setData(CPointer<java.lang.Float> data) throws java.io.IOException
U coordinate along spline segment and weight of this point.
java.io.IOException
__DNA__FIELD__data
public int getTot_vert() throws java.io.IOException
.
java.io.IOException
__DNA__FIELD__tot_vert
public void setTot_vert(int tot_vert) throws java.io.IOException
.
java.io.IOException
__DNA__FIELD__tot_vert
public int getFrame() throws java.io.IOException
Different flags of this point.
java.io.IOException
__DNA__FIELD__frame
public void setFrame(int frame) throws java.io.IOException
Different flags of this point.
java.io.IOException
__DNA__FIELD__frame
public byte getFlag() throws java.io.IOException
Animation flag.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
Animation flag.
java.io.IOException
__DNA__FIELD__flag
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 CPointer<MaskLayerShape> __io__addressof()