Class SequenceModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

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

        Metadata

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

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

        Metadata

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

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

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__type);
         CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
         

        Metadata

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__flag);
         CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'int'
        • 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

        MAX_NAME.

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__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__mask_input_type

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

        Field Documentation

        Blender Source Code

        mask input, either sequence or mask ID

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__mask_input_type);
         CPointer<Integer> p_mask_input_type = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'mask_input_type'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mask_time

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

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__mask_time);
         CPointer<Integer> p_mask_time = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'mask_time'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mask_sequence

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

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__mask_sequence);
         CPointer<CPointer<Sequence>> p_mask_sequence = p.cast(new Class[]{CPointer.class, Sequence.class});
         

        Metadata

        • Field: 'mask_sequence'
        • Signature: 'Sequence*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__mask_id

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

        Pointer Arithmetics

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

         SequenceModifierData sequencemodifierdata = ...;
         CPointer<Object> p = sequencemodifierdata.__dna__addressof(SequenceModifierData.__DNA__FIELD__mask_id);
         CPointer<CPointer<Mask>> p_mask_id = p.cast(new Class[]{CPointer.class, Mask.class});
         

        Metadata

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

      • SequenceModifierData

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

      • getType

        public int getType()
                    throws java.io.IOException
        Get method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • setType

        public void setType​(int type)
                     throws java.io.IOException
        Set method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(int 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

        MAX_NAME.

        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

        MAX_NAME.

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

        public int getMask_input_type()
                               throws java.io.IOException
        Get method for struct member 'mask_input_type'.

        Field Documentation

        Blender Source Code

        mask input, either sequence or mask ID

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_input_type
      • setMask_input_type

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

        Field Documentation

        Blender Source Code

        mask input, either sequence or mask ID

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_input_type
      • getMask_time

        public int getMask_time()
                         throws java.io.IOException
        Get method for struct member 'mask_time'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_time
      • setMask_time

        public void setMask_time​(int mask_time)
                          throws java.io.IOException
        Set method for struct member 'mask_time'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_time
      • setMask_sequence

        public void setMask_sequence​(CPointer<Sequence> mask_sequence)
                              throws java.io.IOException
        Set method for struct member 'mask_sequence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_sequence
      • getMask_id

        public CPointer<Mask> getMask_id()
                                  throws java.io.IOException
        Get method for struct member 'mask_id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_id
      • setMask_id

        public void setMask_id​(CPointer<Mask> mask_id)
                        throws java.io.IOException
        Set method for struct member 'mask_id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mask_id