All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enums.h File Reference

General enumerations. More...

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::mnt
 Namespace for DTM Processing module of TerraLib.
 

Enumerations

enum  te::mnt::Curve { te::mnt::LINEARCURVE, te::mnt::BSPLINECURVE, te::mnt::CATMULLROMCURVE }
 
enum  te::mnt::InputType { te::mnt::Isolines, te::mnt::Samples }
 Input types. More...
 
enum  te::mnt::Interpolator {
  te::mnt::MediaCotaQuad, te::mnt::MediaQuad, te::mnt::MediaPonderada, te::mnt::Media,
  te::mnt::Vizinho, te::mnt::SplineBilinear, te::mnt::SplineBicubico, te::mnt::Mitasova,
  te::mnt::Bilinear, te::mnt::Bicubico, te::mnt::Linear, te::mnt::QuinticoBrkLine,
  te::mnt::Quintico
}
 
enum  te::mnt::Ltype { te::mnt::Deletedline, te::mnt::Normalline, te::mnt::Isoline, te::mnt::Breakline }
 
enum  te::mnt::mntType { te::mnt::SAMPLE, te::mnt::TIN, te::mnt::GRID }
 
enum  te::mnt::Ntype {
  te::mnt::Deletednode, te::mnt::Normalnode, te::mnt::First, te::mnt::Last,
  te::mnt::Breaklinenormal, te::mnt::Breaklinefirst, te::mnt::Breaklinelast, te::mnt::Sample,
  te::mnt::Box
}
 
enum  te::mnt::Simplify { te::mnt::AccumulatedDistance, te::mnt::Spline, te::mnt::DouglasPeucker, te::mnt::None }
 

Detailed Description

General enumerations.

Definition in file Enums.h.