MCPcopy 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
559bool vtkVariant::IsInt() const
560{
561 return this->Type == VTK_INT;
562}
563
564bool vtkVariant::IsUnsignedInt() const
565{

Callers 9

IsNumericMethod · 0.95
ToStringMethod · 0.95
ToNumericMethod · 0.95
CheckFieldDataAsArrayFunction · 0.80
PrintJSONValueFunction · 0.80
ProcessJSONMethod · 0.80
ProcessNumberOfPlanesMethod · 0.80
vtkVariantExtract<int>Function · 0.80
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by 1

CheckFieldDataAsArrayFunction · 0.64