Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ roundToInt
Function
roundToInt
Common/DataModel/vtkExtractStructuredGridHelper.cxx:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
namespace
255
{
256
int roundToInt(double r)
257
{
258
return r > 0.0 ? r + 0.5 : r - 0.5;
259
}
260
}
261
262
VTK_ABI_NAMESPACE_BEGIN
Callers
1
ComputeBeginAndEnd
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected