This file contains a class to define a TIN. More...
#include "Tin.h"#include "Utils.h"#include "boost/algorithm/string/predicate.hpp"#include "../../common/Exception.h"#include "../../common/progress/TaskProgress.h"#include "../../core/translator/Translator.h"#include "../../dataaccess/utils/Utils.h"#include "../../datatype/Property.h"#include "../../datatype/SimpleProperty.h"#include "../../datatype/StringProperty.h"#include "../../geometry/GeometryProperty.h"#include "../../geometry/Line.h"#include "../../geometry/MultiPolygon.h"#include "../../memory/DataSet.h"#include "../../memory/DataSetItem.h"#include "../../raster/Grid.h"#include "../../raster/Utils.h"#include "../../vp/Utils.h"#include <iostream>#include <limits>#include <cmath>Go to the source code of this file.
Classes | |
| struct | nodecomp |
Functions | |
| bool | fncomp (te::mnt::TinNode lhs, te::mnt::TinNode rhs) |
| bool fncomp | ( | te::mnt::TinNode | lhs, |
| te::mnt::TinNode | rhs | ||
| ) |