Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Kd Tree problem: cannot access Orthogonal_k_neighbor_search::Tree as it is private?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Kd Tree problem: cannot access Orthogonal_k_neighbor_search::Tree as it is private?


Chronological Thread 
  • From: freckles <>
  • To:
  • Subject: [cgal-discuss] Kd Tree problem: cannot access Orthogonal_k_neighbor_search::Tree as it is private?
  • Date: Mon, 26 Mar 2012 02:44:52 -0700 (PDT)

I am facing this problem with Orthogonal_k_neighbor_search::Tree, when even
using the same typedefs as the simple example on
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Spatial_searching/Chapter_main.html
, I am unable to compile.

I get a "cannot access private member declared in class CGAL::Kd_tree"
compile error and this makes *no* sense at all, because it is clearly
declared public in the Kd_tree class.

Is there any way this could ever occur?

Thanks :)

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Kd-Tree-problem-cannot-access-Orthogonal-k-neighbor-search-Tree-as-it-is-private-tp4505262p4505262.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page