Skip to content

Instantly share code, notes, and snippets.

@artemp
Created January 26, 2012 16:54
Show Gist options
  • Save artemp/1683753 to your computer and use it in GitHub Desktop.
Save artemp/1683753 to your computer and use it in GitHub Desktop.
placement loop
while (placement->next())
{
BOOST_FOREACH( geometry_type * geom, geometries_to_process )
{
// I'd like to try to label every geometry !!!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment