diff options
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index dc24c84..bb8f83f 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -74,6 +74,10 @@ namespace Rotor { use_fragmentation=f; return true; } + bool set_dash(bool f){ + use_dash=f; + return true; + } bool loaded; double duration; double framerate; @@ -94,6 +98,7 @@ namespace Rotor { private: int outW,outH; bool use_fragmentation; + bool use_dash; int analysis_seed; string Log_name; |
