------------------------------------------------------------------------------
| 243 | } |
| 244 | //------------------------------------------------------------------------------ |
| 245 | void vtkAMRVolumeMapper::SetInterpolationMode(int mode) |
| 246 | { |
| 247 | this->InternalMapper->SetInterpolationMode(mode); |
| 248 | } |
| 249 | //------------------------------------------------------------------------------ |
| 250 | int vtkAMRVolumeMapper::GetInterpolationMode() |
| 251 | { |
no outgoing calls
no test coverage detected