|
CGAL 4.11 - 3D Boolean Operations on Nef Polyhedra
|
Namespaces | |
| cpp11 | |
| IO | |
| Properties | |
| Scale_space_reconstruction_3 | |
| Shape_detection_3 | |
| Surface_mesh_parameterization | |
Functions | |
| template<class Traits > | |
| istream & | operator>> (std::istream &in, CGAL::Nef_polyhedron_3< Traits > &N) |
| This operator reads a Nef polyhedron, which is given in the proprietary file format written by the input operator in and assigns it to N. More... | |
| template<class Traits > | |
| ostream & | operator<< (std::ostream &out, CGAL::Nef_polyhedron_3< Traits > &N) |
This operator writes the Nef polyhedron N to the output stream out using a proprietary file format. More... | |
| template<class Nef_polyhedron_3 > | |
| std::size_t | OFF_to_nef_3 (std::istream &in, Nef_polyhedron_3 &N) |
This function creates a 3D Nef polyhedron from an OFF file which is read from input stream in. More... | |