outputs a conforming constrained Delaunay triangulation to the MEDIT (.mesh) file format.
See [3] for a comprehensive description of this file format.
Parameters
os
the output stream
ccdt
the conforming constrained Delaunay triangulation to be written
np
an optional sequence of Named Parameters among the ones listed below
Optional Named Parameters
a Boolean activating the numbering of PLC face identifiers in the output. If ccdt was constructed with the plc_face_id property map given as a named parameter, and this parameter is set to true, the output will contain the corresponding patch identifier for each facet of the triangulation. If this parameter is set to false, the output will not contain any patch identifier. If ccdt was not constructed with the plc_face_id property map, and this parameter is set to true, the output will contain a patch identifier for each facet of the triangulation.