This file contains a class to define a TIN. Adapted from SPRING. More...
#include "Config.h"
#include "Enums.h"
#include "../../dataaccess/dataset/DataSet.h"
#include "../../dataaccess/dataset/DataSetType.h"
#include "../../dataaccess/datasource/DataSource.h"
#include "../../geometry/Envelope.h"
#include "../../geometry/Point.h"
#include "../../sam.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | te::mnt::Tin |
Class to define TIN strutures. More... | |
class | te::mnt::TinLine |
class | te::mnt::TinNode |
class | te::mnt::TinTriang |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::mnt |
Namespace for DTM Processing module of TerraLib. | |
Typedefs | |
typedef te::sam::kdtree::Node< te::gm::Coord2D, int32_t, int32_t > | KD_NODE |
typedef te::sam::kdtree::Index< KD_NODE > | KD_TREE |
Variables | |
const int32_t | CLNODES = 10 |
typedef te::sam::kdtree::Node<te::gm::Coord2D, int32_t, int32_t> KD_NODE |
typedef te::sam::kdtree::Index<KD_NODE> KD_TREE |