Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
This is the complete list of members for GEO::MeshCellsAABB, including all inherited members.
bbox_intersect_recursive(std::function< void(index_t)> action, const BOX &box, index_t node, index_t b, index_t e) const | GEO::AABB< BOX > | inlineprotected |
bboxes_ (defined in GEO::AABB< BOX >) | GEO::AABB< BOX > | protected |
compute_bbox_cell_bbox_intersections(const Box &box_in, std::function< void(index_t)> action) const | GEO::MeshCellsAABB | inline |
compute_cell_bbox_intersections(std::function< void(index_t, index_t)> action) const | GEO::MeshCellsAABB | inline |
compute_other_cell_bbox_intersections(MeshCellsAABB *other, std::function< void(index_t, index_t)> action) const | GEO::MeshCellsAABB | inline |
containing_bboxes_recursive(std::function< void(index_t)> action, const vec3 &p, index_t node, index_t b, index_t e) const | GEO::MeshCellsAABB | inlineprotected |
containing_boxes(const vec3 &p, std::function< void(index_t)> action) const | GEO::MeshCellsAABB | inline |
containing_tet(const vec3 &p) const | GEO::MeshCellsAABB | inline |
containing_tet_recursive(const vec3 &p, index_t n, index_t b, index_t e) const | GEO::MeshCellsAABB | protected |
init_bboxes_recursive(index_t node_index, index_t b, index_t e, std::function< void(BOX &, index_t)> get_bbox) | GEO::AABB< BOX > | inlineprotected |
initialize(Mesh &M, bool reorder=true) | GEO::MeshCellsAABB | |
GEO::MeshAABB3d::initialize(index_t nb, std::function< void(BOX &, index_t)> get_bbox) | GEO::AABB< BOX > | inlineprotected |
max_node_index(index_t node_index, index_t b, index_t e) | GEO::AABB< BOX > | inlineprotectedstatic |
mesh() const | GEO::MeshAABB3d | inline |
mesh_ (defined in GEO::MeshAABB3d) | GEO::MeshAABB3d | protected |
MeshAABB3d() | GEO::MeshAABB3d | inline |
MeshCellsAABB() | GEO::MeshCellsAABB | |
MeshCellsAABB(Mesh &M, bool reorder=true) | GEO::MeshCellsAABB | |
nb_ (defined in GEO::AABB< BOX >) | GEO::AABB< BOX > | protected |
NO_TET | GEO::MeshCellsAABB | static |
other_intersect_recursive(std::function< void(index_t, index_t)> action, index_t node1, index_t b1, index_t e1, const AABB< BOX > *other, index_t node2, index_t b2, index_t e2) const | GEO::AABB< BOX > | inlineprotected |
self_intersect_recursive(std::function< void(index_t, index_t)> action, index_t node1, index_t b1, index_t e1, index_t node2, index_t b2, index_t e2) const | GEO::AABB< BOX > | inlineprotected |