summaryrefslogtreecommitdiffstats
path: root/tilemgr
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 20:50:37 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:14 +0200
commitffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993 (patch)
treeab0952773fd163e3bd60fb287766a128ce8f1aaa /tilemgr
parenta9e93f984d8406f60596f210187878d750a9644a (diff)
downloadrasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.tar.gz
rasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.tar.xz
rasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.zip
Module for tilemgr
Diffstat (limited to 'tilemgr')
-rw-r--r--tilemgr/tile.hh8
-rw-r--r--tilemgr/tiler.hh3
2 files changed, 11 insertions, 0 deletions
diff --git a/tilemgr/tile.hh b/tilemgr/tile.hh
index 5534fda..6a11005 100644
--- a/tilemgr/tile.hh
+++ b/tilemgr/tile.hh
@@ -73,6 +73,14 @@ Persistent Tiles are created either by servercomm, when data is received from a
index. The query tree can also create tiles in case of INSERT or UPDATE queries, and Tile::splitTile creates new tiles.
*/
+/**
+ * \defgroup Tilemgrs Tilemgr Classes
+ */
+
+/**
+ * \ingroup Tilemgrs
+ */
+
class Tile
{
public:
diff --git a/tilemgr/tiler.hh b/tilemgr/tiler.hh
index 796ab59..df0f904 100644
--- a/tilemgr/tiler.hh
+++ b/tilemgr/tiler.hh
@@ -36,6 +36,9 @@ class TransTile;
typedef std::pair<r_Range,r_Range> RangePair;
typedef std::pair<const r_Range,const r_Range> ConstRangePair;
+/**
+ * \ingroup Tilemgrs
+ */
class r_Tiler
{
public: