SheafSystem
0.0.0.0
|
Interface for class d_tree_point_locator_path. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/d_bin_coordinates.h"
#include "SheafSystem/sheaf.h"
Go to the source code of this file.
Classes | |
class | geometry::d_bounding_box< DC, DB > |
A bounding box that can be strung together into a list. More... | |
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... | |
class | geometry::d_tree_point_locator_path< DC, DB > |
A path in an d_tree_point_locator search structure. 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 &os, const d_tree_point_locator_path< DC, DB > &xpath) |
Insert d_tree_point_locator_path<DC, DB> xp into ostream os. More... | |
Interface for class d_tree_point_locator_path.
Definition in file d_tree_point_locator_path.h.