Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


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

Well, that's the weird thing. It's not reproducable in a minimal example as
it has worked before, it's just when a Kd_tree was added as a member object
in a *particular* class, it gave that compile error, which is why we don't
really know what to do about it.

However when the following code in Kd_tree.h was turned public, it managed
to compile. It seems like a cheap and strange way to get it to work and I'm
not sure we'll ever know why it's so.

i.e.
// protected copy constructor
public:
Kd_tree(const Tree& tree)
: built_(tree.built_)
{};

Thanks anyway. :)

--
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-tp4505262p4507758.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page