Contains the New_cell_constructor and Pool_cell_constructor structures. More...
Go to the source code of this file.
Classes | |
| struct | Gudhi::persistence_matrix::New_cell_constructor< Cell > |
| Cell factory. Constructs and destroyes cell pointers with new and delete. More... | |
| struct | Gudhi::persistence_matrix::Pool_cell_constructor< Cell > |
| Cell factory. Uses Gudhi::Simple_object_pool, which is based on boost::object_pool, to construct and destroy cell pointer. More... | |
Namespaces | |
| Gudhi | |
| Gudhi namespace. | |
| Gudhi::persistence_matrix | |
| Persistence matrix namespace. | |
Contains the New_cell_constructor and Pool_cell_constructor structures.