xmsmesh  1.0
xms::MeMultiPolyMesherIo Class Reference

Provides the input to meshing multiple polygons and holds the output. More...

#include <MeMultiPolyMesherIo.h>

Public Member Functions

 MeMultiPolyMesherIo ()
 Constructor.
 

Public Attributes

std::vector< MePolyInputm_polys
 Required (but some data is optional). Inputs for each polygon.
 
std::vector< MeRefinePointm_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.
 

Detailed Description

Provides the input to meshing multiple polygons and holds the output.

Definition at line 147 of file MeMultiPolyMesherIo.h.


The documentation for this class was generated from the following file: