Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsUnsignedShort
Method
IsUnsignedShort
Common/Core/vtkVariant.cxx:554–557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
}
553
554
bool vtkVariant::IsUnsignedShort() const
555
{
556
return this->Type == VTK_UNSIGNED_SHORT;
557
}
558
559
bool vtkVariant::IsInt() const
560
{
Callers
4
IsNumeric
Method · 0.95
ToString
Method · 0.95
ToNumeric
Method · 0.95
vtkVariantExtract<unsigned short>
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected