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

Variables

const int32_t CLNODES = 10
 
const int32_t MAXTRIANGLES = 50
 

Detailed Description

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

Definition in file Tin.h.

Typedef Documentation

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

Definition at line 29 of file Tin.h.

Definition at line 30 of file Tin.h.

Variable Documentation

const int32_t CLNODES = 10

Definition at line 27 of file Tin.h.

const int32_t MAXTRIANGLES = 50

Definition at line 26 of file Tin.h.