|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | read_point_set (const std::string &fname, CGAL::Point_set_3< Point, Vector > &ps, const NamedParameters &np=parameters::default_values()) |
| reads the point set from an input file.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_point_set (const std::string &fname, CGAL::Point_set_3< Point, Vector > &ps, const NamedParameters &np=parameters::default_values()) |
| writes the point set in an output file.
|
|
template<typename Point , typename Vector > |
bool | read_LAS (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input stream in the IOStreamLAS into a point set.
|
|
template<typename Point , typename Vector > |
bool | read_LAS (const std::string &fname, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input file in the IOStreamLAS into a point set.
|
|
template<typename Point , typename Vector > |
bool | write_LAS (std::ostream &os, CGAL::Point_set_3< Point, Vector > &point_set) |
| writes the content of a point set into an output stream in the IOStreamLAS.
|
|
template<typename Point , typename Vector > |
bool | write_LAS (const std::string &fname, CGAL::Point_set_3< Point, Vector > &point_set) |
| writes the content of a point set into an output file in the IOStreamLAS.
|
|
template<typename Point , typename Vector > |
bool | read_OFF (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input stream in the IOStreamOFF into a point set.
|
|
template<typename Point , typename Vector > |
bool | read_OFF (const std::string &fname, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input file in the IOStreamOFF into a point set.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_OFF (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set, const NamedParameters &np=parameters::default_values()) |
| writes the content of a point set into an output stream in the IOStreamOFF.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_OFF (const std::string &fname, const CGAL::Point_set_3< Point, Vector > &point_set, const NamedParameters &np=parameters::default_values()) |
| writes the content of a point set into an output file in the IOStreamOFF.
|
|
template<typename Point , typename Vector > |
bool | read_PLY (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set, std::string &comments) |
| reads a point set with properties from an input stream in ASCII or binary IOStreamPLY.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | read_PLY (const std::string &fname, CGAL::Point_set_3< Point, Vector > &point_set, std::string &comments, const NamedParameters &np=parameters::default_values()) |
| reads a point set with properties from an input stream in ASCII or binary IOStreamPLY.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_PLY (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set, const std::string &comments, const NamedParameters &np=parameters::default_values()) |
| writes a point set with properties in an output stream in the IOStreamPLY.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_PLY (const std::string &fname, const CGAL::Point_set_3< Point, Vector > &point_set, const std::string &comments, const NamedParameters &np) |
| writes a point set with properties in an output stream in the IOStreamPLY.
|
|
template<typename Point , typename Vector > |
bool | read_XYZ (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input stream in the IOStreamXYZ into a point set.
|
|
template<typename Point , typename Vector > |
bool | read_XYZ (const std::string &fname, CGAL::Point_set_3< Point, Vector > &point_set) |
| reads the content of an input file in the IOStreamXYZ into a point set.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_XYZ (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set, const NamedParameters &np=parameters::default_values()) |
| writes the content of a point set into an output stream in the IOStreamXYZ.
|
|
template<typename Point , typename Vector , typename NamedParameters = CGAL::parameters::Default_named_parameters> |
bool | write_XYZ (const std::string &fname, const CGAL::Point_set_3< Point, Vector > &point_set, const NamedParameters &np=parameters::default_values()) |
| writes the content of a point set into an output file in the IOStreamXYZ.
|
|