|
xmsmesh
1.0
|
#include <xmsmesh/meshing/MeMultiPolyTo2dm.h>#include <array>#include <fstream>#include <sstream>#include <cmath>#include <boost/format.hpp>#include <xmscore/misc/StringUtil.h>#include <xmscore/misc/XmConst.h>#include <xmscore/misc/XmError.h>#include <xmscore/misc/XmLog.h>#include <xmscore/points/pt.h>#include <xmscore/stl/vector.h>#include <xmsinterp/geometry/geoms.h>#include <xmsmesh/meshing/MeMultiPolyMesher.h>#include <xmsmesh/meshing/MeMultiPolyMesherIo.h>#include <xmscore/misc/carray.h>#include <xmsmesh/meshing/MeMultiPolyTo2dm.t.h>#include <xmscore/testing/TestTools.h>#include <xmsmesh/tutorial/TutMeshing.t.h>Go to the source code of this file.
Classes | |
| class | xms::MeMultiPolyTo2dmImpl |
| Creates a VTK Unstructured Grid from polygons. More... | |
Functions | |
| static void | xms::iSortCellsForTesting (MeMultiPolyMesherIo &a_io) |
| sorts the cells based so that the node with the smallest number will be first and then the cells are sorted. More... | |
Definition in file MeMultiPolyTo2dm.cpp.
|
static |
sorts the cells based so that the node with the smallest number will be first and then the cells are sorted.
| [in] | a_io | MeMultiPolyMesherIo class that has an output mesh |
Definition at line 73 of file MeMultiPolyTo2dm.cpp.
References xms::iSortCellsForTesting(), and xms::MeMultiPolyMesherIo::m_cells.
Referenced by xms::iSortCellsForTesting(), and xms::MeMultiPolyTo2dmImpl::Write2dm().