mirror of https://github.com/CGAL/cgal
Update Changes.md
This commit is contained in:
parent
33a3996fa1
commit
08a98a5603
|
|
@ -21,10 +21,9 @@ Release date: March 2019
|
|||
- `CGAL::Polygon_mesh_processing::merge_duplicated_vertices_in_boundary_cycles()`
|
||||
|
||||
### 2D and 3D Mesh Generation
|
||||
- Added 3 functions for writing in modern VTK formats:
|
||||
-`CGAL::write_unstructured_grid_3(std::ostream& os, const C3T3& c3t3)`
|
||||
-`CGAL::write_unstructured_grid_2(std::ostream& os, const CDT& tr, bool binary = true)`
|
||||
-`CGAL::write_polydata(std::ostream& os, const TriangleMesh& mesh, bool binary, const NamedParameters& np)`
|
||||
- Added 2 functions for writing in modern VTK formats:
|
||||
-`CGAL::write_VTU()`
|
||||
-`CGAL::write_VTP()`
|
||||
|
||||
|
||||
Release 4.13
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ The package can handle intersecting input constraints and set no restriction on
|
|||
- `CGAL::make_conforming_Gabriel_2`
|
||||
- `CGAL::refine_Delaunay_mesh_2`
|
||||
- `CGAL::lloyd_optimize_mesh_2`
|
||||
- `CGAL::write_unstructured_grid_2()`
|
||||
- `CGAL::write_VTU()`
|
||||
|
||||
## Enumerations ##
|
||||
- `CGAL::Mesh_optimization_return_code`
|
||||
|
|
|
|||
|
|
@ -139,8 +139,8 @@ and their associated classes:
|
|||
|
||||
## Input/Output Functions ##
|
||||
- `CGAL::output_to_medit()`
|
||||
- `CGAL::write_polydata()`
|
||||
- `CGAL::write_unstructured_grid_3()`
|
||||
- `CGAL::write_VTP()`
|
||||
- `CGAL::write_VTU()`
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue