MCPcopy 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
993short vtkVariant::ToShort(bool* valid) const
994{
995 return this->ToNumeric(valid, static_cast<short*>(nullptr));
996}
997
998unsigned short vtkVariant::ToUnsignedShort(bool* valid) const
999{

Callers 7

ReadArrayMethod · 0.80
ToShortFunction · 0.80
vtkVariantCast<short>Function · 0.80
vtkVariantExtract<short>Function · 0.80
vtkVariantMethod · 0.80
TestVariantFunction · 0.80

Calls 1

ToNumericMethod · 0.95

Tested by 1

TestVariantFunction · 0.64