Results 1 to 6 of 6

Thread: The fastest way to communicate a Qvector<float> witrh Qvector<QpointF> ??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: The fastest way to communicate a Qvector<float> witrh Qvector<QpointF> ??

    Quote Originally Posted by tonnot View Post
    And there is no way to do a mem copy operation ?
    The information of origin - destiny are going to be the same 10 floats >>> 5 QfointF (in example )
    Any idea ?
    float is a POD, QPointF is a full class. You should know what the implications are.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    tonnot (3rd September 2011)

Similar Threads

  1. QVector<float> to QByteArray without programming
    By Naami in forum Qt Programming
    Replies: 2
    Last Post: 23rd May 2010, 13:40
  2. Replies: 14
    Last Post: 16th March 2009, 09:19
  3. No repeted value in QVector
    By phillip_Qt in forum Qt Programming
    Replies: 7
    Last Post: 24th February 2009, 06:04
  4. Qvector
    By phillip_Qt in forum Qt Programming
    Replies: 3
    Last Post: 27th November 2007, 10:46
  5. QVector
    By sabeesh in forum Qt Programming
    Replies: 2
    Last Post: 17th September 2007, 14:37

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.