| 108 | } |
| 109 | |
| 110 | Json::Value JsonValue() const override { |
| 111 | Json::Value root = ReaderBase::JsonValue(); |
| 112 | root["type"] = "TrackingMaskReader"; |
| 113 | root["path"] = ""; |
| 114 | return root; |
| 115 | } |
| 116 | |
| 117 | void SetJson(const std::string value) override { |
| 118 | (void) value; |