mirror of https://github.com/CGAL/cgal
Fix API of Default visitor
This commit is contained in:
parent
8bf1b630d9
commit
28fa5ecd2b
|
|
@ -120,6 +120,13 @@ struct Default_surface_intersection_visitor{
|
|||
const TriangleMesh&,
|
||||
const Non_manifold_feature_map<TriangleMesh>&)
|
||||
{}
|
||||
|
||||
// needed for progress tracking
|
||||
void progress_filter_intersection(double d){}
|
||||
|
||||
void start_filter_intersections() const {}
|
||||
|
||||
void end_filter_intersections() const {}
|
||||
};
|
||||
|
||||
struct Node_id_set {
|
||||
|
|
|
|||
Loading…
Reference in New Issue