|
xmsmesh
1.0
|
#include <xmsmesh/meshing/detail/MePolyPaverToMeshPts.h>#include <cfloat>#include <list>#include <boost/unordered_set.hpp>#include <xmscore/points/pt.h>#include <xmsinterp/geometry/geoms.h>#include <xmsinterp/geometry/GmPtSearch.h>#include <xmsmesh/meshing/detail/MeIntersectPolys.h>#include <xmsmesh/meshing/detail/MePolyCleaner.h>#include <xmsmesh/meshing/detail/MePolyOffsetter.h>#include <xmsmesh/meshing/MePolyRedistributePts.h>#include <xmscore/misc/Progress.h>#include <xmscore/misc/XmError.h>#include <xmscore/misc/XmConst.h>#include <xmsmesh/meshing/detail/MePolyPaverToMeshPts.t.h>#include <xmscore/testing/TestTools.h>Go to the source code of this file.
Functions | |
| void | xms::mePolyPaverRedistribute (BSHP< MePolyRedistributePts > a_redist, const MePolyOffsetterOutput &a_input, MePolyOffsetterOutput &a_out, int a_polyOffsetIter) |
| Free function access an implement method that needs to be hidden from the public interface. More... | |
Definition in file MePolyPaverToMeshPts.cpp.
| void xms::mePolyPaverRedistribute | ( | BSHP< MePolyRedistributePts > | a_redist, |
| const MePolyOffsetterOutput & | a_input, | ||
| MePolyOffsetterOutput & | a_out, | ||
| int | a_polyOffsetIter | ||
| ) |
Free function access an implement method that needs to be hidden from the public interface.
| [in] | a_redist | a MePolyRedistributePts class |
| a_input | Input closed loop polylines | |
| a_out | Redistributed closed loop polylines | |
| a_polyOffsetIter | Number of iterations from the polygon boundary |
Definition at line 1101 of file MePolyRedistributePts.cpp.
References xms::mePolyPaverRedistribute(), and XM_ENSURE_TRUE.
Referenced by xms::mePolyPaverRedistribute().