Hi,

i have question regarding the kdtree class in deal ii, though it has become 
a deprecated class, but for my particular problem it might be helpful. 
suppose i have a class

template<int dim>

class A
{
public: 
    A();
    
private:
    KDTree<dim> kdtree;
};



the question is how we can get a get function to the return the private 
kdtree, e.g. A::get_kdtree() ? i still could not figure out what is the 
type of the KDTree object. 

BR, 
Ihsan

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/b2f44c8e-5ff6-4a18-b382-e897e1f883bf%40googlegroups.com.

Reply via email to