Skip to Content.
Sympa Menu

cgal-discuss - get_painter().drawPoint

Subject: CGAL users discussion list

List archive

get_painter().drawPoint


Chronological Thread 
  • From: Mahmood NT <>
  • To: CGAL discuss <>
  • Subject: get_painter().drawPoint
  • Date: Sun, 23 Dec 2007 04:24:10 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=f6BO8GPSDid//d1Zfp8BAjuZF7OL4G3/QsqZXsEgCzkhDBRzW8iYvbWv0wg9Oe+EU8qUFXIsnc8gW4YCGzBM7cZ7jxJD+uzF55+G9+8XOwBnggS1XrElacMtY42E6FU9UADKULl1eK4GWvgzkuEUXrc5YGjoViJBfccg1MRUxiA=;

Hello,
I want to show a point, and found that the function is
get_painter().showPoint(int, int); but I do not know how to use it. Also I
did not found this function as a standard function in QT include directory.
So I think it is wrote for CGAL.

I wrote this simple statements:
*widget << CGAL::Color(0, 0, 0);
widget->get_painter().drawPoint( 10, 10 );

but in the output window there is no point!! what is wrong?



Mahmood NT







____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



Archive powered by MHonArc 2.6.16.

Top of Page