Stores the cell facets of a mesh (low-level store)
More...
#include <geogram/mesh/mesh.h>
Stores the cell facets of a mesh (low-level store)
Definition at line 1839 of file mesh.h.
◆ MeshCellFacetsStore()
GEO::MeshCellFacetsStore::MeshCellFacetsStore |
( |
Mesh & |
mesh | ) |
|
◆ adjacent_cell()
Gets a cell adjacent to a facet.
- Parameters
-
[in] | f | the facet, in 0..nb()-1 |
- Returns
- the cell adjacent to facet
f
, or NO_FACET if f
is on the border
Definition at line 1853 of file mesh.h.
◆ adjacent_cell_ptr() [1/2]
Gets a pointer to a cell adjacent to a facet.
- Parameters
-
[in] | f | the facet, in 0..nb()-1 |
- Returns
- a pointer to the cell adjacent to facet
f
, or NO_FACET if f
is on the border
Definition at line 1888 of file mesh.h.
◆ adjacent_cell_ptr() [2/2]
const index_t * GEO::MeshCellFacetsStore::adjacent_cell_ptr |
( |
index_t |
f | ) |
const |
|
inline |
Gets a const pointer to a cell adjacent to a facet.
- Parameters
-
[in] | f | the facet, in 0..nb()-1 |
- Returns
- a const pointer to the cell adjacent to facet
f
, or NO_FACET if f
is on the border
Definition at line 1877 of file mesh.h.
◆ clear_store()
void GEO::MeshCellFacetsStore::clear_store |
( |
bool |
keep_attributes, |
|
|
bool |
keep_memory = false |
|
) |
| |
|
overrideprotectedvirtual |
Removes all the elements and attributes.
- Parameters
-
[in] | keep_attributes | if true, then all the existing attribute names / bindings are kept (but they are cleared). If false, they are destroyed. |
[in] | keep_memory | if true, then memory is kept and can be reused by subsequent mesh element creations. |
Reimplemented from GEO::MeshSubElementsStore.
◆ copy()
void GEO::MeshCellFacetsStore::copy |
( |
const MeshCellFacetsStore & |
rhs, |
|
|
bool |
copy_attributes = true |
|
) |
| |
|
inlineprotected |
◆ create_sub_element()
index_t GEO::MeshCellFacetsStore::create_sub_element |
( |
index_t |
c = NO_CELL | ) |
|
|
inlineprotected |
◆ create_sub_elements()
◆ resize_store()
void GEO::MeshCellFacetsStore::resize_store |
( |
index_t |
new_size | ) |
|
|
overrideprotectedvirtual |
◆ set_adjacent_cell()
void GEO::MeshCellFacetsStore::set_adjacent_cell |
( |
index_t |
f, |
|
|
index_t |
c |
|
) |
| |
|
inline |
Sets a cell adjacent to a facet.
- Parameters
-
[in] | f | the facet, in 0..nb()-1 |
[in] | c | specifies the cell adjacent to facet f , or is set to NO_FACET if f is on the border |
Definition at line 1865 of file mesh.h.
◆ GeogramIOHandler
friend class GeogramIOHandler |
|
friend |
◆ Mesh
◆ MeshCells
◆ adjacent_cell_
◆ cells_
◆ vertices_
The documentation for this class was generated from the following file: