Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ CastToInt
Method
CastToInt
Common/Core/vtkLargeInteger.cxx:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
int vtkLargeInteger::CastToInt() const
150
{
151
return this->CastToLong();
152
}
153
154
long vtkLargeInteger::CastToLong() const
155
{
Callers
2
SplitExtent
Method · 0.80
SplitExtentByPoints
Method · 0.80
Calls
1
CastToLong
Method · 0.95
Tested by
no test coverage detected