| 245 | static bool HasScalarType(vtkInformation* meta_data); |
| 246 | int GetScalarType(); |
| 247 | const char* GetScalarTypeAsString() { return vtkImageScalarTypeNameMacro(this->GetScalarType()); } |
| 248 | ///@} |
| 249 | |
| 250 | ///@{ |
nothing calls this directly
no test coverage detected