|
CGAL 4.13 - 3D Mesh Generation
|
The free functions that can be used to read and write meshes.
Functions | |
| template<class C3T3 > | |
| void | CGAL::output_to_medit (std::ostream &os, const C3T3 &c3t3, bool rebind=false, bool show_patches=false) |
Outputs a mesh complex to the medit (.mesh) file format. More... | |
| void CGAL::output_to_medit | ( | std::ostream & | os, |
| const C3T3 & | c3t3, | ||
| bool | rebind = false, |
||
| bool | show_patches = false |
||
| ) |
#include <CGAL/IO/File_medit.h>
Outputs a mesh complex to the medit (.mesh) file format.
See [12] for a comprehensive description of this file format.
| os | the output stream |
| c3t3 | the mesh complex |
| rebind | if set to true, labels of cells are rebinded into [1..nb_of_labels] |
| show_patches | if set to true, patches are labeled with different labels than cells. If set to false, each surface facet is written twice, using the label of each adjacent cell. |