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