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