Class SmoothGpencilModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.SmoothGpencilModifierData
-
public class SmoothGpencilModifierData extends CFacade
Generated facet for DNA struct type 'SmoothGpencilModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.static long[]
__DNA__FIELD__curve_intensity
Field descriptor (offset) for struct member 'curve_intensity'.static long[]
__DNA__FIELD__factor
Field descriptor (offset) for struct member 'factor'.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__materialname
Field descriptor (offset) for struct member 'materialname'.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__step
Field descriptor (offset) for struct member 'step'.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 SmoothGpencilModifierData.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description SmoothGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected
SmoothGpencilModifierData(SmoothGpencilModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<SmoothGpencilModifierData>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad1()
Get method for struct member '_pad1'.CPointer<CurveMapping>
getCurve_intensity()
Get method for struct member 'curve_intensity'.float
getFactor()
Get method for struct member 'factor'.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'.CArrayFacade<java.lang.Byte>
getMaterialname()
Get method for struct member 'materialname'.GpencilModifierData
getModifier()
Get method for struct member 'modifier'.int
getPass_index()
Get method for struct member 'pass_index'.int
getStep()
Get method for struct member 'step'.CArrayFacade<java.lang.Byte>
getVgname()
Get method for struct member 'vgname'.void
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.void
setCurve_intensity(CPointer<CurveMapping> curve_intensity)
Set method for struct member 'curve_intensity'.void
setFactor(float factor)
Set method for struct member 'factor'.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
setMaterialname(CArrayFacade<java.lang.Byte> materialname)
Set method for struct member 'materialname'.void
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.void
setPass_index(int pass_index)
Set method for struct member 'pass_index'.void
setStep(int step)
Set method for struct member 'step'.void
setVgname(CArrayFacade<java.lang.Byte> vgname)
Set method for struct member 'vgname'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct SmoothGpencilModifierData.It is required when allocating a new block to store data for SmoothGpencilModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
Metadata
- Field: 'modifier'
- Signature: 'GpencilModifierData'
- Actual Size (32bit/64bit): 92/104
-
__DNA__FIELD__layername
public static final long[] __DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'layername'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__materialname
public static final long[] __DNA__FIELD__materialname
Field descriptor (offset) for struct member 'materialname'.Field Documentation
Blender Source Code
Material
name.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__materialname); CPointer<CArrayFacade<Byte>> p_materialname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'materialname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__vgname
public static final long[] __DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup name, MAX_VGROUP_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__vgname); CPointer<CArrayFacade<Byte>> p_vgname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'vgname'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__pass_index
public static final long[] __DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'pass_index'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Field Documentation
Blender Source Code
Several flags.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'flag'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__factor
public static final long[] __DNA__FIELD__factor
Field descriptor (offset) for struct member 'factor'.Field Documentation
Blender Source Code
Factor of noise.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__factor); CPointer<Float> p_factor = p.cast(new Class[]{Float.class});
Metadata
- Field: 'factor'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__step
public static final long[] __DNA__FIELD__step
Field descriptor (offset) for struct member 'step'.Field Documentation
Blender Source Code
How many times apply smooth.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__step); CPointer<Integer> p_step = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'step'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__layer_pass
public static final long[] __DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'layer_pass'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad1
public static final long[] __DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad1'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__curve_intensity
public static final long[] __DNA__FIELD__curve_intensity
Field descriptor (offset) for struct member 'curve_intensity'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
SmoothGpencilModifierData smoothgpencilmodifierdata = ...; CPointer<Object> p = smoothgpencilmodifierdata.__dna__addressof(SmoothGpencilModifierData.__DNA__FIELD__curve_intensity); CPointer<CPointer<CurveMapping>> p_curve_intensity = p.cast(new Class[]{CPointer.class, CurveMapping.class});
Metadata
- Field: 'curve_intensity'
- Signature: 'CurveMapping*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
SmoothGpencilModifierData
public SmoothGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
-
SmoothGpencilModifierData
protected SmoothGpencilModifierData(SmoothGpencilModifierData that)
-
-
Method Detail
-
getModifier
public GpencilModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getLayername
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Get method for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
setLayername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Set method for struct member 'layername'.Field Documentation
Blender Source Code
Layer name.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layername
-
getMaterialname
public CArrayFacade<java.lang.Byte> getMaterialname() throws java.io.IOException
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__materialname
-
setMaterialname
public void setMaterialname(CArrayFacade<java.lang.Byte> materialname) throws java.io.IOException
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__materialname
-
getVgname
public CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Get method for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vgname
-
setVgname
public void setVgname(CArrayFacade<java.lang.Byte> vgname) throws java.io.IOException
Set method for struct member 'vgname'.Field Documentation
Blender Source Code
Optional vertexgroup name, MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vgname
-
getPass_index
public int getPass_index() throws java.io.IOException
Get method for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
setPass_index
public void setPass_index(int pass_index) throws java.io.IOException
Set method for struct member 'pass_index'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__pass_index
-
getFlag
public int getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
Several flags.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(int flag) throws java.io.IOException
Set method for struct member 'flag'.Field Documentation
Blender Source Code
Several flags.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getFactor
public float getFactor() throws java.io.IOException
Get method for struct member 'factor'.Field Documentation
Blender Source Code
Factor of noise.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__factor
-
setFactor
public void setFactor(float factor) throws java.io.IOException
Set method for struct member 'factor'.Field Documentation
Blender Source Code
Factor of noise.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__factor
-
getStep
public int getStep() throws java.io.IOException
Get method for struct member 'step'.Field Documentation
Blender Source Code
How many times apply smooth.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__step
-
setStep
public void setStep(int step) throws java.io.IOException
Set method for struct member 'step'.Field Documentation
Blender Source Code
How many times apply smooth.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__step
-
getLayer_pass
public int getLayer_pass() throws java.io.IOException
Get method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
setLayer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Set method for struct member 'layer_pass'.Field Documentation
Blender Source Code
Custom index for passes.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_pass
-
get_pad1
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
Get method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
set_pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
Set method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
getCurve_intensity
public CPointer<CurveMapping> getCurve_intensity() throws java.io.IOException
Get method for struct member 'curve_intensity'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__curve_intensity
-
setCurve_intensity
public void setCurve_intensity(CPointer<CurveMapping> curve_intensity) throws java.io.IOException
Set method for struct member 'curve_intensity'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__curve_intensity
-
__io__addressof
public CPointer<SmoothGpencilModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-