11 #ifndef SIMPLEX_TREE_SIMPLEX_TREE_NODE_EXPLICIT_STORAGE_H_
12 #define SIMPLEX_TREE_SIMPLEX_TREE_NODE_EXPLICIT_STORAGE_H_
16 #define GUDHI_EMPTY_BASE_CLASS_OPTIMIZATION __declspec(empty_bases)
18 #define GUDHI_EMPTY_BASE_CLASS_OPTIMIZATION
35 template<
class SimplexTree>
37 SimplexTree::Key_simplex_base,
38 SimplexTree::Hooks_simplex_base {
46 this->assign_filtration(filtration);
52 void assign_children(
Siblings * children) {
Gudhi namespace.
Definition: SimplicialComplexForAlpha.h:14
Value type for a filtration function on a cell complex.
Definition: FiltrationValue.h:20
Node of a simplex tree with filtration value and simplex key.
Definition: Simplex_tree_node_explicit_storage.h:38
Key type used as simplex identifier.
Definition: SimplexKey.h:15