14 Apr
2011
14 Apr
'11
12:56 a.m.
AmandaLind wrote:
Luke, Thank you for your response !
I don't understand your comment on the first block of code, mostly because I don't see Coordinate type or Polygon type in the example you provided at the end.
~Amanda
int is coordinate type and Poly is polygon type. Coordinate type and polygon type are the names of the template parameters for polygon_data and polygon_traits templates. I substitute int and Poly in my example at the end when I instantiate those templates. Regards, Luke