Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::RegularWeightedDelaunay3d Member List

This is the complete list of members for GEO::RegularWeightedDelaunay3d, including all inherited members.

add_tet_to_list(index_t t, index_t &first, index_t &last)GEO::Delaunay3dinlineprotected
adjacent_index(index_t c1, index_t c2) constGEO::Delaunayinline
cell_adjacent(index_t c, index_t lf) constGEO::Delaunayinline
cell_is_finite(index_t c) constGEO::Delaunayinline
cell_is_infinite(index_t c) constGEO::Delaunay
cell_neigh_stride_ (defined in GEO::Delaunay)GEO::Delaunayprotected
cell_size() constGEO::Delaunayinline
cell_size_ (defined in GEO::Delaunay)GEO::Delaunayprotected
cell_to_cell() constGEO::Delaunayinline
cell_to_cell_ (defined in GEO::Delaunay)GEO::Delaunayprotected
cell_to_v() constGEO::Delaunayinline
cell_to_v_ (defined in GEO::Delaunay)GEO::Delaunayprotected
cell_v_stride_ (defined in GEO::Delaunay)GEO::Delaunayprotected
cell_vertex(index_t c, index_t lv) constGEO::Delaunayinline
check_combinatorics(bool verbose=false) constGEO::Delaunay3dprotected
check_geometry(bool verbose=false) constGEO::Delaunay3dprotected
cicl_ (defined in GEO::Delaunay)GEO::Delaunayprotected
clear_neighbors()GEO::Delaunayinline
constraints() constGEO::Delaunayinline
constraints_ (defined in GEO::Delaunay)GEO::Delaunayprotected
Counted()GEO::Countedinlineprotected
create(coord_index_t dim, const std::string &name="default")GEO::Delaunaystatic
create_first_tetrahedron(index_t &iv0, index_t &iv1, index_t &iv2, index_t &iv3)GEO::Delaunay3dprotected
default_nb_neighbors() constGEO::Delaunayinline
default_nb_neighbors_ (defined in GEO::Delaunay)GEO::Delaunayprotected
Delaunay(coord_index_t dimension)GEO::Delaunayprotected
Delaunay3d(coord_index_t dimension=3)GEO::Delaunay3d
Delaunay_var typedefGEO::Delaunayrelated
DelaunayFactory typedefGEO::Delaunayrelated
dimension() constGEO::Delaunayinline
dimension_ (defined in GEO::Delaunay)GEO::Delaunayprotected
do_reorder_GEO::Delaunayprotected
END_OF_LISTGEO::Delaunay3dprotectedstatic
find_4(const signed_index_t *T, signed_index_t v)GEO::Delaunay3dinlineprotectedstatic
find_conflict_zone(index_t v, index_t t, const Sign *orient, index_t &t_bndry, index_t &f_bndry, index_t &first, index_t &last)GEO::Delaunay3dprotected
find_conflict_zone_iterative(const double *p, index_t t, index_t &t_bndry, index_t &f_bndry, index_t &first, index_t &last)GEO::Delaunay3dprotected
find_tet_adjacent(index_t t1, index_t t2_in) constGEO::Delaunay3dinlineprotected
find_tet_vertex(index_t t, signed_index_t v) constGEO::Delaunay3dinlineprotected
finite_tet_vertex(index_t t, index_t lv) constGEO::Delaunay3dinlineprotected
get_facet_by_halfedge(index_t t, signed_index_t v1, signed_index_t v2) constGEO::Delaunay3dinlineprotected
get_facets_by_halfedge(index_t t, signed_index_t v1, signed_index_t v2, index_t &f12, index_t &f21) constGEO::Delaunay3dinlineprotected
get_neighbor_along_conflict_zone_border(index_t t1, index_t t1fborder, index_t t1ft2, index_t &t2, index_t &t2fborder, index_t &t2ft1) constGEO::Delaunay3dinlineprotected
get_neighbors(index_t v, vector< index_t > &neighbors) constGEO::Delaunayinline
get_neighbors_internal(index_t v, vector< index_t > &neighbors) constGEO::Delaunayprotectedvirtual
get_refine() constGEO::Delaunayinline
index(index_t c, signed_index_t v) constGEO::Delaunayinline
initialize()GEO::Delaunaystatic
insert(index_t v, index_t hint=NO_TETRAHEDRON)GEO::Delaunay3dprotected
is_locked_ (defined in GEO::Delaunay)GEO::Delaunayprotected
is_shared() constGEO::Countedinline
keep_infinite_GEO::Delaunayprotected
keep_regions_ (defined in GEO::Delaunay)GEO::Delaunayprotected
keeps_infinite() constGEO::Delaunayinline
locate(const double *p, index_t hint=NO_TETRAHEDRON, bool thread_safe=false, Sign *orient=nullptr) constGEO::Delaunay3dprotected
locate_inexact(const double *p, index_t hint, index_t max_iter) constGEO::Delaunay3dprotected
mark_tet(index_t t)GEO::Delaunay3dinlineprotected
max_t() constGEO::Delaunay3dinlineprotected
nb_cells() constGEO::Delaunayinline
nb_cells_ (defined in GEO::Delaunay)GEO::Delaunayprotected
nb_finite_cells() constGEO::Delaunayinline
nb_finite_cells_GEO::Delaunayprotected
nb_refs() constGEO::Countedinline
nb_vertices() constGEO::Delaunayinline
nb_vertices_ (defined in GEO::Delaunay)GEO::Delaunayprotected
nearest_vertex(const double *p) const overrideGEO::Delaunay3dvirtual
neighbors_ (defined in GEO::Delaunay)GEO::Delaunayprotected
new_tetrahedron()GEO::Delaunay3dinlineprotected
new_tetrahedron(signed_index_t v1, signed_index_t v2, signed_index_t v3, signed_index_t v4)GEO::Delaunay3dinlineprotected
next_around_halfedge(index_t &t, signed_index_t v1, signed_index_t v2) constGEO::Delaunay3dinlineprotected
next_around_vertex(index_t c, index_t lv) constGEO::Delaunayinline
NO_TETRAHEDRONGEO::Delaunay3dprotectedstatic
NOT_IN_LISTGEO::Delaunay3dprotectedstatic
NOT_IN_LIST_BITGEO::Delaunay3dprotectedstatic
quality_ (defined in GEO::Delaunay)GEO::Delaunayprotected
ref() constGEO::Countedinline
ref(const Counted *counted)GEO::Countedinlinestatic
refine_ (defined in GEO::Delaunay)GEO::Delaunayprotected
region(index_t t) constGEO::Delaunayvirtual
RegularWeightedDelaunay3d(coord_index_t dimension=4)GEO::RegularWeightedDelaunay3d
remove_tet_from_list(index_t t)GEO::Delaunay3dinlineprotected
save_histogram(std::ostream &out) constGEO::Delaunay
set_arrays(index_t nb_cells, const signed_index_t *cell_to_v, const signed_index_t *cell_to_cell)GEO::Delaunayprotectedvirtual
set_BRIO_levels(const vector< index_t > &levels)GEO::Delaunayvirtual
set_constraints(const Mesh *mesh)GEO::Delaunayinlinevirtual
set_default_nb_neighbors(index_t x)GEO::Delaunayinline
set_dimension(coord_index_t dim)GEO::Delaunayinlineprotected
set_keep_regions(bool x)GEO::Delaunayinline
set_keeps_infinite(bool x)GEO::Delaunayinline
set_next_around_vertex(index_t c1, index_t lv, index_t c2)GEO::Delaunayinlineprotected
set_quality(double qual)GEO::Delaunayinline
set_refine(bool x)GEO::Delaunayinline
set_reorder(bool x)GEO::Delaunayinline
set_stores_cicl(bool x)GEO::Delaunayinline
set_stores_neighbors(bool x)GEO::Delaunayinline
set_tet(index_t t, signed_index_t v0, signed_index_t v1, signed_index_t v2, signed_index_t v3, index_t a0, index_t a1, index_t a2, index_t a3)GEO::Delaunay3dinlineprotected
set_tet_adjacent(index_t t1, index_t lf1, index_t t2)GEO::Delaunay3dinlineprotected
set_tet_mark_stamp(index_t stamp)GEO::Delaunay3dinlineprotected
set_tet_vertex(index_t t, index_t lv, signed_index_t v)GEO::Delaunay3dinlineprotected
set_thread_safe(bool x)GEO::Delaunayinline
set_vertices(index_t nb_vertices, const double *vertices) overrideGEO::Delaunay3dvirtual
show_list(index_t first, const std::string &list_name) constGEO::Delaunay3dprotected
show_tet(index_t t) constGEO::Delaunay3dprotected
show_tet_adjacent(index_t t, index_t lf) constGEO::Delaunay3dprotected
stellate_cavity(index_t v)GEO::Delaunay3dprotected
stellate_conflict_zone_iterative(index_t v, index_t t_bndry, index_t f_bndry, index_t prev_f=index_t(-1))GEO::Delaunay3dprotected
store_cicl_GEO::Delaunayprotected
store_neighbors_ (defined in GEO::Delaunay)GEO::Delaunayprotected
store_neighbors_CB(index_t i)GEO::Delaunayvirtual
stores_cicl() constGEO::Delaunayinline
stores_neighbors() constGEO::Delaunayinline
supports_constraints() constGEO::Delaunayvirtual
tet_adjacent(index_t t, index_t lf) constGEO::Delaunay3dinlineprotected
tet_facet_vertex(index_t f, index_t v)GEO::Delaunay3dinlineprotectedstatic
tet_is_conflict(index_t t, const double *p) constGEO::Delaunay3dinlineprotected
tet_is_finite(index_t t) constGEO::Delaunay3dinlineprotected
tet_is_free(index_t t) constGEO::Delaunay3dinlineprotected
tet_is_in_list(index_t t) constGEO::Delaunay3dinlineprotected
tet_is_marked(index_t t) constGEO::Delaunay3dinlineprotected
tet_is_real(index_t t) constGEO::Delaunay3dinlineprotected
tet_is_virtual(index_t t) constGEO::Delaunay3dinlineprotected
tet_next(index_t t) constGEO::Delaunay3dinlineprotected
tet_vertex(index_t t, index_t lv) constGEO::Delaunay3dinlineprotected
thread_safe() constGEO::Delaunayinline
unref() constGEO::Countedinline
unref(const Counted *counted)GEO::Countedinlinestatic
update_cicl()GEO::Delaunayprotectedvirtual
update_neighbors()GEO::Delaunayprotectedvirtual
update_v_to_cell()GEO::Delaunayprotectedvirtual
v_to_cell_ (defined in GEO::Delaunay)GEO::Delaunayprotected
VERTEX_AT_INFINITYGEO::Delaunay3dprotectedstatic
vertex_cell(index_t v) constGEO::Delaunayinline
vertex_ptr(index_t i) constGEO::Delaunayinline
vertex_stride_ (defined in GEO::Delaunay)GEO::Delaunayprotected
vertices_ (defined in GEO::Delaunay)GEO::Delaunayprotected
vertices_ptr() constGEO::Delaunayinline
~Counted()GEO::Countedprotectedvirtual
~Delaunay() overrideGEO::Delaunayprotected
~Delaunay3d() overrideGEO::Delaunay3dprotected
~RegularWeightedDelaunay3d() overrideGEO::RegularWeightedDelaunay3dprotected