Class IpoDriver


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

    Class Documentation

    Blender Source Code

    ----------------------- Type Defines ------------------------ IPO Curve Driver IPO Curve Driver

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        Target/driver ob.

        Pointer Arithmetics

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__ob);
         CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'ob'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__blocktype

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

        Field Documentation

        Blender Source Code

        Sub-channel to use.

        Pointer Arithmetics

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__blocktype);
         CPointer<Short> p_blocktype = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'blocktype'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__adrcode

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

        Pointer Arithmetics

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__adrcode);
         CPointer<Short> p_adrcode = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'adrcode'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__type

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

        Field Documentation

        Blender Source Code

        Driver settings.

        Pointer Arithmetics

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__type);
         CPointer<Short> p_type = p.cast(new Class[]{Short.class});
         

        Metadata

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__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__name

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

        Field Documentation

        Blender Source Code

        Bone , or python expression here.

        Pointer Arithmetics

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

         IpoDriver ipodriver = ...;
         CPointer<Object> p = ipodriver.__dna__addressof(IpoDriver.__DNA__FIELD__name);
         CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • IpoDriver

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

        protected IpoDriver​(IpoDriver that)
    • Method Detail

      • getOb

        public CPointer<BlenderObject> getOb()
                                      throws java.io.IOException
        Get method for struct member 'ob'.

        Field Documentation

        Blender Source Code

        Target/driver ob.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob
      • setOb

        public void setOb​(CPointer<BlenderObject> ob)
                   throws java.io.IOException
        Set method for struct member 'ob'.

        Field Documentation

        Blender Source Code

        Target/driver ob.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob
      • getBlocktype

        public short getBlocktype()
                           throws java.io.IOException
        Get method for struct member 'blocktype'.

        Field Documentation

        Blender Source Code

        Sub-channel to use.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__blocktype
      • setBlocktype

        public void setBlocktype​(short blocktype)
                          throws java.io.IOException
        Set method for struct member 'blocktype'.

        Field Documentation

        Blender Source Code

        Sub-channel to use.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__blocktype
      • getAdrcode

        public short getAdrcode()
                         throws java.io.IOException
        Get method for struct member 'adrcode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__adrcode
      • setAdrcode

        public void setAdrcode​(short adrcode)
                        throws java.io.IOException
        Set method for struct member 'adrcode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__adrcode
      • getType

        public short getType()
                      throws java.io.IOException
        Get method for struct member 'type'.

        Field Documentation

        Blender Source Code

        Driver settings.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • setType

        public void setType​(short type)
                     throws java.io.IOException
        Set method for struct member 'type'.

        Field Documentation

        Blender Source Code

        Driver settings.

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

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

        Field Documentation

        Blender Source Code

        Bone , or python expression here.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__name
      • setName

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

        Field Documentation

        Blender Source Code

        Bone , or python expression here.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__name
      • __io__addressof

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