------------------------------------------------------------------------------
| 1064 | |
| 1065 | //------------------------------------------------------------------------------ |
| 1066 | int vtkImageData::GetScalarSize(vtkInformation* meta_data) |
| 1067 | { |
| 1068 | return vtkDataArray::GetDataTypeSize(this->GetScalarType(meta_data)); |
| 1069 | } |
| 1070 | |
| 1071 | int vtkImageData::GetScalarSize() |
| 1072 | { |
no test coverage detected