| 232 | void SetInterpolationModeToLinear() { this->SetInterpolationMode(VTK_RESLICE_LINEAR); } |
| 233 | |
| 234 | void SetInterpolationModeToCubic() { this->SetInterpolationMode(VTK_RESLICE_CUBIC); } |
| 235 | |
| 236 | ///@{ |
| 237 | /** |
nothing calls this directly
no test coverage detected