Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ ToShort
Method
ToShort
Common/Core/vtkVariant.cxx:993–996 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
991
}
992
993
short vtkVariant::ToShort(bool* valid) const
994
{
995
return this->ToNumeric(valid, static_cast<short*>(nullptr));
996
}
997
998
unsigned short vtkVariant::ToUnsignedShort(bool* valid) const
999
{
Callers
7
ConvertStringToSignedShort
Function · 0.80
ReadArray
Method · 0.80
ToShort
Function · 0.80
vtkVariantCast<short>
Function · 0.80
vtkVariantExtract<short>
Function · 0.80
vtkVariant
Method · 0.80
TestVariant
Function · 0.80
Calls
1
ToNumeric
Method · 0.95
Tested by
1
TestVariant
Function · 0.64