|
template<class PolylineRange > |
bool | CGAL::Polygon_mesh_processing::do_intersect (const PolylineRange &polylines1, const PolylineRange &polylines2) |
| returns true if there exists a segment of a polyline of polylines1 and a segment of a polyline of polylines2 which intersect, and false otherwise. More...
|
|
template<class Polyline > |
bool | CGAL::Polygon_mesh_processing::do_intersect (const Polyline &polyline1, const Polyline &polyline2) |
| returns true if there exists a segment of polyline1 and a segment of polyline2 which intersect, and false otherwise. More...
|
|
template<class TriangleMesh , class NamedParameters1 , class NamedParameters2 > |
bool | CGAL::Polygon_mesh_processing::do_intersect (const TriangleMesh &tm1, const TriangleMesh &tm2, const NamedParameters1 &np1, const NamedParameters2 &np2) |
| returns true if there exists a face of tm1 and a face of tm2 which intersect, and false otherwise. More...
|
|
template<class TriangleMesh , class PolylineRange , class NamedParameters > |
bool | CGAL::Polygon_mesh_processing::do_intersect (const TriangleMesh &tm, const PolylineRange &polylines, const NamedParameters &np) |
| returns true if there exists a face of tm and a segment of a polyline of polylines which intersect, and false otherwise. More...
|
|
template<class TriangleMesh , class Polyline , class NamedParameters > |
bool | CGAL::Polygon_mesh_processing::do_intersect (const TriangleMesh &tm, const Polyline &polyline, const NamedParameters &np) |
| returns true if there exists a face of tm and a segment of polyline which intersect, and false otherwise. More...
|
|
template<class TriangleMeshRange , class OutputIterator , class NamedParameters , class NamedParametersRange > |
OutputIterator | CGAL::Polygon_mesh_processing::intersecting_meshes (const TriangleMeshRange &range, OutputIterator out, const NamedParameters &np, const NamedParametersRange &nps) |
| detects and reports all the pairs of meshes intersecting in a range of triangulated surface meshes. More...
|
|