Improved readability of Regular/Delaunay_triangulation_3

The quest continues
This commit is contained in:
Mael Rouxel-Labbé 2017-11-01 15:09:18 +01:00
parent 9edd4194ba
commit 5c9e18a2f6
3 changed files with 2864 additions and 2754 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -201,8 +201,8 @@ class Triangulation_3_base<Parallel_tag, Lock_data_structure_>
public:
// If Lock_data_structure_ = Default => use Spatial_lock_grid_3
typedef typename Default::Get<
Lock_data_structure_, Spatial_lock_grid_3<Tag_priority_blocking> >
::type Lock_data_structure;
Lock_data_structure_,
Spatial_lock_grid_3<Tag_priority_blocking> >::type Lock_data_structure;
protected:
Triangulation_3_base()
@ -237,9 +237,9 @@ protected:
struct Vertex_handle_unique_hash_map_generator
{
typedef Unique_hash_map<Vertex_handle,
Vertex_handle,
Handle_hash_function,
tbb::scalable_allocator<Vertex_handle> > type;
Vertex_handle,
Handle_hash_function,
tbb::scalable_allocator<Vertex_handle> > type;
};
public: