40#ifndef GEOGRAM_PARALLEL_DELAUNAY_DELAUNAY_3D
41#define GEOGRAM_PARALLEL_DELAUNAY_DELAUNAY_3D
43#ifdef GEOGRAM_WITH_PDEL
106 class GEOGRAM_API ParallelDelaunay3d :
public Delaunay {
121 ParallelDelaunay3d(coord_index_t dimension = 3);
127 index_t nb_vertices,
const double* vertices
133 index_t nearest_vertex(
const double* p)
const override;
138 void set_BRIO_levels(
const vector<index_t>& levels)
override;
141 vector<signed_index_t> cell_to_v_store_;
142 vector<signed_index_t> cell_to_cell_store_;
143 vector<index_t> cell_next_;
144 CellStatusArray cell_status_;
147 vector<double> heights_;
148 vector<index_t> reorder_;
149 vector<index_t> levels_;
159 bool verbose_debug_mode_;
164 bool benchmark_mode_;
167 friend class Delaunay3dThread;
Abstract interface for Delaunay.
Synchronization primitives for parallel Delaunay.
Common include file, providing basic definitions. Should be included before anything else by all head...
Global Vorpaline namespace.
std::vector< Thread_var > ThreadGroup
Collection of Threads.
geo_index_t index_t
The type for storing and manipulating indices.
Function and classes for process manipulation.