TreeFactory class
          #include <eckit/geo/search/Tree.h>
        
        
Derived classes
- 
              template<class T>class TreeBuilder
Public static functions
- 
              static auto build(const std::string&, const Grid&) -> Tree* 
- 
              static void list(std::ostream&) 
Constructors, destructors, conversion operators
- TreeFactory(const TreeFactory&) deleted
- TreeFactory(TreeFactory&&) deleted
Public functions
- auto operator=(TreeFactory&&) -> TreeFactory& deleted
- auto operator=(const TreeFactory&) -> TreeFactory& deleted
Private functions
- auto make(const Grid&) -> Tree* pure virtual
- ~TreeFactory() private virtual