Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetDataScalarTypeAsString
Function
GetDataScalarTypeAsString
IO/Image/vtkImageExport.h:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
*/
63
int GetDataScalarType();
64
const char* GetDataScalarTypeAsString()
65
{
66
return vtkImageScalarTypeNameMacro(this->GetDataScalarType());
67
}
68
69
///@{
70
/**
Callers
nothing calls this directly
Calls
2
vtkImageScalarTypeNameMacro
Function · 0.85
GetDataScalarType
Method · 0.80
Tested by
no test coverage detected