Return the type name of the class
| 88 | |
| 89 | /// Return the type name of the class |
| 90 | std::string Name() override { return "ImageReader"; }; |
| 91 | |
| 92 | // Get and Set JSON methods |
| 93 | std::string Json() const override; ///< Generate JSON string of this object |
nothing calls this directly
no outgoing calls
no test coverage detected