| 230 | void SetInterpolationModeToNearestNeighbor() { this->SetInterpolationMode(VTK_RESLICE_NEAREST); } |
| 231 | |
| 232 | void SetInterpolationModeToLinear() { this->SetInterpolationMode(VTK_RESLICE_LINEAR); } |
| 233 | |
| 234 | void SetInterpolationModeToCubic() { this->SetInterpolationMode(VTK_RESLICE_CUBIC); } |
| 235 |
nothing calls this directly
no test coverage detected