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

Method ToInt

Common/Core/vtkVariant.cxx:1003–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003int vtkVariant::ToInt(bool* valid) const
1004{
1005 return this->ToNumeric(valid, static_cast<int*>(nullptr));
1006}
1007
1008unsigned int vtkVariant::ToUnsignedInt(bool* valid) const
1009{

Callers 15

UpdateLayoutMethod · 0.45
UpdateMethod · 0.45
RequestDataMethod · 0.45
ToIntFunction · 0.45
vtkVariantCast<int>Function · 0.45
vtkVariantExtract<int>Function · 0.45
LookupValueMethod · 0.45
vtkVariantMethod · 0.45
SetVariantValueMethod · 0.45
InsertVariantValueMethod · 0.45
testIntConstructorMethod · 0.45
testTwoArgConstructorMethod · 0.45

Calls 1

ToNumericMethod · 0.95

Tested by 15

testIntConstructorMethod · 0.36
testTwoArgConstructorMethod · 0.36
CheckNonFiniteConversionFunction · 0.36
CheckTrimmingFunction · 0.36
TestVariantFunction · 0.36
TestBitArrayFunction · 0.36
RequestDataMethod · 0.36
RequestDataMethod · 0.36
ComputeMetricMethod · 0.36