Class bGPDframe_Runtime


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

    Class Documentation

    Blender Source Code


    GP Frame Runtime temp data for bGPDframe

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        Index of this frame in the listbase of frames.

        Pointer Arithmetics

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

         bGPDframe_Runtime bgpdframe_runtime = ...;
         CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__frameid);
         CPointer<Integer> p_frameid = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'frameid'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__onion_id

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

        Field Documentation

        Blender Source Code

        Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.

        Pointer Arithmetics

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

         bGPDframe_Runtime bgpdframe_runtime = ...;
         CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__onion_id);
         CPointer<Integer> p_onion_id = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'onion_id'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__gpf_orig

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

        Field Documentation

        Blender Source Code

        Original frame (used to dereference evaluated data)

        Pointer Arithmetics

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

         bGPDframe_Runtime bgpdframe_runtime = ...;
         CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__gpf_orig);
         CPointer<CPointer<bGPDframe>> p_gpf_orig = p.cast(new Class[]{CPointer.class, bGPDframe.class});
         

        Metadata

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

      • bGPDframe_Runtime

        public bGPDframe_Runtime​(long __address,
                                 Block __block,
                                 BlockTable __blockTable)
    • Method Detail

      • getFrameid

        public int getFrameid()
                       throws java.io.IOException
        Get method for struct member 'frameid'.

        Field Documentation

        Blender Source Code

        Index of this frame in the listbase of frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frameid
      • setFrameid

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

        Field Documentation

        Blender Source Code

        Index of this frame in the listbase of frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frameid
      • getOnion_id

        public int getOnion_id()
                        throws java.io.IOException
        Get method for struct member 'onion_id'.

        Field Documentation

        Blender Source Code

        Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__onion_id
      • setOnion_id

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

        Field Documentation

        Blender Source Code

        Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__onion_id
      • getGpf_orig

        public CPointer<bGPDframe> getGpf_orig()
                                        throws java.io.IOException
        Get method for struct member 'gpf_orig'.

        Field Documentation

        Blender Source Code

        Original frame (used to dereference evaluated data)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpf_orig
      • setGpf_orig

        public void setGpf_orig​(CPointer<bGPDframe> gpf_orig)
                         throws java.io.IOException
        Set method for struct member 'gpf_orig'.

        Field Documentation

        Blender Source Code

        Original frame (used to dereference evaluated data)

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpf_orig