| 299 | virtual void SetMagnifyImageMethod(int method); |
| 300 | vtkGetMacro(MagnifyImageMethod, int); |
| 301 | void SetMagnifyImageMethodToNearest() { this->SetMagnifyImageMethod(NEAREST); } |
| 302 | void SetMagnifyImageMethodToLinear() { this->SetMagnifyImageMethod(LINEAR); } |
| 303 | ///@} |
| 304 |
nothing calls this directly
no test coverage detected