Class LaplacianSmoothModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

        Metadata

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

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

        Pointer Arithmetics

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

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__lambda);
         CPointer<Float> p_lambda = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'lambda'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__lambda_border

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

        Pointer Arithmetics

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

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__lambda_border);
         CPointer<Float> p_lambda_border = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'lambda_border'
        • Signature: 'float'
        • 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:

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__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__defgrp_name

        public static final long[] __DNA__FIELD__defgrp_name
        Field descriptor (offset) for struct member 'defgrp_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:

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__defgrp_name);
         CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'defgrp_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __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:

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__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__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:

         LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...;
         CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__repeat);
         CPointer<Short> p_repeat = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'repeat'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
    • Constructor Detail

      • LaplacianSmoothModifierData

        public LaplacianSmoothModifierData​(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
      • getLambda

        public float getLambda()
                        throws java.io.IOException
        Get method for struct member 'lambda'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lambda
      • setLambda

        public void setLambda​(float lambda)
                       throws java.io.IOException
        Set method for struct member 'lambda'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lambda
      • getLambda_border

        public float getLambda_border()
                               throws java.io.IOException
        Get method for struct member 'lambda_border'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lambda_border
      • setLambda_border

        public void setLambda_border​(float lambda_border)
                              throws java.io.IOException
        Set method for struct member 'lambda_border'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lambda_border
      • 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
      • getDefgrp_name

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

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • setDefgrp_name

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

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • 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
      • getRepeat

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

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