MCPcopy 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
569bool vtkVariant::IsLong() const
570{
571 return this->Type == VTK_LONG;
572}
573
574bool vtkVariant::IsUnsignedLong() const
575{

Callers 4

IsNumericMethod · 0.95
ToStringMethod · 0.95
ToNumericMethod · 0.95
vtkVariantExtract<long>Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected