Tin.h File Reference

This file contains a class to define a TIN. Adapted from SPRING. More...

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
 TerraLib.
 
 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_NODEKD_TREE
 

Variables

const int32_t CLNODES = 10
 

Detailed Description

This file contains a class to define a TIN. Adapted from SPRING.

Definition in file Tin.h.

Typedef Documentation

◆ KD_NODE

typedef te::sam::kdtree::Node<te::gm::Coord2D, int32_t, int32_t> KD_NODE

Definition at line 29 of file Tin.h.

◆ KD_TREE

Definition at line 30 of file Tin.h.

Variable Documentation

◆ CLNODES

const int32_t CLNODES = 10

Definition at line 27 of file Tin.h.