Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsInt
Method
IsInt
Common/Core/vtkVariant.cxx:559–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
}
558
559
bool vtkVariant::IsInt() const
560
{
561
return this->Type == VTK_INT;
562
}
563
564
bool vtkVariant::IsUnsignedInt() const
565
{
Callers
9
IsNumeric
Method · 0.95
ToString
Method · 0.95
ToNumeric
Method · 0.95
CheckFieldDataAsArray
Function · 0.80
PrintJSONValue
Function · 0.80
ProcessJSON
Method · 0.80
ProcessNumberOfPlanes
Method · 0.80
vtkVariantExtract<int>
Function · 0.80
RequestData
Method · 0.80
Calls
no outgoing calls
Tested by
1
CheckFieldDataAsArray
Function · 0.64