| 68 | |
| 69 | void SetupTests(cTaskContext& ctx) const; |
| 70 | inline double TestOutput(cTaskContext& ctx) const { return (this->*(ctx.GetTaskEntry()->GetTestFun()))(ctx); } |
| 71 | |
| 72 | bool UseNeighborInput() const { return use_neighbor_input; } |
| 73 | bool UseNeighborOutput() const { return use_neighbor_output; } |
nothing calls this directly
no test coverage detected