Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Get corners of a Kd_tree_rectangle as Point_d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Get corners of a Kd_tree_rectangle as Point_d


Chronological Thread 
  • From: Frédérik Paradis <>
  • To:
  • Subject: Re: [cgal-discuss] Get corners of a Kd_tree_rectangle as Point_d
  • Date: Mon, 25 Apr 2016 11:58:46 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:qE1SABJPsCPLIbRqQNmcpTZWNBhigK39O0sv0rFitYgUI/rxwZ3uMQTl6Ol3ixeRBMOAu6IC1LSd4vmocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC34LoiavjotX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86FpyshbTK+vf7gkVacKS3M9ImUt7YvqswPCRE2B/DwHQ2AOm11JBQbCqxr1V5O0virhvfdmw3qmOpj9QrkwHDij9Kx2UwTAiSEdNjd//nuEpNZ3ifd1upOtJgZ+wMbsaZucOPtlNvfTZdoATDIcDu5MUDBdC5y1KYAGWblSdd1EppXw8gNd5SC1AhOhUbvi

For the specialization you can use the nested Kernel_tag for the Kernel
you are using that is either CGAL::Homogeneous_tag or
CGAL::Cartesian_tag.

Also, for that part, I did not succeed to make a specialization using the Kernel_tag. All my tests had compiled errors and also the fact that partial specialization of a method is not allowed. Do you have any example of that? Another thing is that the Kernel_tag does not seem to be a documented feature and the Homogeneous_d kernel does not provide it, although it provides Rep_tag which I don't know what it is.

Thank you.

Frédérik


2016-04-20 8:38 GMT-04:00 Frédérik Paradis <>:
Hi Marc,

As you may have heard, I'm currently developing a package intended to be included in CGAL so I want that my package be able to support almost every type of points. And for Homogeneous_d<int>, it was just a test.

Frédérik

2016-04-20 8:23 GMT-04:00 Marc Glisse <>:
Hello,

out of curiosity, why are you using Homogeneous_d, and in particular Homogeneous_d<double>? Homogeneous_d<int> also sounds rather dangerous.

--
Marc Glisse


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page