KdTreeExamples.cpp File Reference

This file contains several examples on how to use the K-d tree spatial access method. More...

#include <terralib_buildconfig.h>
#include <terralib/common.h>
#include <terralib/geometry.h>
#include <terralib/sam.h>
#include "SAMExamples.h"
#include <limits>
#include <vector>
#include <utility>

Go to the source code of this file.

Functions

void AdaptativeKdTree ()
 
void IndexPointUsingKdTree ()
 This example shows how to index a set of points using the K-d tree spatial access method. More...
 
void KdTree ()
 

Detailed Description

This file contains several examples on how to use the K-d tree spatial access method.

Definition in file KdTreeExamples.cpp.

Function Documentation

void IndexPointUsingKdTree ( )

This example shows how to index a set of points using the K-d tree spatial access method.

Definition at line 108 of file KdTreeExamples.cpp.

References AdaptativeKdTree(), and KdTree().

Referenced by main().