Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1003
int vtkVariant::ToInt(bool* valid) const
1004
{
1005
return this->ToNumeric(valid, static_cast<int*>(nullptr));
1006
}
1007
1008
unsigned int vtkVariant::ToUnsignedInt(bool* valid) const
1009
{
Callers
15
UpdateLayout
Method · 0.45
Update
Method · 0.45
RequestData
Method · 0.45
ToInt
Function · 0.45
vtkVariantCast<int>
Function · 0.45
vtkVariantExtract<int>
Function · 0.45
LookupValue
Method · 0.45
vtkVariant
Method · 0.45
SetVariantValue
Method · 0.45
InsertVariantValue
Method · 0.45
testIntConstructor
Method · 0.45
testTwoArgConstructor
Method · 0.45
Calls
1
ToNumeric
Method · 0.95
Tested by
15
testIntConstructor
Method · 0.36
testTwoArgConstructor
Method · 0.36
testAutomaticArgConversion
Method · 0.36
testPassByValueReturnByReference
Method · 0.36
testPassByReferenceReturnByValue
Method · 0.36
CheckNonFiniteConversion
Function · 0.36
CheckTrimming
Function · 0.36
TestVariant
Function · 0.36
TestBitArray
Function · 0.36
RequestData
Method · 0.36
RequestData
Method · 0.36
ComputeMetric
Method · 0.36