Class LaplacianDeformModifierData


  • public class LaplacianDeformModifierData
    extends CFacade
    Generated facet for DNA struct type 'LaplacianDeformModifierData'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct LaplacianDeformModifierData.

        It is required when allocating a new block to store data for LaplacianDeformModifierData.

        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:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__modifier);
         CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 104/120
      • __DNA__FIELD__anchor_grp_name

        public static final long[] __DNA__FIELD__anchor_grp_name
        Field descriptor (offset) for struct member 'anchor_grp_name'.

        Field Documentation

        Blender Source Code

        #MAX_VGROUP_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__anchor_grp_name);
         CPointer<CArrayFacade<Byte>> p_anchor_grp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'anchor_grp_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__total_verts

        public static final long[] __DNA__FIELD__total_verts
        Field descriptor (offset) for struct member 'total_verts'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__total_verts);
         CPointer<Integer> p_total_verts = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'total_verts'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__repeat

        public static final long[] __DNA__FIELD__repeat
        Field descriptor (offset) for struct member 'repeat'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__repeat);
         CPointer<Integer> p_repeat = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'repeat'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__vertexco

        public static final long[] __DNA__FIELD__vertexco
        Field descriptor (offset) for struct member 'vertexco'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__vertexco);
         CPointer<CPointer<Float>> p_vertexco = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

        • Field: 'vertexco'
        • Signature: 'float*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__cache_system

        public static final long[] __DNA__FIELD__cache_system
        Field descriptor (offset) for struct member 'cache_system'.

        Field Documentation

        Blender Source Code

        Runtime only.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__cache_system);
         CPointer<CPointer<Object>> p_cache_system = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'cache_system'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__flag

        public static final long[] __DNA__FIELD__flag
        Field descriptor (offset) for struct member 'flag'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__flag);
         CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'flag'
        • 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:

         LaplacianDeformModifierData laplaciandeformmodifierdata = ...;
         CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[6]'
        • Actual Size (32bit/64bit): 6/6
    • Constructor Detail

      • LaplacianDeformModifierData

        public LaplacianDeformModifierData​(long __address,
                                           Block __block,
                                           BlockTable __blockTable)
    • Method Detail

      • getModifier

        public ModifierData getModifier()
                                 throws java.io.IOException
        Get method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setModifier

        public void setModifier​(ModifierData modifier)
                         throws java.io.IOException
        Set method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • getAnchor_grp_name

        public CArrayFacade<java.lang.Byte> getAnchor_grp_name()
                                                        throws java.io.IOException
        Get method for struct member 'anchor_grp_name'.

        Field Documentation

        Blender Source Code

        #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anchor_grp_name
      • setAnchor_grp_name

        public void setAnchor_grp_name​(CArrayFacade<java.lang.Byte> anchor_grp_name)
                                throws java.io.IOException
        Set method for struct member 'anchor_grp_name'.

        Field Documentation

        Blender Source Code

        #MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anchor_grp_name
      • getTotal_verts

        public int getTotal_verts()
                           throws java.io.IOException
        Get method for struct member 'total_verts'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__total_verts
      • setTotal_verts

        public void setTotal_verts​(int total_verts)
                            throws java.io.IOException
        Set method for struct member 'total_verts'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__total_verts
      • getRepeat

        public int getRepeat()
                      throws java.io.IOException
        Get method for struct member 'repeat'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat
      • setRepeat

        public void setRepeat​(int repeat)
                       throws java.io.IOException
        Set method for struct member 'repeat'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__repeat
      • getVertexco

        public CPointer<java.lang.Float> getVertexco()
                                              throws java.io.IOException
        Get method for struct member 'vertexco'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertexco
      • setVertexco

        public void setVertexco​(CPointer<java.lang.Float> vertexco)
                         throws java.io.IOException
        Set method for struct member 'vertexco'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertexco
      • getCache_system

        public CPointer<java.lang.Object> getCache_system()
                                                   throws java.io.IOException
        Get method for struct member 'cache_system'.

        Field Documentation

        Blender Source Code

        Runtime only.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cache_system
      • setCache_system

        public void setCache_system​(CPointer<java.lang.Object> cache_system)
                             throws java.io.IOException
        Set method for struct member 'cache_system'.

        Field Documentation

        Blender Source Code

        Runtime only.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cache_system
      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(short flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • get_pad

        public CArrayFacade<java.lang.Byte> 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​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad