summaryrefslogtreecommitdiffstats
path: root/rasodmg/polycutout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasodmg/polycutout.hh')
-rw-r--r--rasodmg/polycutout.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/rasodmg/polycutout.hh b/rasodmg/polycutout.hh
index fc2e258..435503b 100644
--- a/rasodmg/polycutout.hh
+++ b/rasodmg/polycutout.hh
@@ -66,6 +66,9 @@ using std::ostream;
//@ManMemo: Module: {\bf rasodmg}
+/**
+ * \ingroup Rasodmgs
+ */
class r_SegmentIterator
{
public:
@@ -87,6 +90,9 @@ class r_SegmentIterator
int beta;
};
+/**
+ * \ingroup Rasodmgs
+ */
class r_Line
{
public:
@@ -103,6 +109,9 @@ class r_Line
};
+/**
+ * \ingroup Rasodmgs
+ */
class r_PolygonCutOut
{
public: