summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-01 07:56:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-04-01 07:56:34 +0000
commit178b86f53cb16964de4365948ada341b7012c1da (patch)
treeb90d45b9a5cde18be765c54805b6fd8c1ade5b49 /src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
parent713749e0b82988106d8e4d296a87f0594e759ce0 (diff)
Rollback of class #include<gudhi/XXX.h>. Done from Doxyfile with STRIP_FROM_INC_PATH.
Modified Gudhi banner to fix "Geometric Uderstanding" into "Geometry Uderstanding" git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Doxygen_for_GUDHI_1.3.0@1090 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c5830fb6f583118a5078254fde5d4a97210c10b7
Diffstat (limited to 'src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
index 7904eb5b..2f74ba9e 100644
--- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
+++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h
@@ -39,7 +39,6 @@ namespace Gudhi {
namespace Cubical_complex {
/**
- * @class Bitmap_cubical_complex_base Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
* @brief Cubical complex represented as a bitmap, class with basic implementation.
* @ingroup cubical_complex
* @details This is a class implementing a basic bitmap data structure to store cubical complexes.
@@ -190,7 +189,6 @@ class Bitmap_cubical_complex_base {
// ITERATORS
/**
- * @class All_cells_iterator Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
* @brief Iterator through all cells in the complex (in order they appear in the structure -- i.e.
* in lexicographical order).
**/
@@ -259,7 +257,6 @@ class Bitmap_cubical_complex_base {
}
/**
- * @class All_cells_range Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
* @brief All_cells_range class provides ranges for All_cells_iterator
**/
class All_cells_range {
@@ -311,7 +308,6 @@ class Bitmap_cubical_complex_base {
}
/**
- * @class Top_dimensional_cells_iterator Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
* @brief Iterator through top dimensional cells of the complex. The cells appear in order they are stored
* in the structure (i.e. in lexicographical order)
**/
@@ -414,7 +410,6 @@ class Bitmap_cubical_complex_base {
}
/**
- * @class Top_dimensional_cells_range Bitmap_cubical_complex_base.h gudhi/Bitmap_cubical_complex_base.h
* @brief Top_dimensional_cells_iterator_range class provides ranges for Top_dimensional_cells_iterator_range
**/
class Top_dimensional_cells_range {