Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsDouble
Method
IsDouble
Common/Core/vtkVariant.cxx:529–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
bool vtkVariant::IsDouble() const
530
{
531
return this->Type == VTK_DOUBLE;
532
}
533
534
bool vtkVariant::IsChar() const
535
{
Callers
6
IsNumeric
Method · 0.95
ToString
Method · 0.95
ToNumeric
Method · 0.95
PrintJSONValue
Function · 0.45
json Serialize_vtkVariant
Method · 0.45
vtkVariantExtract<double>
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected