------------------------------------------------------------------------------
| 927 | |
| 928 | //------------------------------------------------------------------------------ |
| 929 | float vtkImageData::GetScalarComponentAsFloat(int x, int y, int z, int comp) |
| 930 | { |
| 931 | return this->GetScalarComponentAsDouble(x, y, z, comp); |
| 932 | } |
| 933 | |
| 934 | //------------------------------------------------------------------------------ |
| 935 | void vtkImageData::SetScalarComponentFromFloat(int x, int y, int z, int comp, float value) |