Class CorrectiveSmoothModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__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__bind_coords_num

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

        Field Documentation

        Blender Source Code

        NOTE: -1 is used to bind.

        Pointer Arithmetics

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__bind_coords_num);
         CPointer<Integer> p_bind_coords_num = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'bind_coords_num'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __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:

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__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__scale

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

        Pointer Arithmetics

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__scale);
         CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
         

        Metadata

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

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

        Metadata

        • Field: 'repeat'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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:

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__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__smooth_type

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

        Pointer Arithmetics

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__smooth_type);
         CPointer<Byte> p_smooth_type = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'smooth_type'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__rest_source

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

        Pointer Arithmetics

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__rest_source);
         CPointer<Byte> p_rest_source = p.cast(new Class[]{Byte.class});
         

        Metadata

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__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
      • __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:

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__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__delta_cache

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

        Field Documentation

        Blender Source Code

        runtime-only cache

        Pointer Arithmetics

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

         CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...;
         CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__delta_cache);
         CPointer<CorrectiveSmoothDeltaCache> p_delta_cache = p.cast(new Class[]{CorrectiveSmoothDeltaCache.class});
         

        Metadata

        • Field: 'delta_cache'
        • Signature: 'CorrectiveSmoothDeltaCache'
        • Actual Size (32bit/64bit): 28/32
    • Constructor Detail

      • CorrectiveSmoothModifierData

        public CorrectiveSmoothModifierData​(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
      • getBind_coords_num

        public int getBind_coords_num()
                               throws java.io.IOException
        Get method for struct member 'bind_coords_num'.

        Field Documentation

        Blender Source Code

        NOTE: -1 is used to bind.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bind_coords_num
      • setBind_coords_num

        public void setBind_coords_num​(int bind_coords_num)
                                throws java.io.IOException
        Set method for struct member 'bind_coords_num'.

        Field Documentation

        Blender Source Code

        NOTE: -1 is used to bind.

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

        public float getScale()
                       throws java.io.IOException
        Get method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • setScale

        public void setScale​(float scale)
                      throws java.io.IOException
        Set method for struct member 'scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__scale
      • 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
      • 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
      • getSmooth_type

        public byte getSmooth_type()
                            throws java.io.IOException
        Get method for struct member 'smooth_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__smooth_type
      • setSmooth_type

        public void setSmooth_type​(byte smooth_type)
                            throws java.io.IOException
        Set method for struct member 'smooth_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__smooth_type
      • getRest_source

        public byte getRest_source()
                            throws java.io.IOException
        Get method for struct member 'rest_source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rest_source
      • setRest_source

        public void setRest_source​(byte rest_source)
                            throws java.io.IOException
        Set method for struct member 'rest_source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rest_source
      • 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
      • 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
      • getDelta_cache

        public CorrectiveSmoothDeltaCache getDelta_cache()
                                                  throws java.io.IOException
        Get method for struct member 'delta_cache'.

        Field Documentation

        Blender Source Code

        runtime-only cache

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__delta_cache
      • setDelta_cache

        public void setDelta_cache​(CorrectiveSmoothDeltaCache delta_cache)
                            throws java.io.IOException
        Set method for struct member 'delta_cache'.

        Field Documentation

        Blender Source Code

        runtime-only cache

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__delta_cache