mirror of https://github.com/CGAL/cgal
Update Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
12365d7cf9
commit
eca66e9682
|
|
@ -80,7 +80,7 @@ public:
|
||||||
/// returns `true` iff the scene has no element.
|
/// returns `true` iff the scene has no element.
|
||||||
bool empty() const;
|
bool empty() const;
|
||||||
|
|
||||||
/// clears the scene, i.e., removes all points, segments, triangles and text.
|
/// clears the scene, i.e., removes all points, segments, triangles, and text.
|
||||||
void clear();
|
void clear();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue