MCPcopy Create free account
hub / github.com/Kitware/VTK / IsUnsignedShort

Method IsUnsignedShort

Common/Core/vtkVariant.cxx:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554bool vtkVariant::IsUnsignedShort() const
555{
556 return this->Type == VTK_UNSIGNED_SHORT;
557}
558
559bool vtkVariant::IsInt() const
560{

Callers 4

IsNumericMethod · 0.95
ToStringMethod · 0.95
ToNumericMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected