xmsmesh
1.0
|
#include <xmsmesh/meshing/MeMultiPolyMesher.h>
#include <fstream>
#include <numeric>
#include <set>
#include <sstream>
#include <boost/format.hpp>
#include <boost/unordered_map.hpp>
#include <xmscore/misc/StringUtil.h>
#include <xmscore/misc/Progress.h>
#include <xmscore/misc/XmError.h>
#include <xmscore/stl/set.h>
#include <xmscore/stl/vector.h>
#include <xmsinterp/geometry/GmPtSearch.h>
#include <xmsinterp/geometry/geoms.h>
#include <xmsinterp/interpolate/InterpIdw.h>
#include <xmsinterp/interpolate/InterpLinear.h>
#include <xmsmesh/meshing/MeMultiPolyMesherIo.h>
#include <xmsmesh/meshing/MePolyMesher.h>
#include <xmsmesh/meshing/MeMultiPolyMesher.t.h>
#include <xmscore/testing/TestTools.h>
Go to the source code of this file.
Classes | |
class | xms::MeMultiPolyMesherImpl |
Creates a mesh from multiple polygons that will honor polygon boundaries. More... | |
struct | xms::SegmentLocation |
Struct defining the location of a polygon line segment in the list of polygons in MeMultiPolyMesherIo. More... | |
Definition in file MeMultiPolyMesher.cpp.