From 5fa10cda232935c4a97fda074240c0f343063b2b Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 10 Apr 2008 11:09:34 +0000 Subject: [PATCH] made generic functions static --- wrap/gui/coordinateframe.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wrap/gui/coordinateframe.h b/wrap/gui/coordinateframe.h index 6dce9119..f6333881 100644 --- a/wrap/gui/coordinateframe.h +++ b/wrap/gui/coordinateframe.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.7 2008/03/14 16:54:34 benedetti +Added doxygen documentation + Revision 1.6 2008/03/02 16:44:18 benedetti moved ActiveCoordinateFrame to its own files @@ -110,11 +113,10 @@ public: /// The flag that enables ticks values rendering. bool drawvalues; -protected: - // functions: - void drawTickedLine(const Point3d &, const Point3d &, float, float,float); - float calcSlope(const Point3d &, const Point3d &, float, int , double *, double *, GLint *); - float niceRound(float); + // useful functions: + static void drawTickedLine(const Point3d &, const Point3d &, float, float,float); + static float calcSlope(const Point3d &, const Point3d &, float, int , double *, double *, GLint *); + static float niceRound(float); }; /*!