|
CGAL 5.6.1 - Point Set Processing
|
Functions | |
| template<typename OutputIteratorValueType , typename OutputIterator , typename ... PropertyHandler> | |
| bool | CGAL::read_las_points_with_properties (std::istream &is, OutputIterator output, PropertyHandler &&... properties) |
| template<typename OutputIteratorValueType , typename OutputIterator , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::read_las_points (std::istream &is, OutputIterator output, const NamedParameters &np=parameters::default_values()) |
| template<typename OutputIteratorValueType , typename OutputIterator , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::read_off_points (std::istream &is, OutputIterator output, const NamedParameters &np=parameters::default_values()) |
| template<typename OutputIteratorValueType , typename OutputIterator , typename ... PropertyHandler> | |
| bool | CGAL::read_ply_points_with_properties (std::istream &is, OutputIterator output, PropertyHandler &&... properties) |
| template<typename OutputIteratorValueType , typename OutputIterator , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::read_ply_points (std::istream &is, OutputIterator output, const NamedParameters &np=parameters::default_values()) |
| template<typename PointRange , typename PointMap , typename ... PropertyHandler> | |
| bool | CGAL::write_las_points_with_properties (std::ostream &os, const PointRange &points, std::tuple< PointMap, IO::LAS_property::X, IO::LAS_property::Y, IO::LAS_property::Z > point_property, PropertyHandler &&... properties) |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::write_las_points (std::ostream &os, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::write_off_points (std::ostream &os, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
| template<typename PointRange , typename ... PropertyHandler> | |
| bool | CGAL::write_ply_points_with_properties (std::ostream &os, const PointRange &points, PropertyHandler &&... properties) |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::write_ply_points (std::ostream &os, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
| template<typename PointRange , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| bool | CGAL::write_xyz_points (std::ostream &os, const PointRange &points, const NamedParameters &np=parameters::default_values()) |
| bool CGAL::read_las_points | ( | std::istream & | is, |
| OutputIterator | output, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/read_las_points.h>
CGAL::IO::read_LAS() should be used instead.| bool CGAL::read_las_points_with_properties | ( | std::istream & | is, |
| OutputIterator | output, | ||
| PropertyHandler &&... | properties | ||
| ) |
#include <CGAL/IO/read_las_points.h>
CGAL::IO::read_LAS_with_properties() should be used instead.| bool CGAL::read_off_points | ( | std::istream & | is, |
| OutputIterator | output, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/read_off_points.h>
CGAL::IO::read_OFF() should be used instead.| bool CGAL::read_ply_points | ( | std::istream & | is, |
| OutputIterator | output, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/read_ply_points.h>
CGAL::IO::read_PLY() should be used instead.| bool CGAL::read_ply_points_with_properties | ( | std::istream & | is, |
| OutputIterator | output, | ||
| PropertyHandler &&... | properties | ||
| ) |
#include <CGAL/IO/read_ply_points.h>
CGAL::IO::read_PLY_with_properties() should be used instead.| bool CGAL::write_las_points | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_las_points.h>
CGAL::IO::write_LAS() should be used instead.| bool CGAL::write_las_points_with_properties | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| std::tuple< PointMap, IO::LAS_property::X, IO::LAS_property::Y, IO::LAS_property::Z > | point_property, | ||
| PropertyHandler &&... | properties | ||
| ) |
#include <CGAL/IO/write_las_points.h>
CGAL::IO::write_LAS_with_properties() should be used instead.| bool CGAL::write_off_points | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_off_points.h>
CGAL::IO::write_OFF() should be used instead.| bool CGAL::write_ply_points | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_ply_points.h>
CGAL::IO::write_PLY() should be used instead.| bool CGAL::write_ply_points_with_properties | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| PropertyHandler &&... | properties | ||
| ) |
#include <CGAL/IO/write_ply_points.h>
CGAL::IO::write_PLY_with_properties() should be used instead.| os | output stream. |
| points | input point range. |
| properties | parameter pack of property handlers |
| bool CGAL::write_xyz_points | ( | std::ostream & | os, |
| const PointRange & | points, | ||
| const NamedParameters & | np = parameters::default_values() |
||
| ) |
#include <CGAL/IO/write_xyz_points.h>
CGAL::write_XYZ() should be used instead.