xmsmesh
1.0
|
Provides the input to meshing multiple polygons and holds the output. More...
#include <MeMultiPolyMesherIo.h>
Public Member Functions | |
MeMultiPolyMesherIo () | |
Constructor. | |
Public Attributes | |
std::vector< MePolyInput > | m_polys |
Required (but some data is optional). Inputs for each polygon. | |
std::vector< MeRefinePoint > | m_refPts |
Optional. Refine points. | |
bool | m_checkTopology |
Optional. If true, checks polygon input topology for errors. | |
bool | m_returnCellPolygons |
If true, returns the polygon index of each cell. | |
VecPt3d | m_points |
The points of the resulting mesh. | |
VecInt | m_cells |
The cells of the resulting mesh, as a stream. | |
VecInt | m_cellPolygons |
Polygon index of each cell. | |
Provides the input to meshing multiple polygons and holds the output.
Definition at line 147 of file MeMultiPolyMesherIo.h.