diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-11-28 23:35:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-11-28 23:35:49 +0000 |
| commit | 8546022b8c0dbc11530eb3e4db7a978b1e6fda14 (patch) | |
| tree | 5f7941627a2840f1c9ed5da39c369ca48457fe67 /gui/src | |
| parent | aa7d7b6987b3aa22c5442a4e523e6d117ac2e68e (diff) | |
add readme
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/vectorplugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/vectorplugin.h b/gui/src/vectorplugin.h index cccc6ee..e8df6e7 100644 --- a/gui/src/vectorplugin.h +++ b/gui/src/vectorplugin.h @@ -1,8 +1,12 @@ #include "ofMain.h" +#include "colourPolyline.h" class vectorBase { public: vectorBase(){}; vectorBase(){}; + + virtual vector<colourPolyline> render(vector<colourPolyline> input, timelineInfo context)=0; + }
\ No newline at end of file |
