22 #ifndef OE_LINKSTITCH_H
23 #define OE_LINKSTITCH_H
25 #include "OE_stitchs.h"
36 virtual void refresh();
41 void setStepPts( std::vector<vector_2d>
pts);
43 std::vector<vector_2d> stepPts;
47 static float defaultLinkMaxlen;
54 #endif // OE_LINESTITCH_H
virtual bool check()
check if the stitch is valid.
Definition: OE_linkstitch.cpp:70
Definition: OE_stitchs.h:31
Definition: OE_linkstitch.h:27
std::vector< vector_2d > pts
the array of stitch points
Definition: OE_stitchs.h:93
void delDependency(OE_base *object)
the function called by a reference object when he's deleted
Definition: OE_linkstitch.cpp:105