mirror of https://github.com/CGAL/cgal
Add Key description for Key D which displays the domain.
This commit is contained in:
parent
677cbc7c07
commit
a9eae8a297
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||
typedef CGAL::Periodic_2_triangulation_traits_2<K> GT;
|
||||
|
||||
typedef CGAL::Periodic_2_triangulation_2<GT> PDT;
|
||||
|
||||
typedef PDT::Point Point;
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ public:
|
|||
setKeyDescription(::Qt::Key_4, "UNIQUE_COVER_DOMAIN: Same as UNIQUE but also display "
|
||||
"all primitives whose intersection with the original "
|
||||
"domain of the current covering space is non-empty");
|
||||
setKeyDescription(::Qt::Key_D, "Toggle 9-sheeted domain display");
|
||||
|
||||
compute_elements();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue