fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
ui_DragSensor2D.hpp
Go to the documentation of this file.
00001 class DragSensor2D
00002 {
00003 public:
00004   void setButton(int button);
00005   void addValueChangeNotify(const boost::function<void,int,int>& notifyFunc);
00006   void delValueChangeNotify(const boost::function<void,int,int>& notifyFunc);
00007 private:
00008 };
00009 
00010 
00011 class SceneViewOrtho
00012 {
00013 private:
00014   Point3d transformLocalToWorld(Point2d localPoint);
00015 };