Class SequencerScopes


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__reference_ibuf);
         CPointer<CPointer<Object>> p_reference_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'reference_ibuf'
        • Signature: 'ImBuf*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__zebra_ibuf

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__zebra_ibuf);
         CPointer<CPointer<Object>> p_zebra_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'zebra_ibuf'
        • Signature: 'ImBuf*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__waveform_ibuf

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__waveform_ibuf);
         CPointer<CPointer<Object>> p_waveform_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'waveform_ibuf'
        • Signature: 'ImBuf*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__sep_waveform_ibuf

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__sep_waveform_ibuf);
         CPointer<CPointer<Object>> p_sep_waveform_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'sep_waveform_ibuf'
        • Signature: 'ImBuf*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__vector_ibuf

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__vector_ibuf);
         CPointer<CPointer<Object>> p_vector_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'vector_ibuf'
        • Signature: 'ImBuf*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__histogram_ibuf

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

        Pointer Arithmetics

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

         SequencerScopes sequencerscopes = ...;
         CPointer<Object> p = sequencerscopes.__dna__addressof(SequencerScopes.__DNA__FIELD__histogram_ibuf);
         CPointer<CPointer<Object>> p_histogram_ibuf = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

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

      • SequencerScopes

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

      • getReference_ibuf

        public CPointer<java.lang.Object> getReference_ibuf()
                                                     throws java.io.IOException
        Get method for struct member 'reference_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reference_ibuf
      • setReference_ibuf

        public void setReference_ibuf​(CPointer<java.lang.Object> reference_ibuf)
                               throws java.io.IOException
        Set method for struct member 'reference_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__reference_ibuf
      • getZebra_ibuf

        public CPointer<java.lang.Object> getZebra_ibuf()
                                                 throws java.io.IOException
        Get method for struct member 'zebra_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zebra_ibuf
      • setZebra_ibuf

        public void setZebra_ibuf​(CPointer<java.lang.Object> zebra_ibuf)
                           throws java.io.IOException
        Set method for struct member 'zebra_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__zebra_ibuf
      • getWaveform_ibuf

        public CPointer<java.lang.Object> getWaveform_ibuf()
                                                    throws java.io.IOException
        Get method for struct member 'waveform_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__waveform_ibuf
      • setWaveform_ibuf

        public void setWaveform_ibuf​(CPointer<java.lang.Object> waveform_ibuf)
                              throws java.io.IOException
        Set method for struct member 'waveform_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__waveform_ibuf
      • getSep_waveform_ibuf

        public CPointer<java.lang.Object> getSep_waveform_ibuf()
                                                        throws java.io.IOException
        Get method for struct member 'sep_waveform_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sep_waveform_ibuf
      • setSep_waveform_ibuf

        public void setSep_waveform_ibuf​(CPointer<java.lang.Object> sep_waveform_ibuf)
                                  throws java.io.IOException
        Set method for struct member 'sep_waveform_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sep_waveform_ibuf
      • getVector_ibuf

        public CPointer<java.lang.Object> getVector_ibuf()
                                                  throws java.io.IOException
        Get method for struct member 'vector_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vector_ibuf
      • setVector_ibuf

        public void setVector_ibuf​(CPointer<java.lang.Object> vector_ibuf)
                            throws java.io.IOException
        Set method for struct member 'vector_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vector_ibuf
      • getHistogram_ibuf

        public CPointer<java.lang.Object> getHistogram_ibuf()
                                                     throws java.io.IOException
        Get method for struct member 'histogram_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__histogram_ibuf
      • setHistogram_ibuf

        public void setHistogram_ibuf​(CPointer<java.lang.Object> histogram_ibuf)
                               throws java.io.IOException
        Set method for struct member 'histogram_ibuf'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__histogram_ibuf