Class bIKParam


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

    Class Documentation

    Blender Source Code

    header for all bPose->ikparam structures

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__iksolver

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

        Pointer Arithmetics

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

         bIKParam bikparam = ...;
         CPointer<Object> p = bikparam.__dna__addressof(bIKParam.__DNA__FIELD__iksolver);
         CPointer<Integer> p_iksolver = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'iksolver'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • bIKParam

        public bIKParam​(long __address,
                        Block __block,
                        BlockTable __blockTable)
      • bIKParam

        protected bIKParam​(bIKParam that)
    • Method Detail

      • getIksolver

        public int getIksolver()
                        throws java.io.IOException
        Get method for struct member 'iksolver'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iksolver
      • setIksolver

        public void setIksolver​(int iksolver)
                         throws java.io.IOException
        Set method for struct member 'iksolver'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iksolver
      • __io__addressof

        public CPointer<bIKParam> __io__addressof()
        Instantiates a pointer on this instance.