diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-02 01:47:51 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-02 01:47:51 +0000 |
| commit | 7c50a03c5857310aa383b1ba89a18792c96724b1 (patch) | |
| tree | 97727831c97af5c06b39064dfdba60d61f7c7ae3 /drawing/src/ofApp.h | |
| parent | 2b6c19dd192b07fe5980f667e26015da51c3106d (diff) | |
lots
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index 3cf9de8..d0e3a16 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -36,6 +36,7 @@ class ofApp : public ofBaseApp{ void gotMessage(ofMessage msg); vector <lineSegmenter> segmenters; + vector <lineSegmenter> masksegmenters; vector <ofPolyline> mask; int numsegments; |
