- a property map associating points to the elements of the point range
-
Type: a model of
ReadablePropertyMapwith value typegeom_traits::Point_3 -
Default:
CGAL::Identity_property_map<geom_traits::Point_3>
|
CGAL 5.6 - Point Set Processing
|
Functions | |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::IO::write_XYZ (std::ostream &os, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
writes the range of points (positions + normals, if available), using the XYZ File Format. More... | |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::IO::write_XYZ (const std::string &filename, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
writes the range of points (positions + normals, if available), using the XYZ File Format. More... | |
| bool CGAL::IO::write_XYZ | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_xyz_points.h>
writes the range of points (positions + normals, if available), using the XYZ File Format.
| PointRange | is a model of ConstRange. The value type of its iterator is the key type of the named parameter point_map. |
| NamedParameters | a sequence of Named Parameters |
| os | output stream |
| points | input point range |
| np | an optional sequence of Named Parameters among the ones listed below |
| |
| |
| |
|
true if writing was successful, false otherwise. | bool CGAL::IO::write_XYZ | ( | const std::string & | filename, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_xyz_points.h>
writes the range of points (positions + normals, if available), using the XYZ File Format.
| PointRange | is a model of ConstRange. The value type of its iterator is the key type of the named parameter point_map. |
| NamedParameters | a sequence of Named Parameters |
| filename | path to the output file |
| points | input point range |
| np | an optional sequence of Named Parameters among the ones listed below |
| |
| |
| |
|
true if writing was successful, false otherwise.