mirror of https://github.com/CGAL/cgal
easier reading of member variables
This commit is contained in:
parent
e47bbc2078
commit
37ff7093f6
|
|
@ -106,9 +106,10 @@ protected: // DATA MEMBERS
|
||||||
Pure_complex_ds pcds_;
|
Pure_complex_ds pcds_;
|
||||||
const Geom_traits kernel_;
|
const Geom_traits kernel_;
|
||||||
Vertex_handle infinity_;
|
Vertex_handle infinity_;
|
||||||
mutable Random rng_; // for stochastic walk in the locate() function
|
|
||||||
mutable std::vector<Oriented_side> orientations_;
|
mutable std::vector<Oriented_side> orientations_;
|
||||||
Coaffine_orientation_d coaffine_orientation_;
|
Coaffine_orientation_d coaffine_orientation_;
|
||||||
|
// for stochastic walk in the locate() function:
|
||||||
|
mutable Random rng_;
|
||||||
#ifdef CGAL_PURE_COMPLEX_STATISTICS
|
#ifdef CGAL_PURE_COMPLEX_STATISTICS
|
||||||
mutable unsigned long walk_size_;
|
mutable unsigned long walk_size_;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue