comparison runner/JAMSFeatureWriter.h @ 197:3b7ec45abd1c

Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
author Chris Cannam
date Tue, 01 Sep 2015 17:05:32 +0100
parents 859d8ec60e06
children cdd825dbba35
comparison
equal deleted inserted replaced
196:082c3f21f49e 197:3b7ec45abd1c
93 93
94 QString getTaskKey(Task); 94 QString getTaskKey(Task);
95 95
96 QString writeTransformToObjectContents(const Transform &); 96 QString writeTransformToObjectContents(const Transform &);
97 97
98 std::string m_format;
98 bool m_network; 99 bool m_network;
99 bool m_networkRetrieved; 100 bool m_networkRetrieved;
100 int m_n; 101 int m_n;
101 int m_m; 102 int m_m;
102 }; 103 };