Class MovieTrackingDopesheet


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        Flag if dopesheet information is still relevant.

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__ok);
         CPointer<Integer> p_ok = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'ok'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sort_method

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

        Field Documentation

        Blender Python API

        Method to be used to sort channels in dopesheet view

        Blender Source Code

        Method to be used to sort tracks.

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__sort_method);
         CPointer<Short> p_sort_method = p.cast(new Class[]{Short.class});
         

        Metadata

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

        Field Documentation

        Blender Source Code

        Dopesheet building flag such as inverted order of sort.

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__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__coverage_segments

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

        Field Documentation

        Blender Source Code

        ** runtime stuff ** summary

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__coverage_segments);
         CPointer<ListBase> p_coverage_segments = p.cast(new Class[]{ListBase.class});
         

        Metadata

        • Field: 'coverage_segments'
        • Signature: 'ListBase'
        • Actual Size (32bit/64bit): 8/16
      • __DNA__FIELD__channels

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

        Field Documentation

        Blender Source Code

        detailed

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__channels);
         CPointer<ListBase> p_channels = p.cast(new Class[]{ListBase.class});
         

        Metadata

        • Field: 'channels'
        • Signature: 'ListBase'
        • Actual Size (32bit/64bit): 8/16
      • __DNA__FIELD__tot_channel

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

        Pointer Arithmetics

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD__tot_channel);
         CPointer<Integer> p_tot_channel = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         MovieTrackingDopesheet movietrackingdopesheet = ...;
         CPointer<Object> p = movietrackingdopesheet.__dna__addressof(MovieTrackingDopesheet.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • MovieTrackingDopesheet

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

      • getOk

        public int getOk()
                  throws java.io.IOException
        Get method for struct member 'ok'.

        Field Documentation

        Blender Source Code

        Flag if dopesheet information is still relevant.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ok
      • setOk

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

        Field Documentation

        Blender Source Code

        Flag if dopesheet information is still relevant.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ok
      • getSort_method

        public short getSort_method()
                             throws java.io.IOException
        Get method for struct member 'sort_method'.

        Field Documentation

        Blender Python API

        Method to be used to sort channels in dopesheet view

        Blender Source Code

        Method to be used to sort tracks.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sort_method
      • setSort_method

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

        Field Documentation

        Blender Python API

        Method to be used to sort channels in dopesheet view

        Blender Source Code

        Method to be used to sort tracks.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sort_method
      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.

        Field Documentation

        Blender Source Code

        Dopesheet building flag such as inverted order of sort.

        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'.

        Field Documentation

        Blender Source Code

        Dopesheet building flag such as inverted order of sort.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getCoverage_segments

        public ListBase getCoverage_segments()
                                      throws java.io.IOException
        Get method for struct member 'coverage_segments'.

        Field Documentation

        Blender Source Code

        ** runtime stuff ** summary

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__coverage_segments
      • setCoverage_segments

        public void setCoverage_segments​(ListBase coverage_segments)
                                  throws java.io.IOException
        Set method for struct member 'coverage_segments'.

        Field Documentation

        Blender Source Code

        ** runtime stuff ** summary

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__coverage_segments
      • getChannels

        public ListBase getChannels()
                             throws java.io.IOException
        Get method for struct member 'channels'.

        Field Documentation

        Blender Source Code

        detailed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channels
      • setChannels

        public void setChannels​(ListBase channels)
                         throws java.io.IOException
        Set method for struct member 'channels'.

        Field Documentation

        Blender Source Code

        detailed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__channels
      • getTot_channel

        public int getTot_channel()
                           throws java.io.IOException
        Get method for struct member 'tot_channel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_channel
      • setTot_channel

        public void setTot_channel​(int tot_channel)
                            throws java.io.IOException
        Set method for struct member 'tot_channel'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_channel
      • 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