------------------------------------------------------------------------------
| 223 | |
| 224 | //------------------------------------------------------------------------------ |
| 225 | int vtkAbstractImageInterpolator::GetNumberOfComponents() |
| 226 | { |
| 227 | return this->InterpolationInfo->NumberOfComponents; |
| 228 | } |
| 229 | |
| 230 | //------------------------------------------------------------------------------ |
| 231 | void vtkAbstractImageInterpolator::SetOutValue(double value) |
no outgoing calls
no test coverage detected