summaryrefslogtreecommitdiffstats
path: root/relindexif
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 14:40:01 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-08 15:48:22 +0200
commitb5fe5911833b507a2c5ab2c815b176aad5fa4fde (patch)
tree780b14e3cceecc16fca725439f99b15dcb1cecfb /relindexif
parent4474e33066c7470a046afcf6c3c702f7eac7b8c8 (diff)
downloadrasdaman-upstream-b5fe5911833b507a2c5ab2c815b176aad5fa4fde.tar.gz
rasdaman-upstream-b5fe5911833b507a2c5ab2c815b176aad5fa4fde.tar.xz
rasdaman-upstream-b5fe5911833b507a2c5ab2c815b176aad5fa4fde.zip
Module for relindexif
Diffstat (limited to 'relindexif')
-rw-r--r--relindexif/dbrcindexds.hh8
-rw-r--r--relindexif/dbtcindex.hh4
-rw-r--r--relindexif/hierindex.hh4
3 files changed, 16 insertions, 0 deletions
diff --git a/relindexif/dbrcindexds.hh b/relindexif/dbrcindexds.hh
index ee74061..9b4049c 100644
--- a/relindexif/dbrcindexds.hh
+++ b/relindexif/dbrcindexds.hh
@@ -68,6 +68,14 @@ As:
InlineMinterval myDomain 10 * dim
*/
+/**
+ * \defgroup Relindexifs Relindexif Classes
+ */
+
+/**
+ * \ingroup Relindexifs
+ */
+
class DBRCIndexDS : public IndexDS
{
public:
diff --git a/relindexif/dbtcindex.hh b/relindexif/dbtcindex.hh
index e1f9688..9754b8e 100644
--- a/relindexif/dbtcindex.hh
+++ b/relindexif/dbtcindex.hh
@@ -32,6 +32,10 @@ This class stores data of hierarchical indexes in the database. It is extended
for further information on the methods of this class see hierindexds and indexds interface classes in indexmgr.
*/
+/**
+ * \ingroup Relindexifs
+ */
+
class DBTCIndex : public DBHierIndex
{
public:
diff --git a/relindexif/hierindex.hh b/relindexif/hierindex.hh
index 89b2043..b90cec9 100644
--- a/relindexif/hierindex.hh
+++ b/relindexif/hierindex.hh
@@ -38,6 +38,10 @@ Beware of the cache when droping the IndexDS classes!
See indexmgr/hierindexds.hh and indexmgr/indexds.hh for documentation.
*/
+/**
+ * \ingroup Relindexifs
+ */
+
class DBHierIndex : public HierIndexDS
{
public: