11 #ifndef SIMPLEX_TREE_SIMPLEX_TREE_NODE_EXPLICIT_STORAGE_H_ 12 #define SIMPLEX_TREE_SIMPLEX_TREE_NODE_EXPLICIT_STORAGE_H_ 29 template<
class SimplexTree>
30 struct Simplex_tree_node_explicit_storage : SimplexTree::Filtration_simplex_base, SimplexTree::Key_simplex_base {
31 typedef typename SimplexTree::Siblings Siblings;
35 Simplex_tree_node_explicit_storage(Siblings * sib =
nullptr,
36 Filtration_value filtration = 0)
38 this->assign_filtration(filtration);
44 void assign_children(Siblings * children) {
49 Siblings * children() {
60 #endif // SIMPLEX_TREE_SIMPLEX_TREE_NODE_EXPLICIT_STORAGE_H_ Definition: SimplicialComplexForAlpha.h:14
Key type used as simplex identifier.
Definition: SimplexKey.h:15
Value type for a filtration function on a cell complex.
Definition: FiltrationValue.h:20