<div dir="ltr"><div><div>Hi Volker,<br><br></div>This entirely depends on what "this" is, i.e. whether the class you are writing was correctly registered in Boost.Geometry as a geometry type to which a ring can be converted (ring, polygon...). Have you checked that?<br> <br></div>Bruno<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 28, 2013 at 5:05 PM, Volker Sch�ch <span dir="ltr"><<a href="mailto:vschoech@think-cell.com" target="_blank">vschoech@think-cell.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div link="blue" vlink="purple" lang="DE"> <div> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">Hi,<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">I have this clumsy piece of code:<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US"><u></u>�<u></u></span></p> <p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;color:blue;background:white" lang="EN-US">if</span><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US">( !vecpt.empty() ) {<u></u><u></u></span></p> <p class="MsoNormal" style="text-autospace:none"><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US">������ emplace_back( polygon_type() );<u></u><u></u></span></p> <p class="MsoNormal" style="text-autospace:none"><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US">������ </span><span style="font-size:9.5pt;font-family:Consolas;color:blue;background:white" lang="EN-US">static_cast</span><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US">< std::vector< _TPoint< T > >& >( back().outer() ) = std::move(vecpt);<u></u><u></u></span></p> <p class="MsoNormal" style="text-autospace:none"><span style="background:white;font-size:9.5pt;font-family:Consolas">}<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US"><u></u>�<u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">which actually should be written like this:<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US"><u></u>�<u></u></span></p> <p class="MsoNormal"><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US">boost::geometry::convert( polygon_type::ring_type( std::move(vecpt) ), *</span><span style="font-size:9.5pt;font-family:Consolas;color:blue;background:white" lang="EN-US">this</span><span style="background:white;font-size:9.5pt;font-family:Consolas" lang="EN-US"> );</span><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US"><u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US"><u></u>�<u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">but unfortunately this kind of conversion does not work. Did I make a mistake in my above statement, or is this not (yet) supported? If the latter, do you plan on adding support for this at some point?<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">Thanks!<u></u><u></u></span></p> <p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"" lang="EN-US">�� Volker<u></u><u></u></span></p> </div> <p style="FONT-FAMILY:Tahoma,Verdana,Arial;MARGIN-BOTTOM:1pt;FONT-SIZE:10pt"> --<br> Volker Sch�ch | <a href="mailto:vschoech@think-cell.com" target="_blank">vschoech@think-cell.com</a><br> <span style="FONT-FAMILY:Tahoma,Verdana,Arial;COLOR:#666666;FONT-SIZE:9pt">Senior Software Engineer</span></p> <br> <hr size="1"> <table style="FONT-SIZE:9pt;COLOR:#666666;FONT-FAMILY:Tahoma,Verdana,Arial" cellspacing="0"> <tbody> <tr> <td style="PADDING-RIGHT:5pt">think-cell Software GmbH</td> <td colspan="2"><a href="http://www.think-cell.com/" target="_blank">http://www.think-cell.com</a></td> </tr> <tr> <td>Chausseestr. 8/E</td> <td>phone / fax</td> <td><a href="tel:%2B49%2030%20666473-10%20%2F%20-19" value="+49306664731019" target="_blank">+49 30 666473-10 / -19</a></td> </tr> <tr> <td>10115 Berlin, Germany</td> <td style="PADDING-RIGHT:5pt">US phone / fax</td> <td><a href="tel:%2B1%20800%20891%208091" value="+18008918091" target="_blank">+1 800 891 8091</a> / <a href="tel:%2B1%20212%20504%203039" value="+12125043039" target="_blank">+1 212 504 3039</a></td> </tr> <tr> <td style="PADDING-TOP:5pt" colspan="3">Amtsgericht Berlin-Charlottenburg, HRB 85229 | European Union VAT Id DE813474306</td> </tr> <tr> <td colspan="3">Directors: Dr. Markus Hannebauer, Dr. Arno Sch�dl </td> </tr> </tbody> </table> <br> </div> <br>_______________________________________________<br> Geometry mailing list<br> <a href="mailto:Geometry@lists.boost.org">Geometry@lists.boost.org</a><br> <a href="http://lists.boost.org/mailman/listinfo.cgi/geometry" target="_blank">http://lists.boost.org/mailman/listinfo.cgi/geometry</a><br> <br></blockquote></div><br></div>