search_kdtree.h File Reference
#include <vector>
#include <memory>
#include "portage/support/portage.h"
#include "portage/search/BoundBox.h"
#include "portage/search/kdtree.h"
#include "wonton/support/Point.h"

Go to the source code of this file.

Classes

class  Portage::SearchKDTree< D, on_what, SourceMeshType, TargetMeshType >
 A k-d tree search class that allows us to search for control volumes of entities from one mesh (source) that potentially overlap the control volume of an entity from the second mesh (target) More...
 
class  Portage::SearchKDTree< D, Entity_kind::CELL, SourceMeshType, TargetMeshType >
 A k-d tree search class (specialization) that allows us to search for cells from one mesh (source) that potentially overlap a cell from the second mesh (target) More...
 
class  Portage::SearchKDTree< D, Entity_kind::NODE, SourceMeshType, TargetMeshType >
 A k-d tree search class (specialization) that allows us to search for nodes from one mesh (source) whose control volumes potentially overlap the control volumes of a node from the second mesh (target) More...
 

Namespaces

 Portage