#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/draw_polyhedron.h>
#include <fstream>
int main(int argc, char* argv[])
{
Polyhedron P;
in1 >> P;
return EXIT_SUCCESS;
}
A polyhedral surface Polyhedron_3 consists of vertices V, edges E, facets F and an incidence relation...
Definition: Polyhedron_3.h:113
void draw(const P &p, const GSOptions &gso)
opens a new window and draws a polyhedron.
std::string data_file_path(const std::string &filename)