-1

I'm new to C++ and I'm not familiar with vector and pair. I'm working on CGAL, and I want to save std::vector<Point> points into a .xyz file, but the provided example in CGAL doc uses different type std::pair<Point, Vector> in order to save. Could anyone please give me some clues?

I refer to this example [link] and I want to save after remove the outliers.

This is the example [link] of read and write in CGAL.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
rathaROG
  • 31
  • 9

1 Answers1

2

Poor me! I've just read the write_xyz_points.h. The function has already been created.

rathaROG
  • 31
  • 9