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/PointZ.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 | |
| te | |
| URI C++ Library.  | |
| 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 | 
| const int32_t | MAXTRIANGLES = 50 | 
| typedef te::sam::kdtree::Node<te::gm::Coord2D, int32_t, int32_t> KD_NODE | 
| typedef te::sam::kdtree::Index<KD_NODE> KD_TREE | 
| const int32_t CLNODES = 10 | 
Definition at line 27 of file Tin.h.
Referenced by te::mnt::Tin::Tin().