![]() |
deal.II version 9.7.0
|
This is the complete list of members for CellId, including all inherited members.
| binary_type typedef | CellId | |
| CellId(const types::coarse_cell_id coarse_cell_id, const std::vector< std::uint8_t > &child_indices) | CellId | |
| CellId(const types::coarse_cell_id coarse_cell_id, const unsigned int n_child_indices, const std::uint8_t *child_indices) | CellId | |
| CellId(const binary_type &binary_representation) | CellId | |
| CellId(const std::string &string_representation) | CellId | explicit |
| CellId() | CellId | |
| child_indices | CellId | private |
| coarse_cell_id | CellId | private |
| get_child_indices() const | CellId | inline |
| get_coarse_cell_id() const | CellId | inline |
| is_ancestor_of(const CellId &other) const | CellId | inline |
| is_parent_of(const CellId &other) const | CellId | inline |
| n_child_indices | CellId | private |
| operator!=(const CellId &other) const | CellId | inline |
| operator<(const CellId &other) const | CellId | inline |
| operator<<(std::ostream &os, const CellId &cid) | CellId | friend |
| operator==(const CellId &other) const | CellId | inline |
| operator>>(std::istream &is, CellId &cid) | CellId | friend |
| serialize(Archive &ar, const unsigned int version) | CellId | |
| to_binary() const | CellId | |
| to_string() const | CellId |