#include "Config.h"#include "Coord2D.h"#include "../sam/kdtree/Index.h"#include "../sam/kdtree/Node.h"#include <memory>#include <set>#include <vector>Go to the source code of this file.
Namespaces | |
| te | |
| TerraLib. | |
| te::gm | |
| Namespace for the Vector Geometry module of TerraLib. | |
Typedefs | |
| using | te::gm::GeometryVector = std::vector< te::gm::Geometry * > |
| using | te::gm::KD_SINGLE_NODE = te::sam::kdtree::Node< te::gm::Coord2D, std::size_t, std::size_t, te::sam::kdtree::kd_node_m_datasingle_tag > |
| using | te::gm::KdTreeSingle = te::sam::kdtree::Index< KD_SINGLE_NODE > |