mirror of https://github.com/CGAL/cgal
the constructor of the default traits takes the geometric traits as parameter
This commit is contained in:
parent
42a2bbaef2
commit
dbf54bc4f4
|
|
@ -69,6 +69,12 @@ namespace CGAL {
|
|||
typedef InputNormalMap Normal_map;
|
||||
///
|
||||
typedef CGAL::Search_traits_3<Gt> Search_traits;
|
||||
///
|
||||
Efficient_RANSAC_traits(const Gt& gt = Gt())
|
||||
: m_gt(gt) {}
|
||||
|
||||
private:
|
||||
Gt m_gt;
|
||||
};
|
||||
|
||||
} } // end of namespace CGAL::Shape_detection_3
|
||||
|
|
|
|||
Loading…
Reference in New Issue