MCPcopy 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
564bool vtkVariant::IsUnsignedInt() const
565{
566 return this->Type == VTK_UNSIGNED_INT;
567}
568
569bool vtkVariant::IsLong() const
570{

Callers 4

IsNumericMethod · 0.95
ToStringMethod · 0.95
ToNumericMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected