Results 1 to 11 of 11

Thread: Transferring data to QMap

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    Jul 2013
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Default Re: Transferring data to QMap

    Dear Sir,

    Sorry for disturbing you again. Now i want to do the reverse, means what to transfer QFilterMap2D data to a 2D matrix. first let assume an example for QMapFilter1D, it will be like this

    Qt Code:
    1. typedef QVector<double> QFilterDataMap1D
    2. typedef QMap<double, QFilterDataMap1D> QFilterDataMap2d
    3. QFilterDataMap1d map1d;
    4. QFilterDataMap2D map2d;
    5. double gain;
    6. double gain2[1][153];
    To copy to clipboard, switch view to plain text mode 

    I want to transfer map2d into gain2. Can you please tell me how i can do this.

    Thanks in advance.
    Last edited by saad_saadi; 4th September 2013 at 08:03.

Similar Threads

  1. Replies: 2
    Last Post: 8th July 2013, 13:14
  2. Memory Error
    By spongebob in forum Qt Programming
    Replies: 2
    Last Post: 7th May 2010, 14:27
  3. How to Calculate the memory occupied by a QMap object
    By ahmedb in forum Qt Programming
    Replies: 5
    Last Post: 6th May 2010, 14:26
  4. QMap error
    By afflictedd2 in forum Qt Programming
    Replies: 4
    Last Post: 8th April 2009, 20:30
  5. Error with QMap
    By xgoan in forum Qt Programming
    Replies: 1
    Last Post: 17th November 2008, 12:07

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.