SheafSystem  0.0.0.0
d_tree_point_locator.h File Reference

Interface for class d_tree_point_locator. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/d_bin_point_locator.h"
#include "SheafSystem/d_tree_point_locator_node.h"
#include "SheafSystem/ptr_linked_pool.h"
#include "SheafSystem/std_iostream.h"

Go to the source code of this file.

Classes

class  geometry::d_tree_point_locator< DC, DB >
 A point location query in domains with global coordinate dimension dc and local coordinate dimension db. implemented using a 2^DC tree search structure. Efficient for non-compact domains. More...
 

Namespaces

 geometry
 Namespace for geometry component of sheaf system.
 

Functions

template<int DC, int DB>
SHEAF_DLL_SPEC std::ostream & geometry::operator<< (std::ostream &xos, const d_tree_point_locator< DC, DB > &xtree)
 Inserts d_tree_point_locator& xtree into stream xos. More...
 

Detailed Description

Interface for class d_tree_point_locator.

Definition in file d_tree_point_locator.h.