Class StripAnim


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

    Class Documentation

    Blender Source Code

    strlens; 256= FILE_MAXFILE, 768= FILE_MAXDIR

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         StripAnim stripanim = ...;
         CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__next);
         CPointer<CPointer<StripAnim>> p_next = p.cast(new Class[]{CPointer.class, StripAnim.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'StripAnim*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

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

        Pointer Arithmetics

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

         StripAnim stripanim = ...;
         CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__prev);
         CPointer<CPointer<StripAnim>> p_prev = p.cast(new Class[]{CPointer.class, StripAnim.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'StripAnim*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__anim

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

        Pointer Arithmetics

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

         StripAnim stripanim = ...;
         CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__anim);
         CPointer<CPointer<Object>> p_anim = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'anim'
        • Signature: 'anim*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • StripAnim

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

        protected StripAnim​(StripAnim that)
    • Method Detail

      • setNext

        public void setNext​(CPointer<StripAnim> next)
                     throws java.io.IOException
        Set method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • setPrev

        public void setPrev​(CPointer<StripAnim> prev)
                     throws java.io.IOException
        Set method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • getAnim

        public CPointer<java.lang.Object> getAnim()
                                           throws java.io.IOException
        Get method for struct member 'anim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim
      • setAnim

        public void setAnim​(CPointer<java.lang.Object> anim)
                     throws java.io.IOException
        Set method for struct member 'anim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim
      • __io__addressof

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