Class ArmatureGpencilModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ArmatureGpencilModifierData
-
public class ArmatureGpencilModifierData extends CFacade
Generated facet for DNA struct type 'ArmatureGpencilModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__deformflag
Field descriptor (offset) for struct member 'deformflag'.static long[]
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.static long[]
__DNA__FIELD__multi
Field descriptor (offset) for struct member 'multi'.static long[]
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.static long[]
__DNA__FIELD__prevCos
Field descriptor (offset) for struct member 'prevCos'.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 ArmatureGpencilModifierData.-
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 ArmatureGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected
ArmatureGpencilModifierData(ArmatureGpencilModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ArmatureGpencilModifierData>
__io__addressof()
Instantiates a pointer on this instance.int
get_pad()
Get method for struct member '_pad'.short
getDeformflag()
Get method for struct member 'deformflag'.GpencilModifierData
getModifier()
Get method for struct member 'modifier'.short
getMulti()
Get method for struct member 'multi'.CPointer<BlenderObject>
getObject()
Get method for struct member 'object'.CPointer<java.lang.Float>
getPrevCos()
Get method for struct member 'prevCos'.CArrayFacade<java.lang.Byte>
getVgname()
Get method for struct member 'vgname'.void
set_pad(int _pad)
Set method for struct member '_pad'.void
setDeformflag(short deformflag)
Set method for struct member 'deformflag'.void
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.void
setMulti(short multi)
Set method for struct member 'multi'.void
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.void
setPrevCos(CPointer<java.lang.Float> prevCos)
Set method for struct member 'prevCos'.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 ArmatureGpencilModifierData.It is required when allocating a new block to store data for ArmatureGpencilModifierData.
- 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:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__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__deformflag
public static final long[] __DNA__FIELD__deformflag
Field descriptor (offset) for struct member 'deformflag'.Field Documentation
Blender Source Code
Deformflag replaces armature->deformflag.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__deformflag); CPointer<Short> p_deformflag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'deformflag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__multi
public static final long[] __DNA__FIELD__multi
Field descriptor (offset) for struct member 'multi'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__multi); CPointer<Short> p_multi = p.cast(new Class[]{Short.class});
Metadata
- Field: 'multi'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD___pad); CPointer<Integer> p__pad = p.cast(new Class[]{Integer.class});
Metadata
- Field: '_pad'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__object
public static final long[] __DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prevCos
public static final long[] __DNA__FIELD__prevCos
Field descriptor (offset) for struct member 'prevCos'.Field Documentation
Blender Source Code
Stored input of previous modifier, for vertexgroup blending.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__DNA__FIELD__prevCos); CPointer<CPointer<Float>> p_prevCos = p.cast(new Class[]{CPointer.class, Float.class});
Metadata
- Field: 'prevCos'
- Signature: 'float*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__vgname
public static final long[] __DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ArmatureGpencilModifierData armaturegpencilmodifierdata = ...; CPointer<Object> p = armaturegpencilmodifierdata.__dna__addressof(ArmatureGpencilModifierData.__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
-
-
Constructor Detail
-
ArmatureGpencilModifierData
public ArmatureGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
-
ArmatureGpencilModifierData
protected ArmatureGpencilModifierData(ArmatureGpencilModifierData 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
-
getDeformflag
public short getDeformflag() throws java.io.IOException
Get method for struct member 'deformflag'.Field Documentation
Blender Source Code
Deformflag replaces armature->deformflag.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__deformflag
-
setDeformflag
public void setDeformflag(short deformflag) throws java.io.IOException
Set method for struct member 'deformflag'.Field Documentation
Blender Source Code
Deformflag replaces armature->deformflag.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__deformflag
-
getMulti
public short getMulti() throws java.io.IOException
Get method for struct member 'multi'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multi
-
setMulti
public void setMulti(short multi) throws java.io.IOException
Set method for struct member 'multi'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__multi
-
get_pad
public int get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(int _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getObject
public CPointer<BlenderObject> getObject() throws java.io.IOException
Get method for struct member 'object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
setObject
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
Set method for struct member 'object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
getPrevCos
public CPointer<java.lang.Float> getPrevCos() throws java.io.IOException
Get method for struct member 'prevCos'.Field Documentation
Blender Source Code
Stored input of previous modifier, for vertexgroup blending.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prevCos
-
setPrevCos
public void setPrevCos(CPointer<java.lang.Float> prevCos) throws java.io.IOException
Set method for struct member 'prevCos'.Field Documentation
Blender Source Code
Stored input of previous modifier, for vertexgroup blending.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prevCos
-
getVgname
public CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Get method for struct member 'vgname'.Field Documentation
Blender Source Code
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
MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__vgname
-
__io__addressof
public CPointer<ArmatureGpencilModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-