Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsUnsignedInt
Method
IsUnsignedInt
Common/Core/vtkVariant.cxx:564–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
}
563
564
bool vtkVariant::IsUnsignedInt() const
565
{
566
return this->Type == VTK_UNSIGNED_INT;
567
}
568
569
bool vtkVariant::IsLong() const
570
{
Callers
4
IsNumeric
Method · 0.95
ToString
Method · 0.95
ToNumeric
Method · 0.95
vtkVariantExtract<unsigned int>
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected