public class ThickGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__curve_thickness
Field descriptor (offset) for struct member 'curve_thickness'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.
|
static long[] |
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
static long[] |
__DNA__FIELD__thickness
Field descriptor (offset) for struct member 'thickness'.
|
static long[] |
__DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ThickGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ThickGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ThickGpencilModifierData(ThickGpencilModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ThickGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<CurveMapping> |
getCurve_thickness()
Get method for struct member 'curve_thickness'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
int |
getThickness()
Get method for struct member 'thickness'.
|
CArrayFacade<java.lang.Byte> |
getVgname()
Get method for struct member 'vgname'.
|
void |
setCurve_thickness(CPointer<CurveMapping> curve_thickness)
Set method for struct member 'curve_thickness'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.
|
void |
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.
|
void |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setThickness(int thickness)
Set method for struct member 'thickness'.
|
void |
setVgname(CArrayFacade<java.lang.Byte> vgname)
Set method for struct member 'vgname'.
|
__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 ThickGpencilModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__vgname
Optional vertexgroup name, MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__vgname); CPointer<CArrayFacade<Byte>> p_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pass_index
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Flags.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__thickness
Thickness change.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__thickness); CPointer<Integer> p_thickness = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__layer_pass
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__curve_thickness
This is how you get a reference on the corresponding field in the struct:
ThickGpencilModifierData thickgpencilmodifierdata = ...; CPointer<Object> p = thickgpencilmodifierdata.__dna__addressof(ThickGpencilModifierData.__DNA__FIELD__curve_thickness); CPointer<CPointer<CurveMapping>> p_curve_thickness = p.cast(new Class[]{CPointer.class, CurveMapping.class});
public ThickGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected ThickGpencilModifierData(ThickGpencilModifierData that)
public GpencilModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
public void setVgname(CArrayFacade<java.lang.Byte> vgname) throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
public int getPass_index() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public void setPass_index(int pass_index) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public int getFlag() throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public int getThickness() throws java.io.IOException
Thickness change.
java.io.IOException
__DNA__FIELD__thickness
public void setThickness(int thickness) throws java.io.IOException
Thickness change.
java.io.IOException
__DNA__FIELD__thickness
public int getLayer_pass() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public CPointer<CurveMapping> getCurve_thickness() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve_thickness
public void setCurve_thickness(CPointer<CurveMapping> curve_thickness) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve_thickness
public CPointer<ThickGpencilModifierData> __io__addressof()