MCPcopy Create free account
hub / github.com/Kitware/VTK / GetScalarTypeAsString

Function GetScalarTypeAsString

Common/DataModel/vtkCartesianGrid.h:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 static bool HasScalarType(vtkInformation* meta_data);
246 int GetScalarType();
247 const char* GetScalarTypeAsString() { return vtkImageScalarTypeNameMacro(this->GetScalarType()); }
248 ///@}
249
250 ///@{

Callers

nothing calls this directly

Calls 2

GetScalarTypeMethod · 0.45

Tested by

no test coverage detected