public class MaskSplinePoint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bezt
Field descriptor (offset) for struct member 'bezt'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__parent
Field descriptor (offset) for struct member 'parent'.
|
static long[] |
__DNA__FIELD__tot_uw
Field descriptor (offset) for struct member 'tot_uw'.
|
static long[] |
__DNA__FIELD__uw
Field descriptor (offset) for struct member 'uw'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MaskSplinePoint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MaskSplinePoint(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MaskSplinePoint(MaskSplinePoint that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MaskSplinePoint> |
__io__addressof()
Instantiates a pointer on this instance.
|
BezTriple |
getBezt()
Get method for struct member 'bezt'.
|
int |
getPad()
Get method for struct member 'pad'.
|
MaskParent |
getParent()
Get method for struct member 'parent'.
|
int |
getTot_uw()
Get method for struct member 'tot_uw'.
|
CPointer<MaskSplinePointUW> |
getUw()
Get method for struct member 'uw'.
|
void |
setBezt(BezTriple bezt)
Set method for struct member 'bezt'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setParent(MaskParent parent)
Set method for struct member 'parent'.
|
void |
setTot_uw(int tot_uw)
Set method for struct member 'tot_uw'.
|
void |
setUw(CPointer<MaskSplinePointUW> uw)
Set method for struct member 'uw'.
|
__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 MaskSplinePoint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__bezt
This is how you get a reference on the corresponding field in the struct:
MaskSplinePoint masksplinepoint = ...; CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__bezt); CPointer<BezTriple> p_bezt = p.cast(new Class[]{BezTriple.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
MaskSplinePoint masksplinepoint = ...; CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__tot_uw
This is how you get a reference on the corresponding field in the struct:
MaskSplinePoint masksplinepoint = ...; CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__tot_uw); CPointer<Integer> p_tot_uw = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__uw
This is how you get a reference on the corresponding field in the struct:
MaskSplinePoint masksplinepoint = ...; CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__uw); CPointer<CPointer<MaskSplinePointUW>> p_uw = p.cast(new Class[]{CPointer.class, MaskSplinePointUW.class});
public static final long[] __DNA__FIELD__parent
This is how you get a reference on the corresponding field in the struct:
MaskSplinePoint masksplinepoint = ...; CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__parent); CPointer<MaskParent> p_parent = p.cast(new Class[]{MaskParent.class});
public MaskSplinePoint(long __address, Block __block, BlockTable __blockTable)
protected MaskSplinePoint(MaskSplinePoint that)
public BezTriple getBezt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bezt
public void setBezt(BezTriple bezt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bezt
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
public int getTot_uw() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot_uw
public void setTot_uw(int tot_uw) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tot_uw
public CPointer<MaskSplinePointUW> getUw() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uw
public void setUw(CPointer<MaskSplinePointUW> uw) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uw
public MaskParent getParent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public void setParent(MaskParent parent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public CPointer<MaskSplinePoint> __io__addressof()