Jafar
|
Header file for quadtree objects declarations and definitions. More...
Header file for quadtree objects declarations and definitions.
Definition in file Quadtree.hpp.
Go to the source code of this file.
Classes | |
class | jafar::lgl::Quadtree< T, RasterT > |
Class for quadtree utility of the module. More... | |
class | jafar::lgl::QuadNode< T, RasterT > |
Quadtree abstract node T is the data that each leaf holds. More... | |
class | jafar::lgl::QuadNodeInternal< T, RasterT > |
Internal node of the quadtree. More... | |
class | jafar::lgl::QuadNodeLeaf< T, RasterT > |
Leaf node of the quadtree T is the data type. More... | |
Namespaces | |
namespace | jafar |
Transport info from GDAL Datasets to Bands' internal data. | |
Functions | |
template<typename T , class RasterT > | |
std::ostream & | jafar::lgl::operator<< (std::ostream &out, const QuadNodeLeaf< T, RasterT > &node) |
template<typename T , class RasterT > | |
std::ostream & | jafar::lgl::operator<< (std::ostream &out, const QuadNodeInternal< T, RasterT > &node) |
template<typename T , typename RasterT > | |
std::ostream & | jafar::lgl::operator<< (std::ostream &out, const Quadtree< T, RasterT > &tree) |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |