Write the point in a PointView. This is a simplification of the \ref run() interface for convenience. Impelment in subclass if desired. */
| 102 | \ref run() interface for convenience. Impelment in subclass if desired. |
| 103 | */ |
| 104 | virtual void write(const PointViewPtr /*view*/) |
| 105 | { std::cerr << "Can't write with stage = " << getName() << "!\n"; } |
| 106 | virtual void assignParsedOptions() final |
| 107 | {} |
| 108 |
no test coverage detected