QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RRestrictVertical.h
Go to the documentation of this file.
1 #ifndef RRESTRICTVERTICAL_H
2 #define RRESTRICTVERTICAL_H
3 
4 #include "RSnapRestriction.h"
5 
14 public:
15  virtual ~RRestrictVertical() {}
16 
17  virtual RVector restrictSnap(const RVector& position, const RVector& relativeZero);
18 };
19 
21 
22 #endif