link.h
Go to the documentation of this file.
1 #ifndef LINK_H
2 #define LINK_H
3 
5 
6 namespace dnai
7 {
8  class Link
9  {
10  public:
11 
14 
15  public:
17  ~Link();
23  views::BezierCurve *curve() const { return m_bezierCurve; }
24  void ClearLink();
25 
26  private:
27  Link();
29  };
30 }
31 
32 #endif // LINK_H
Definition: api.h:13
Definition: beziercurve.h:11
Definition: ilinkable.h:22