------------------------------------------------------------------------------
| 893 | |
| 894 | //------------------------------------------------------------------------------ |
| 895 | int vtkTextureObject::GetDataType(int vtk_scalar_type) |
| 896 | { |
| 897 | if (!this->Type) |
| 898 | { |
| 899 | this->Type = this->GetDefaultDataType(vtk_scalar_type); |
| 900 | } |
| 901 | |
| 902 | return this->Type; |
| 903 | } |
| 904 | |
| 905 | //------------------------------------------------------------------------------ |
| 906 | void vtkTextureObject::SetDataType(unsigned int glType) |