Class MovieTrackingDopesheetChannel


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

        Metadata

        • Field: 'next'
        • Signature: 'MovieTrackingDopesheetChannel*'
        • 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:

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

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Motion track for which channel is created.

        Pointer Arithmetics

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

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__track);
         CPointer<CPointer<MovieTrackingTrack>> p_track = p.cast(new Class[]{CPointer.class, MovieTrackingTrack.class});
         

        Metadata

        • Field: 'track'
        • Signature: 'MovieTrackingTrack*'
        • Actual Size (32bit/64bit): 4/8
      • __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:

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__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
      • __DNA__FIELD__name

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

        Field Documentation

        Blender Source Code

        Name of channel.

        Pointer Arithmetics

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

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

        Metadata

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

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

        Field Documentation

        Blender Source Code

        Total number of segments.

        Pointer Arithmetics

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

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__tot_segment);
         CPointer<Integer> p_tot_segment = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'tot_segment'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__segments

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

        Field Documentation

        Blender Source Code

        Tracked segments.

        Pointer Arithmetics

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

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__segments);
         CPointer<CPointer<Integer>> p_segments = p.cast(new Class[]{CPointer.class, Integer.class});
         

        Metadata

        • Field: 'segments'
        • Signature: 'int*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__max_segment

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

        Field Documentation

        Blender Source Code

        Longest segment length and total number of tracked frames.

        Pointer Arithmetics

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

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__max_segment);
         CPointer<Integer> p_max_segment = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'max_segment'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__total_frames

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

        Pointer Arithmetics

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

         MovieTrackingDopesheetChannel movietrackingdopesheetchannel = ...;
         CPointer<Object> p = movietrackingdopesheetchannel.__dna__addressof(MovieTrackingDopesheetChannel.__DNA__FIELD__total_frames);
         CPointer<Integer> p_total_frames = p.cast(new Class[]{Integer.class});
         

        Metadata

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

      • MovieTrackingDopesheetChannel

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

      • getTrack

        public CPointer<MovieTrackingTrack> getTrack()
                                              throws java.io.IOException
        Get method for struct member 'track'.

        Field Documentation

        Blender Source Code

        Motion track for which channel is created.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__track
      • setTrack

        public void setTrack​(CPointer<MovieTrackingTrack> track)
                      throws java.io.IOException
        Set method for struct member 'track'.

        Field Documentation

        Blender Source Code

        Motion track for which channel is created.

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

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

        Field Documentation

        Blender Source Code

        Name of channel.

        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

        Name of channel.

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

        public int getTot_segment()
                           throws java.io.IOException
        Get method for struct member 'tot_segment'.

        Field Documentation

        Blender Source Code

        Total number of segments.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_segment
      • setTot_segment

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

        Field Documentation

        Blender Source Code

        Total number of segments.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_segment
      • getSegments

        public CPointer<java.lang.Integer> getSegments()
                                                throws java.io.IOException
        Get method for struct member 'segments'.

        Field Documentation

        Blender Source Code

        Tracked segments.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__segments
      • setSegments

        public void setSegments​(CPointer<java.lang.Integer> segments)
                         throws java.io.IOException
        Set method for struct member 'segments'.

        Field Documentation

        Blender Source Code

        Tracked segments.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__segments
      • getMax_segment

        public int getMax_segment()
                           throws java.io.IOException
        Get method for struct member 'max_segment'.

        Field Documentation

        Blender Source Code

        Longest segment length and total number of tracked frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_segment
      • setMax_segment

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

        Field Documentation

        Blender Source Code

        Longest segment length and total number of tracked frames.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__max_segment
      • getTotal_frames

        public int getTotal_frames()
                            throws java.io.IOException
        Get method for struct member 'total_frames'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__total_frames
      • setTotal_frames

        public void setTotal_frames​(int total_frames)
                             throws java.io.IOException
        Set method for struct member 'total_frames'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__total_frames